{ "name": "graph-polymarket-mcp", "version": "2.1.2", "mcpName": "io.github.PaulieB14/graph-polymarket-mcp", "description": "MCP server for querying Polymarket data via The Graph subgraphs \u2014 supports stdio and SSE transports", "type": "module", "bin": { "graph-polymarket-mcp": "build/index.js" }, "main": "./build/index.js", "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "start:http": "node build/index.js --http", "start:http-only": "node build/index.js --http-only", "prepublishOnly": "npm run build" }, "files": [ "build" ], "keywords": [ "mcp", "mcp-server", "model-context-protocol", "polymarket", "thegraph", "subgraph", "prediction-market", "ai", "claude", "ai-agent", "openclaw", "sse" ], "author": "PaulieB14", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/PaulieB14/graph-polymarket-mcp.git" }, "homepage": "https://github.com/PaulieB14/graph-polymarket-mcp#readme", "bugs": { "url": "https://github.com/PaulieB14/graph-polymarket-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "express": "^4.21.0", "zod": "^3.24.0" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.0.0", "typescript": "^5.7.0" }, "engines": { "node": ">=18.0.0" } }