licinexus-mcp

Licinexus/licinexus-mcp
★ 36 stars TypeScript 📊 Data/Analytics Updated 7d ago
MCP server for Brazilian public procurement data (PNCP + Receita Federal). Maintained by Licinexus.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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