# receita_pj — MCP server on mcp.ai > Looks up a company's registration data at the Federal Revenue from the CNPJ, optionally with the ownership structure. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/receita_pj ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_receita_pj?ms=1787191800000 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/receita_pj/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/receita_pj/ 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/receita_pj/skill.md Postman collection (v2.1): https://mcp.ai/receita_pj/postman.json ## Tools - receita_pj_consultar(Cnpj: string, Qsa: string, completo?: boolean) — Consulta os dados cadastrais de uma empresa na Receita Federal a partir do CNPJ, com opção do quadro societário. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Co ## Example prompts - "Federal Revenue data for CNPJ 12345678000190" - "Ownership structure of CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/receita_pj Website: https://mcp.ai/mcps/receita_pj