-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
18 lines (18 loc) · 796 Bytes
/
Copy pathserver.json
File metadata and controls
18 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.chainbench/openchainbench",
"title": "OpenChainBench",
"description": "Live, reproducible crypto infrastructure benchmarks. Query 94 live measurements across RPC latency, bridge fees, L1 finality, oracle accuracy, aggregators, prediction markets, cross-chain messaging. Three tools (list_benchmarks, get_benchmark, query_prom) plus per-bench resources. No API key, CC-BY-4.0 data.",
"version": "1.0.0",
"repository": {
"url": "https://github.com/ChainBench/OpenChainBench",
"source": "github"
},
"websiteUrl": "https://openchainbench.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://openchainbench.com/api/mcp/mcp"
}
]
}