Back to search
100
MCP v1.0.1 sse

Event Resolver API

io.github.Br0ski777/event-resolver

Resolve prediction market events. Price checks, claim verification, outcome confidence.

Uptime
66.7%
3 probes
Response
233ms
last probe
Tools
3
callable

Tools · 3

event_resolve_outcome

Use this when you need to determine the outcome of a real-world event for prediction market settlement. Takes a natural language question (e.g. "Did BTC reach $100K?", "Did France win the 2026 World C…

event_verify_claim

Use this when you need to quickly verify whether a factual claim is true or false. Simpler and cheaper than full event resolution -- designed for fast claim checking without structured market settleme…

event_check_price_threshold

Use this when you need to check if a cryptocurrency or stock price has crossed a specific threshold -- the most common resolution type in prediction markets. Returns current price, whether threshold w…

Similar MCP servers embedding-nearest

Event Resolver API
Resolve prediction market events. Price checks, claim verification, outcome confidence.
0 tools · sse
Event Resolver
Resolve prediction market events with confidence scores, price checks, and multi-source fact verification.
0 tools
Prediction Markets API live
Prediction market odds from Polymarket. Active markets, probabilities, volume. x402.
3 tools · sse
Trust Score API live
Trust scoring for domains, wallets, APIs. SSL+DNS+WHOIS+headers. Score 0-100.
2 tools · sse
Ground Truth live
Live fact-checks for AI agents: endpoints, security headers, pricing, claims, compliance, markets.
9 tools · streamable-http
Sugra API live
Connector between LLM agents and world data. 643 endpoints, 75+ primary sources.
6 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "event_resolver_api": {
      "url": "https://event-resolver-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}