Server data from the Official MCP Registry
Resolve prediction market events. Price checks, claim verification, outcome confidence.
Resolve prediction market events. Price checks, claim verification, outcome confidence.
Remote endpoints: sse: https://event-resolver-x402-production.up.railway.app/mcp
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (138/139 approved); 3 highly-trusted packages. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-br0ski777-event-resolver": {
"url": "https://event-resolver-x402-production.up.railway.app/mcp"
}
}
}From the project's GitHub README.
Resolve real-world events for prediction market settlement. Aggregates data from multiple sources to determine if an event occurred, with confidence scores and source attribution.
| Endpoint | Method | Price | Description |
|---|---|---|---|
/api/resolve | POST | $0.005 | Full event resolution with confidence score and sources |
/api/verify | POST | $0.003 | Quick-verify a factual claim (true/false/unverifiable) |
/api/price-check | POST | $0.002 | Check if crypto price crossed a threshold |
curl -X POST https://event-resolver-production.up.railway.app/api/resolve \
-H "Content-Type: application/json" \
-d '{"question": "Did BTC reach $100K?", "type": "binary"}'
Response:
{
"question": "Did BTC reach $100K?",
"resolved": true,
"outcome": "Yes",
"confidence": 95,
"sources": [
{
"name": "CoinGecko",
"url": "https://www.coingecko.com/en/coins/bitcoin",
"agrees": true
}
],
"timestamp": "2026-04-13T12:00:00.000Z",
"type": "binary"
}
curl -X POST https://event-resolver-production.up.railway.app/api/verify \
-H "Content-Type: application/json" \
-d '{"claim": "Bitcoin is above $90,000"}'
Response:
{
"claim": "Bitcoin is above $90,000",
"verdict": "true",
"confidence": 95,
"evidence": [
"bitcoin current price: $102,450 (via CoinGecko)",
"Threshold $90,000 above: crossed"
]
}
curl -X POST https://event-resolver-production.up.railway.app/api/price-check \
-H "Content-Type: application/json" \
-d '{"asset": "bitcoin", "threshold": 100000, "direction": "above"}'
Response:
{
"asset": "bitcoin",
"currentPrice": 102450.23,
"threshold": 100000,
"direction": "above",
"crossed": true,
"crossedAt": "2026-04-13T12:00:00.000Z",
"timestamp": "2026-04-13T12:00:00.000Z"
}
Add to your Claude Desktop or Cursor config:
{
"mcpServers": {
"event-resolver": {
"url": "https://event-resolver-production.up.railway.app/sse"
}
}
}
All endpoints use x402 protocol -- pay-per-call with USDC on Base L2. No API keys, no subscriptions. Your agent pays automatically.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.