-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 1.27 KB
/
server.json
File metadata and controls
30 lines (30 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "StackMCP",
"description": "Test and monitor MCP servers using the Model Context Protocol. Deterministic JSON-RPC 2.0 protocol validation — schema checks, tool invocation probes, error handling verification, transport detection, and Blueprint Protocol compliance.",
"url": "https://stackmcp-backend-346839503757.us-central1.run.app/mcp",
"transport": "streamable-http",
"auth": {
"type": "bearer",
"description": "API key from stackmcp.app/account. Free tier: 10 tests/month. Pro: unlimited + monitors."
},
"tools": [
{
"name": "run_test",
"description": "Run a deterministic structural test against an MCP server endpoint or npm package. Returns per-tool pass/fail report with a shareable result URL."
},
{
"name": "get_result",
"description": "Fetch a previously-run test result by testId. Public read — no auth required."
},
{
"name": "create_monitor",
"description": "Create a scheduled recurring test for an MCP endpoint with email alerts on status changes. Requires Pro."
},
{
"name": "list_monitors",
"description": "List all monitors for the authenticated account. Requires Pro."
}
],
"homepage": "https://stackmcp.app",
"blueprint": "https://stackmcp.app/blueprint.txt"
}