Odel
cpfhub mcp

cpfhub mcp

Local
@cpfhubJavaScriptUpdated 4mo ago

MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cpfhub/mcpv1.0.1

Run

npx -y @cpfhub/mcp

MCP client config

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