Predictfun
Freeby MCP Community
MCP server for Predict.fun prediction market data on BNB Chain — supports stdio and SSE transports
v0.12.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolpredict-funprediction-market
Predictfun MCP Server
MCP server for Predict.fun prediction market data on BNB Chain — supports stdio and SSE transports
Installation
Reviews
Installation
Quick install
npx -y predictfun-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"predictfun": {
"command": "npx",
"args": ["-y", "predictfun-mcp"]
}
}
}