Prediction market odds from Polymarket. Active markets, probabilities, volume. x402.
{
"mcpServers": {
"io-github-br0ski777-prediction-markets": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Prediction market odds from Polymarket. Active markets, probabilities, volume. x402.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
Real-time prediction market odds and probabilities from Polymarket. Browse active markets, get detailed odds on specific events, and discover trending bets -- all via x402 micropayments.
| Endpoint | Price | Description |
|---|---|---|
POST /api/markets | $0.005 | List active prediction markets with odds, volume, categories |
POST /api/odds | $0.005 | Detailed odds for a specific market (by ID or search query) |
POST /api/trending | $0.003 | Top trending markets ranked by 24h volume |
curl -X POST https://prediction-markets-production.up.railway.app/api/markets \
-H "Content-Type: application/json" \
-d '{"category": "politics", "limit": 5, "sort": "volume"}'
{
"markets": [
{
"id": "0x1234...",
"question": "Will Trump win the 2028 presidential election?",
"outcomes": ["Yes", "No"],
"outcomePrices": { "Yes": 0.42, "No": 0.58 },
"volume": 15420000,
"volume24h": 234000,
"liquidity": 890000,
"endDate": "2028-11-06T00:00:00Z",
"category": "politics",
"active": true
}
],
"count": 5,
"sort": "volume",
"category": "politics",
"source": "polymarket"
}
curl -X POST https://prediction-markets-production.up.railway.app/api/odds \
-H "Content-Type: application/json" \
-d '{"query": "bitcoin 100k"}'
{
"id": "0xabcd...",
"question": "Will Bitcoin reach $100k by December 2026?",
"outcomes": ["Yes", "No"],
"outcomePrices": { "Yes": 0.65, "No": 0.35 },
"volume": 8900000,
"volume24h": 120000,
"liquidity": 450000,
"endDate": "2026-12-31T00:00:00Z",
"category": "crypto",
"active": true,
"source": "polymarket"
}
curl -X POST https://prediction-markets-production.up.railway.app/api/trending \
-H "Content-Type: application/json" \
-d '{"limit": 5}'
{
"trending": [
{
"id": "0x5678...",
"question": "Will the Fed cut rates in July 2026?",
"probability": 0.73,
"outcomePrices": { "Yes": 0.73, "No": 0.27 },
"volume24h": 890000,
"totalVolume": 12500000,
"category": "politics",
"endDate": "2026-07-31T00:00:00Z",
"active": true
}
],
"count": 5,
"source": "polymarket"
}
Add to your Claude Desktop or Cursor MCP config:
{
"mcpServers": {
"prediction-markets": {
"url": "https://prediction-markets-production.up.railway.app/sse"
}
}
}
Tools available via MCP:
prediction_list_markets -- Browse active markets by category and sortprediction_get_market_odds -- Get detailed odds by market ID or search queryprediction_trending_markets -- Discover trending markets by volumeAll endpoints are gated by x402 micropayments (USDC on Base L2). Agents pay automatically per call -- no API keys, no subscriptions.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Br0ski777/prediction-markets and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.