MCP conformance test harness. JSON-RPC, OAuth 2.1 PKCE, schemas, smoke, annotations. CLI + lib.
claude mcp add protocol-conformance -- npx -y mcp-protocol-conformance
claude_desktop_config.json
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"protocol-conformance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.studiomeyer--protocol-conformance/reviews or the review_server meta-tool.
POST /mcp