Event Resolver — Settlement Oracle for Predictions
https://server.smithery.ai/axel-belfort/event-resolver/mcp
● healthy
Prediction market event resolution API for AI agents. Determine if real-world events occurred with confidence scores. Aggregates news, price feeds, and web data for binary, numeric, and categorical outcomes. Settlement oracle for prediction markets. Tools: event_resolve_outcome, event_verify_claim, event_check_price_threshold. Use this for resolving prediction market bets, verifying event outcomes, or building automated settlement systems. IMPORTANT: For market odds and probabilities, use prediction_list_markets instead. Returns: {resolved, outcome, confidence, sources[]}. No API key required — x402 micropayment $0.005/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/event-resolver/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/event-resolver/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/event-resolver-x402