{ "name": "subgraph-registry-mcp", "version": "0.10.3", "mcpName": "io.github.PaulieB14/subgraph-registry-mcp", "description": "MCP server for agent-friendly subgraph discovery and opt-in querying on The Graph Network. Better search than official subgraph-MCP, real 30-day query volume, contract-first lookup, plus opt-in schema and execute_query. Search/recommend stay discovery and never auto-query. No private key in the package.", "type": "module", "bin": { "subgraph-registry-mcp": "src/index.js" }, "files": [ "src/", "data/registry.db", "data/openapi.json", "data/models/Xenova/all-MiniLM-L6-v2/**", "openapi.yaml" ], "scripts": { "start": "node src/index.js", "start:http": "node src/index.js --http", "start:http-only": "node src/index.js --http-only", "test": "node --test test/", "sync:server": "node scripts/sync-server-json.js", "version": "node scripts/sync-server-json.js && node scripts/gen-openapi.js && git add server.json openapi.yaml data/openapi.json", "smoke": "node scripts/smoke-bin.mjs", "eval:recommend": "node scripts/eval-recommend.mjs" }, "keywords": [ "mcp", "subgraph", "the-graph", "web3", "defi", "agent", "ai", "openclaw", "sse" ], "repository": { "type": "git", "url": "https://github.com/PaulieB14/subgraph-registry.git" }, "author": "PaulieB14", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@xenova/transformers": "^2.17.2", "better-sqlite3": "^11.8.2", "express": "^4.21.0" } }