# tse_quitacao_eleitoral — MCP server on mcp.ai > Issues a person's voter good-standing clearance at the Electoral Court (TSE) from the name, CPF, voter registration, date of birth, and parents. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/tse_quitacao_eleitoral ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tse_quitacao_eleitoral?ms=1787191560000 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/tse_quitacao_eleitoral/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tse_quitacao_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/tse_quitacao_eleitoral/skill.md Postman collection (v2.1): https://mcp.ai/tse_quitacao_eleitoral/postman.json ## Tools - tse_quitacao_eleitoral_consultar(Nome: string, CPF: string, NOMEMAE: string, NOMEPAI: string, NUMEROTITULOELEITORAL: string, DATANASCIMENTO: string, completo?: boolean) — Emite a certidão de quitação eleitoral de uma pessoa no TSE a partir do nome, CPF, título, data de nascimento e filiação. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré ## Example prompts - "Voter good-standing clearance for CPF 12345678909" - "Is CPF 12345678909 clear with the Electoral Court?" ## Links Docs: https://mcp.ai/docs/mcps/tse_quitacao_eleitoral Website: https://mcp.ai/mcps/tse_quitacao_eleitoral