# mpmt_procedimentos — how to use (mcp.ai)

Looks up out-of-court investigative proceedings of the Mato Grosso Public Prosecutor's Office for a person or company from the CPF or CNPJ. 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_mpmt_procedimentos?ms=1787191620000`
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. `mpmt_procedimentos_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/mpmt_procedimentos/consultar` — Consulta procedimentos investigatórios extrajudiciais do Ministério Público de Mato Grosso para uma pessoa ou empresa a partir do CPF ou CNPJ. Hospedado pela plataforma, sem credenciais, pague por con
  - body: { Cnpj: string, Cpf: string, completo?: boolean }

## Example prompts
- "Does CPF 12345678909 have a proceeding at the Mato Grosso MP?"
- "MPMT proceedings for CNPJ 12345678000190"

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