mcp_server_evaluate
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Run a full compliance evaluation against a live MCP server URL. Tests: server reachability (ping), manifest discovery (GET /mcp), schema quality (snake_case names, descriptions, inputSchema), JSON-RPC 2.0 test call, and P50/P95 latency. Returns a PASS/FIX/BLOCK verdict with a 0-100 score and per-check details.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Base URL of the MCP server (e.g. https://ia-qa.com or http://localhost:3001)"
},
"test_tool_name": {
"type": "string",
"description": "Specific tool name to use in the JSON-RPC test call (defaults to the first tool in the manifest)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries