{"$schema":"https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/refs/heads/main/schema/server-card-schema.json","serverInfo":{"name":"eloquent-poll","version":"1.0.0","description":"Multi-model consensus polling service via MCP"},"transport":{"type":"http","endpoint":"https://polls.eloquentanalytics.com/api/mcp","method":"POST"},"capabilities":{"tools":{"available":true,"listChanges":false},"resources":{"available":false},"prompts":{"available":false}},"tools":[{"name":"poll_question","description":"Submit a poll question with discrete options. AI models vote on their preferred option using First Past the Post.","inputSchema":{"type":"object","properties":{"question":{"type":"string","description":"The question to poll models on"},"options":{"type":"array","items":{"type":"string"},"description":"The options to vote on (2-10 choices)"},"preset":{"type":"string","enum":["broad","fast","strong"],"description":"Model preset (default: broad)"},"confidence_threshold":{"type":"number","description":"Confidence threshold for early termination (0-1, default: 0.95)"},"max_cost_usd":{"type":"number","description":"Maximum cost in USD (default: 1.00)"}},"required":["question","options"]}},{"name":"get_poll_result","description":"Retrieve a previous poll result by its ID","inputSchema":{"type":"object","properties":{"result_id":{"type":"string","description":"The poll result ID"}},"required":["result_id"]}},{"name":"get_balance","description":"Check your remaining account balance","inputSchema":{"type":"object","properties":{}}}],"authentication":{"type":"bearer","description":"Bearer token authentication via Authorization header","tokenEndpoint":"https://polls.eloquentanalytics.com/api/keys"}}