# mpt — MCP server on mcp.ai > Looks up records of a person or company at the Labor Public Prosecutor's Office (MPT) from the CPF or CNPJ and region. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/mpt ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_mpt?ms=1787191740000 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/mpt/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/mpt/ 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/mpt/skill.md Postman collection (v2.1): https://mcp.ai/mpt/postman.json ## Tools - mpt_consultar(Cpf: string, Cnpj: string, Regiao: string, completo?: boolean) — Consulta registros de uma pessoa ou empresa no Ministério Público do Trabalho (MPT) a partir do CPF ou CNPJ e região. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pag ## Example prompts - "Does CNPJ 12345678000190 have MPT records?" - "MPT proceedings for CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/mpt Website: https://mcp.ai/mcps/mpt