Event Resolver API
io.github.Br0ski777/event-resolverResolve prediction market events. Price checks, claim verification, outcome confidence.
Tools · 3
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…
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…
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
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"
}
}
}