Audit MCP servers for conformance and generate scores with Markdown reports.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCProbe" yet — see the docs or source repo.
Use MCProbe to audit this MCP server, lint its tool schemas, test tools with malformed inputs, and output a 0-100 conformance score plus a Markdown report.
An audit report with a conformance score, detected issues, and results in Markdown format.
Use MCProbe to inspect all tool schemas in this MCP server, identify non-conformant or failure-prone definitions, and summarize them in Markdown.
A Markdown issue list describing schema defects and their impact.
Use MCProbe to send malformed inputs to this MCP server’s tools, evaluate error handling behavior, and provide an overall conformance score.
A report containing malformed-input test results, error-handling observations, and an overall score.
Developers can use it before releasing an MCP server to verify tool schemas and test malformed-input handling. This helps catch compatibility issues before deployment.
Teams maintaining multiple MCP servers can use the 0-100 score and report to compare conformance across implementations. This makes it easier to identify what to fix first.
When tools behave inconsistently under invalid parameters, it can help pinpoint schema or error-handling issues through malformed-input tests. The Markdown report is convenient for documentation and sharing.
It is a stdio-based MCP server that audits other MCP servers. It lints tool schemas and calls tools with malformed inputs to produce a 0-100 conformance score and a Markdown report.
Based on the provided description, it performs two kinds of checks: linting tool schemas and calling tools with malformed inputs. It then outputs a 0-100 score and a report; see the source repository for detailed scoring rules.
The available material only says it is a stdio MCP server and does not provide installation steps, runtime requirements, or key information. See the source repository for the exact prerequisites.
Audit MCP servers for conformance, tool usability, and error handling quality.
Inspect and score MCP servers for publishability, schema, and protocol readiness.
Scan configured MCP servers locally and generate inventory with risk scores.
Run dev checks and get compact error summaries for faster debugging.
Evaluate MCP retrieval servers for quality, coverage, and citation integrity.
Build, integrate, and debug MCP clients and related tooling.