checkpj-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@checkpj-mcp-serverLook up company with CNPJ 11222333000181"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
checkpj-mcp-server
MCP server for CheckPJ — Brazilian company data API.
Exposes 4 tools for Claude and other MCP-compatible AI assistants:
lookup_company — Look up a company by CNPJ
search_companies — Search companies by name, CNAE, state, or municipality
get_health_score — Get a company's health/risk score
validate_cnpj — Check if a CNPJ is valid and active
Setup
Claude Code
Add to your Claude Code settings (~/.claude/settings.json):
{
"mcpServers": {
"checkpj": {
"command": "node",
"args": ["/path/to/checkpj-mcp/dist/index.js"],
"env": {
"CHECKPJ_API_KEY": "your-api-key"
}
}
}
}npm (global install)
npm install -g checkpj-mcp-serverThen use checkpj-mcp as the command.
Related MCP server: mcp-server-brasil
Configuration
Set CHECKPJ_API_KEY environment variable for authenticated access. Without it, the free tier (limited requests) is used.
Development
bun install
bun build src/index.ts --outdir dist --target node
node dist/index.jsThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables Brazilian business data lookup through CNPJ (company registry) and CEP (postal code) queries, with intelligent web search capabilities powered by Tavily for due diligence, compliance, and customer verification.516MIT
- AlicenseAqualityBmaintenanceProvides tools to query Brazilian CNPJ (company registration), CEP (postal codes), and currency exchange rates (USD and EUR) through an MCP server.3MIT
- AlicenseAqualityAmaintenanceConnects AI agents to Brazilian tax compliance data (CNPJ, CPF, NFe, SPED, eSocial) and provides tools for due diligence, risk scoring, and tax regime comparison.44140MIT
- Alicense-qualityCmaintenanceValidates LatAm banking and tax IDs (Mexican CLABE, Brazilian CNPJ/CPF checksums) and performs BrasilAPI company, CEP, and bank lookups, enabling AI agents to verify financial and tax information in Latin America.6MIT
Related MCP Connectors
Free Brazilian CNPJ lookup (legal name, status, partners) + lawsuit discovery. Public data, no login
Validate LatAm IDs: Mexican CLABE, Brazilian CNPJ/CPF checksums + BrasilAPI company/CEP/bank lookups
CNPJ Brazil MCP — Brazilian company-registry (Receita Federal) lookup via
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dapdevsoftware/checkpj-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server