# tse_quitacao_eleitoral — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_tse_quitacao_eleitoral?ms=1787191500000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `tse_quitacao_eleitoral_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/tse_quitacao_eleitoral`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/tse_quitacao_eleitoral/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/tse_quitacao_eleitoral/consultar` — 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é
  - body: { Nome: string, CPF: string, NOMEMAE: string, NOMEPAI: string, NUMEROTITULOELEITORAL: string, DATANASCIMENTO: string, completo?: boolean }

## Example prompts
- "Voter good-standing clearance for CPF 12345678909"
- "Is CPF 12345678909 clear with the Electoral Court?"

## More
- Page: https://mcp.ai/tse_quitacao_eleitoral
- Agent spec (llms.txt): https://mcp.ai/tse_quitacao_eleitoral/llms.txt
- Postman collection: https://mcp.ai/tse_quitacao_eleitoral/postman.json
