{"name":"Synero AI Council","description":"Query 4 AI models simultaneously (GPT, Claude, Gemini, Grok) and get their independent answers to synthesize yourself (fastest), or a server-synthesized answer. Use as a verification layer when you need high-confidence, multi-perspective answers.","version":"1.5.0","remotes":[{"transport_type":"streamable-http","url":"https://synero.ai/api/mcp","authentication":{"type":"oauth2","authorization_server":"https://synero.ai/.well-known/oauth-authorization-server","alternative":"Authorization: Bearer sk_live_... (API key from https://synero.ai/app/api-keys)"}}],"server":{"command":"npx","args":["-y","@syneroai/mcp"],"env":{"SYNERO_API_KEY":{"description":"Your Synero API key (get one at https://synero.ai/app/api-keys)","required":true}}},"tools":[{"name":"query_council","description":"Query Synero's AI council: 4 AI models respond independently. By default the caller receives all four responses plus instructions to synthesize them itself (fastest); pass synthesis: true for a server-synthesized answer. Via this API the council is capped at medium tier and bounded by a server-side deadline, so calls stay within client tool timeouts.","inputSchema":{"type":"object","required":["prompt"],"properties":{"prompt":{"type":"string","description":"The question to ask the council (max 10,000 characters)"},"context":{"type":"array","description":"Attach documents, text, or images. Items are { name, content, type: 'file' | 'text' | 'image' }. Images are base64 data URLs (max 3, 5MB each) and are seen by all four advisors.","items":{"type":"object"}},"template":{"type":"string","description":"Built-in council template slug (code-review, due-diligence, deep-research, ...)."},"config":{"type":"object","description":"Model overrides and councilTier: auto (routed per question), instant, low, medium, high, custom."},"synthesis":{"type":"boolean","description":"Default false: you receive the four raw responses plus synthesis instructions and reconcile them yourself, which roughly halves latency. Set true for a server-side synthesized answer."},"detail":{"type":"string","description":"Only applies when synthesis: true. 'synthesis' (default) returns the reconciled answer plus the council roster; 'full' additionally includes every advisor's complete response."}}}}],"links":{"homepage":"https://synero.ai/agent","apiDocs":"https://synero.ai/developers","openapi":"https://synero.ai/openapi.json","pricing":"https://synero.ai/pricing","authorization":"https://synero.ai/.well-known/oauth-protected-resource/api/mcp"}}