Connect any AI agent to live and historical Polymarket prediction-market orderbook data — BTC/ETH/SOL/XRP across 5m, 15m, 1h, and 1d timeframes — plus Hyperliquid perpetual orderbooks. 13 tools for listing markets, fetching live orderbooks, querying time-series snapshots, and aggregated market summaries. Use the hosted endpoint with your API key, or self-host via npm.
サーバー設定
{
"mcpServers": {
"resolvedmarkets": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.resolvedmarkets.com/mcp",
"--header",
"X-API-Key: rm_your_api_key_here"
]
}
}
}