Skip to main content
Glama

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-server

Then 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.js

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    79
    8
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Brazilian company-registry lookup via Receita Federal, allowing AI agents to query CNPJ data.
    6
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables lookup of Brazilian public data including companies (CNPJ), postal codes (CEP), banking, economy, geography, and more through 15 tools and 2 guided prompts, powered by BrasilAPI with no API key required.
    15
    MIT

Latest Blog Posts

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