Cryptographically signed market status (OPEN/CLOSED/HALTED/UNKNOWN) for 28 global exchanges with Ed25519-signed receipts. Designed for AI agents and automated trading systems. Fail-closed: UNKNOWN always means CLOSED. 5 MCP tools. x402 micropayments on Base mainnet.
概览
Ed25519-signed market-state receipts for 28 global exchanges. 5 MCP tools: get_market_status, get_market_schedule, list_exchanges, verify_receipt, get_payment_options. Fail-closed: UNKNOWN = CLOSED. 60-second TTL. x402 micropayments on Base. Install: npx headless-oracle-mcp
服务器配置
{
"mcpServers": {
"headless-oracle": {
"command": "npx",
"args": [
"-y",
"headless-oracle-mcp"
]
}
}
}