diff --git a/public/logos/stakeme.jpg b/public/logos/stakeme.jpg new file mode 100644 index 00000000..3004b4cc Binary files /dev/null and b/public/logos/stakeme.jpg differ diff --git a/server.json b/server.json new file mode 100644 index 00000000..4aa41bce --- /dev/null +++ b/server.json @@ -0,0 +1,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" + } + ] +} diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts index 9b91a6f0..3a2aae81 100644 --- a/src/lib/logo-manifest.ts +++ b/src/lib/logo-manifest.ts @@ -444,6 +444,17 @@ const ALIASES: Record = { "ink-official": "gelato", "ink-quicknode": "quicknode", "opbnb-official": "opbnb", + // Vague-1 chains added 2026-07-26 (benches 108-111). chain-official + // aliases point to the chain logo (same pattern as ink/kaia/opbnb). + sei: "/logos/sei.svg", + "sei-official": "sei", + mode: "/logos/mode.webp", + "mode-official": "mode", + ronin: "/logos/ronin.svg", + "ronin-official": "ronin", + immutable: "/logos/immutable.svg", + "immutable-official": "immutable", + stakeme: "/logos/stakeme.jpg", hood: "robinhood", coin: "coinbase", "megaeth-official": "megaeth",