PulseAugur
EN
LIVE 05:36:07

AI Agent Tooling Vulnerable: Only 3% of MCP Servers Validate Outputs Correctly

A new tool called mcp-drill has revealed that only 3% of 31 tested MCP servers can correctly validate tool outputs against their declared schemas. The tool, designed to test contract compliance in MCP servers, found that many servers either lack schemas entirely or use schemas that accept corrupted data, leaving agents vulnerable to acting on incorrect information. While most servers handle malformed input correctly, the enforcement of valid output contracts remains a significant issue across the tested platforms, including prominent ones like Microsoft Learn and Hugging Face. AI

IMPACT Exposes a critical vulnerability in AI agent communication, potentially leading to unreliable actions and necessitating improved schema validation for tool outputs.

RANK_REASON The cluster describes a new tool for testing the contract compliance of MCP servers, highlighting a significant vulnerability in AI agent tooling.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

AI Agent Tooling Vulnerable: Only 3% of MCP Servers Validate Outputs Correctly

How we ranked this

Signal score
44 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The cluster describes a new tool for testing the contract compliance of MCP servers, highlighting a significant vulnerability in AI agent tooling.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Tim ·

    I tested 31 MCP servers for contract compliance. Only 3% passed.

    <p>MCP has <code>outputSchema</code> so agents can validate tool results. But does the schema actually <em>reject</em> a wrong answer? I built <a href="https://github.com/TimurRakhmatullin86/mcp-drill" rel="noopener noreferrer">mcp-drill</a> -- a fault-injection harness that spea…