JamesANZ/prediction-market-mcp
An MCP server that provides real-time prediction market data from multiple platforms including Polymarket, PredictIt, and Kalshi. Enables AI assistants to query current odds, prices, and market information through a unified interface.
Quick Start
Clone the repository:
git clone https://github.com/JamesANZ/prediction-market-mcpClaude Desktop configuration example:
{
"mcpServers": {
"prediction-market-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/prediction-market-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.