Buscador De Cnpj

by buscadordecnpj

340 downloads
Not rated
GitHub

About

Buscador de CNPJs atualizados com dados reais da receita federal

Details

Author
buscadordecnpj
Downloads
340
Categories
Other

- Free public CNPJ lookup with no API key required
- Premium detailed lookup with full company data
- Textual term search using natural language
- Advanced search with structured filters and pagination
- Bulk lookup of multiple CNPJs with optional state/active filters

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Buscador De Cnpj
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install automatically via a curl script or manually via pip/uv. Configure the Claude Desktop JSON file with the path to uvx (or the installed package) and set the CNPJ_API_KEY environment variable for premium features. Then restart Claude Desktop. Use natural language commands or direct tool calls like cnpj_public_lookup with a CNPJ number.

cnpj_public_lookup

Consulta pública de CNPJ (dados básicos sem necessidade de API key).

cnpj_lookup

Consulta detalhada de CNPJ (requer API key).

cnpj_bulk_lookup

Consulta múltiplos CNPJs em uma única requisição (requer API key).

cnpj_search

Busca avançada com filtros estruturados (requer API key).

cnpj_search_estimate

Estima a quantidade de resultados para uma busca avançada (requer API key).

cnpj_search_csv

Exporta resultados de busca avançada para CSV (requer API key).

cnpj_search_csv_estimate

Estima créditos necessários para exportação CSV (requer API key).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "buscador de cnpj": {
            "cnpj-search": {
                "command": "uvx",
                "args": [
                    "buscador-de-cnpj"
                ],
                "env": {
                    "CNPJ_API_KEY": "sua_api_key_aqui"
                }
            }
        }
    }
}

McpServers

{
    "cnpj-search": {
        "command": "uvx",
        "args": [
            "buscador-de-cnpj"
        ],
        "env": {
            "CNPJ_API_KEY": "sua_api_key_aqui"
        }
    }
}

Buscador de CNPJ - MCP Server

Um servidor MCP (Model Context Protocol) para busca de dados de empresas brasileiras usando a API do buscadordecnpj.com.

Demonstração do Buscador de CNPJ funcionando em um agente (GIF)

📋 Funcionalidades

🆓 Consultas Gratuitas

- cnpj_public_lookup: Busca pública de dados básicos de uma empresa (sem necessidade de API key)

💎 Consultas Premium (requer API key)

- cnpj_detailed_lookup: Busca detalhada com dados completos da empresa - term_search: Busca por termo textual (linguagem natural) em múltiplos campos; ex.: "padarias em SP Tatuapé" - cnpj_advanced_search: Busca avançada com filtros estruturados (exatos, intervalos); ideal para fine-tuning

🚀 Instalação

🎯 Instalação Automática (Recomendada)

curl -sSL https://raw.githubusercontent.com/victortavernari/buscador-de-cnpj/main/install.sh | bash

Este script irá:
- ✅ Detectar seu sistema operacional
- ✅ Instalar uv (se necessário)
- ✅ Instalar buscador-de-cnpj
- ✅ Configurar automaticamente o Claude Desktop
- ✅ Criar wrapper scripts para compatibilidade

🔧 Instalação Manual

Opção A: Usando uv

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.