Skip to content
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
0.0%
1 direct probes · 30d
Response
192ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

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…

How to use

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

{
  "mcpServers": {
    "event_resolver_api": {
      "url": "https://event-resolver.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}