package.json•1.25 kB
{
"name": "prediction-markets-mcp",
"version": "1.0.2",
"type": "module",
"bin": {
"prediction-markets": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"prepublishOnly": "npm run build",
"postinstall": "node scripts/setup-claude.js"
},
"files": [
"build",
"scripts",
"README.md",
"LICENSE"
],
"main": "build/index.js",
"keywords": [
"mcp",
"model-context-protocol",
"prediction-markets",
"polymarket",
"predictit",
"kalshi",
"claude",
"ai",
"trading",
"odds"
],
"author": "JamesANZ",
"license": "MIT",
"description": "MCP server for real-time prediction market data from Polymarket, PredictIt, and Kalshi",
"repository": {
"type": "git",
"url": "https://github.com/JamesANZ/prediction-market-mcp.git"
},
"homepage": "https://github.com/JamesANZ/prediction-market-mcp#readme",
"bugs": {
"url": "https://github.com/JamesANZ/prediction-market-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"superagent": "^10.2.2",
"zod": "^3.25.75"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@types/superagent": "^8.1.9",
"typescript": "^5.8.3"
}
}