@spfunctions/prediction-market-mcp
v2.0.0
Published
MCP server for prediction market data. Works with Claude Desktop, Cursor, VS Code Copilot. 4 tools: world state, uncertainty index, market detail, edges.
Maintainers
Readme
prediction-market-mcp
MCP server for prediction market data. Gives Claude Desktop, Cursor, VS Code Copilot, and any MCP client access to real-time prediction market intelligence.
Quick Start
npx prediction-market-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"prediction-markets": {
"command": "npx",
"args": ["prediction-market-mcp"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"prediction-markets": {
"command": "npx",
"args": ["prediction-market-mcp"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| get_world_state | Full world state (~800 tokens) |
| get_uncertainty_index | Four-signal uncertainty index |
| get_market_detail | Single market with orderbook |
| get_market_edges | Actionable mispricings |
License
MIT — SimpleFunctions
