# titulo_votacao — MCP server on mcp.ai > Looks up a person's voter ID and polling place at the Electoral Court (TSE) from the name, CPF, voter registration, and date of birth. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/titulo_votacao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_titulo_votacao?ms=1787191800000 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/titulo_votacao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/titulo_votacao/ 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/titulo_votacao/skill.md Postman collection (v2.1): https://mcp.ai/titulo_votacao/postman.json ## Tools - titulo_votacao_consultar(Nome: string, CPF: string, NumeroTituloEleitoral: string, DataNascimento: string, NomeMae: string, completo?: boolean) — Consulta o título de eleitor e o local de votação de uma pessoa no TSE a partir do nome, CPF, título e data de nascimento. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pr ## Example prompts - "What is the polling place for CPF 12345678909?" - "Voter ID for CPF 12345678909" ## Links Docs: https://mcp.ai/docs/mcps/titulo_votacao Website: https://mcp.ai/mcps/titulo_votacao