Back to MCP Servers
Prediction Market
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.
finance-fintechai
By JamesANZ
Installation
npx -y prediction-market-mcpConfiguration
{
"mcpServers": {
"prediction-market-mcp": {
"command": "npx",
"args": ["-y", "prediction-market-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes