# pref_pr_maringa_cnd — how to use (mcp.ai)

Prefeitura PR Maringá: Clearance Certificate (Debts) (Contribuinte), official-source lookup. Platform-hosted, pay per query with prepaid credit.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_pref_pr_maringa_cnd?ms=1787218620000`
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. `pref_pr_maringa_cnd_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/pref_pr_maringa_cnd/consultar` — Prefeitura PR Maringá: Certidão Negativa de Débitos (Contribuinte), consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consul
  - body: { cnpj?: string, cpf?: string, nome_requerente?: string, cnpj_requerente?: string, cpf_requerente?: string, finalidade?: string }

## Example prompts
- "Look up Prefeitura PR Maringá: Clearance Certificate (Debts) (Contribuinte)"

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