# similaridade_br — how to use (mcp.ai)

Compares the provided data of a person in Brazil (CPF, name, birth, address) and returns the similarity score against the record. 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_similaridade_br?ms=1787191800000`
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. `similaridade_br_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/similaridade_br`
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/similaridade_br/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/similaridade_br/consultar` — Compara os dados informados de uma pessoa no Brasil (CPF, nome, nascimento, endereço) e retorna o grau de similaridade com o cadastro. Hospedado pela plataforma, sem credenciais, pague por consulta co
  - body: { Cpf: string, Name: string, Surname: string, DOB: string, Address: string, City: string, State: string, PostCode: string, Phone: string, completo?: boolean }

## Example prompts
- "Do the provided data match CPF 12345678909?"
- "Similarity score for the record of CPF 12345678909"

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