Licinexus Mcp

by Licinexus

399 downloads
Not rated
GitHub

About

First Brazilian Model Context Protocol server for public procurement data. Connects MCP clients (Claude Desktop, Cursor, Continue) to the Brazilian National Procurement Portal (PNCP) and Federal Revenue CNPJ data in natural language.

Details

Author
Licinexus
Downloads
399
Categories
Other

- 16 tools covering bids, contracts, and procurement plans
- Search and filter bids by modality and value
- Retrieve contract details including additive terms and billing instruments
- Query active price-registry agreements with remaining balance
- Access annual procurement plans (PCA) of public agencies
- Look up supplier CNPJ data via BrasilAPI

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 Licinexus Mcp
    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 and run with npx: npx -y @licinexusbr/mcp. Add the configuration to claude_desktop_config.json as shown in the README. No API keys or extra setup required.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "licinexus mcp": {
            "licinexus": {
                "command": "npx",
                "args": [
                    "-y",
                    "@licinexusbr/mcp"
                ]
            }
        }
    }
}

McpServers

{
    "licinexus": {
        "command": "npx",
        "args": [
            "-y",
            "@licinexusbr/mcp"
        ]
    }
}

Licinexus MCP

> First Brazilian Model Context Protocol server for public procurement data. Connects MCP clients (Claude Desktop, Cursor, Continue) to Brazil's National Procurement Portal (PNCP) and Federal Revenue CNPJ data — in natural language. ## What it does In one line of config, you can ask: - "Are there active price-registry agreements for laptops with available balance in São Paulo?" - "Show me IT bids published in the last 7 days above R$ 200k" - "Contract history for CNPJ X with federal agencies" - "What is municipality Y planning to buy this year (PCA)?" ## Tools (16) - Bids / licitações — search, get details, filter by modality and value - Contracts — including additive terms (TAs) and billing instruments (NFes) - Price-registry agreements (atas RP) — with balance filtering for active ones - Annual Procurement Plans (PCA) — what agencies plan to buy this year - Agency profiles — registered public agencies in the PNCP - CNPJ data — supplier identification via BrasilAPI ## Install ```bash npx -y @licinexusbr/mcp In claude_desktop_config.json: { "mcpServers": { "licinexus": { "command": "npx", "args": ["-y", "@licinexusbr/mcp"] } } } License MIT — free for any use, including commercial. Links - Repo: https://github.com/Licinexus/licinexus-mcp - npm: https://www.npmjs.com/package/@licinexusbr/mcp - Maintained by: Licinexus (https://licinexus.com.br)
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.