Table of Contents
Fetching ...

Compatibility at a Cost: Systematic Discovery and Exploitation of MCP Clause-Compliance Vulnerabilities

Nanzi Yang, Weiheng Bai, Kangjie Lu

TL;DR

This work constructs a universal and language-agnostic intermediate representation (IR) generator that normalizes SDKs of different languages and proposes auditable static analysis with LLM-guided semantic reasoning for cross-language/clause compliance analysis and develops a modality-guided pipeline to uncover exploitable non-compliance issues.

Abstract

The Model Context Protocol (MCP) is a recently proposed interoperability standard that unifies how AI agents connect with external tools and data sources. By defining a set of common client-server message exchange clauses, MCP replaces fragmented integrations with a standardized, plug-and-play framework. However, to be compatible with diverse AI agents, the MCP specification relaxes many behavioral constraints into optional clauses, leading to misuse-prone SDK implementation. We identify it as a new attack surface that allows adversaries to achieve multiple attacks (e.g, silent prompt injection, DoS, etc.), named as \emph{compatibility-abusing attacks}. In this work, we present the first systematic framework for analyzing this new attack surface across multi-language MCP SDKs. First, we construct a universal and language-agnostic intermediate representation (IR) generator that normalizes SDKs of different languages. Next, based on the new IR, we propose auditable static analysis with LLM-guided semantic reasoning for cross-language/clause compliance analysis. Third, by formalizing the attack semantics of the MCP clauses, we build three attack modalities and develop a modality-guided pipeline to uncover exploitable non-compliance issues.

Compatibility at a Cost: Systematic Discovery and Exploitation of MCP Clause-Compliance Vulnerabilities

TL;DR

This work constructs a universal and language-agnostic intermediate representation (IR) generator that normalizes SDKs of different languages and proposes auditable static analysis with LLM-guided semantic reasoning for cross-language/clause compliance analysis and develops a modality-guided pipeline to uncover exploitable non-compliance issues.

Abstract

The Model Context Protocol (MCP) is a recently proposed interoperability standard that unifies how AI agents connect with external tools and data sources. By defining a set of common client-server message exchange clauses, MCP replaces fragmented integrations with a standardized, plug-and-play framework. However, to be compatible with diverse AI agents, the MCP specification relaxes many behavioral constraints into optional clauses, leading to misuse-prone SDK implementation. We identify it as a new attack surface that allows adversaries to achieve multiple attacks (e.g, silent prompt injection, DoS, etc.), named as \emph{compatibility-abusing attacks}. In this work, we present the first systematic framework for analyzing this new attack surface across multi-language MCP SDKs. First, we construct a universal and language-agnostic intermediate representation (IR) generator that normalizes SDKs of different languages. Next, based on the new IR, we propose auditable static analysis with LLM-guided semantic reasoning for cross-language/clause compliance analysis. Third, by formalizing the attack semantics of the MCP clauses, we build three attack modalities and develop a modality-guided pipeline to uncover exploitable non-compliance issues.
Paper Structure (34 sections, 8 figures, 3 tables, 2 algorithms)

This paper contains 34 sections, 8 figures, 3 tables, 2 algorithms.

Figures (8)

  • Figure 1: MCP Architecture
  • Figure 2: The hook omission in Python SDK.
  • Figure 3: Silent prompt injection.
  • Figure 4: The architecture of our approach.
  • Figure 5: The tool modification hook in TypeScript SDK.
  • ...and 3 more figures