PolyBridge MCP gives Claude Desktop probabilistic foresight from live prediction markets.
Ask a question about the future, even when no exact market exists. PolyBridge finds relevant markets, synthesizes the evidence, and returns a read-only forecast with probabilities and source-market metadata.
No API key is required at anonymous limits. Add POLYBRIDGE_API_KEY only for higher usage.
PolyBridge MCP is read-only. It does not trade or move funds.
PolyBridge MCP exposes two read-only tools:
polybridge_searchpolybridge_forecast
Both tools are read-only. They do not place trades, submit orders, handle custody, or perform write actions.
polybridge_search retrieves relevant prediction markets for a topic or question.
- Search results return ranked prediction-market retrieval results.
- Scores are relevance/ranking scores, not probabilities.
- Local MCPB Search works without
POLYBRIDGE_API_KEYat anonymous limits. - Configure
POLYBRIDGE_API_KEYonly for higher usage. - If
dimensionsis omitted, Search uses all supported dimensions by default:direct,upstream,downstream, andcorrelated.
polybridge_forecast generates read-only forecasts using PolyBridge market search and evidence synthesis.
- Forecast responses return forecast outputs and probabilities.
- Local MCPB Forecast works without
POLYBRIDGE_API_KEYat anonymous limits. - Configure
POLYBRIDGE_API_KEYonly for higher usage. - A
search_forecastkey can power both Search and Forecast.
PolyBridge MCP does not provide:
- trading
- orders
- payments
- sessions
- market history
- market lookup
- Situation Rooms
- internal APIs
- custody
- write actions
- Download
polybridge-mcp-v0.2.6.mcpbfrom thepolybridge-mcp-v0.2.6GitHub Release for this repository. Release:https://github.com/crowdvector/polybridge-mcp/releases/tag/polybridge-mcp-v0.2.6 - Open or import the file in Claude Desktop.
- Enable the extension.
- No API key is required at anonymous limits for Search and Forecast. Configure
POLYBRIDGE_API_KEYonly for higher usage.
Ask Claude:
Use PolyBridge Search to find active prediction markets related to US recession risk.
Or:
Use PolyBridge Forecast to estimate the probability of a US recession in 2026.
- Local MCPB Search and Forecast work without
POLYBRIDGE_API_KEYat anonymous limits. - Configure
POLYBRIDGE_API_KEYin the Claude Desktop extension settings only for higher usage. - Invalid configured auth fails hard and does not fall back to anonymous.
- Use the PolyBridge Developer Console to create a Search+Forecast key.
- A
search_forecastkey can power both tools. - Do not paste API keys into chat.
Anonymous / local with no key:
top_k_per_dimension <= 20dimensions <= 4
With POLYBRIDGE_API_KEY:
top_k_per_dimension <= 50dimensions <= 4
directupstreamdownstreamcorrelated
The public REST API supports Search and Forecast without an API key at anonymous limits. Add an API key for higher usage.
- Search:
https://api.polybridge.ai/v1/search - Forecast:
https://api.polybridge.ai/v1/forecast
Hosted MCP is available at https://mcp.polybridge.ai/mcp. No API key is
required at anonymous limits. Add an API key or supported OAuth for higher
usage. Invalid configured auth fails hard and does not fall back to anonymous.
For higher usage or access questions, contact the PolyBridge team.