# situacao_eleitoral — MCP server on mcp.ai > Looks up a person's voter status at the Electoral Court (TSE) from the name, date of birth, CPF, and voter registration. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/situacao_eleitoral ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_situacao_eleitoral?ms=1787191440000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/situacao_eleitoral/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/situacao_eleitoral/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/situacao_eleitoral/skill.md Postman collection (v2.1): https://mcp.ai/situacao_eleitoral/postman.json ## Tools - situacao_eleitoral_consultar(Nome: string, DataNascimento: string, CPF: string, NumeroTituloEleitoral: string, completo?: boolean) — Consulta a situação eleitoral de uma pessoa no TSE a partir do nome, data de nascimento, CPF e título de eleitor. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. C ## Example prompts - "Voter status for CPF 12345678909" - "Is voter registration 123456789012 in good standing?" ## Links Docs: https://mcp.ai/docs/mcps/situacao_eleitoral Website: https://mcp.ai/mcps/situacao_eleitoral