MCP Hub
Back to servers

cpfhub

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

Registry
Updated
Apr 29, 2026

Quick Install

npx -y @cpfhub/mcp

@cpfhub/mcp

Official Model Context Protocol (MCP) server for CPFHub.io

Query Brazilian CPF data directly from AI agents like Claude, Cursor, and Windsurf using a standardized protocol.


Features

  • lookup_cpf: Get full name, gender, and date of birth from any Brazilian CPF.
  • get_quota_info: Check your remaining credits and plan status.
  • LGPD Compliant: Built with privacy and security in mind.
  • Fast: ~300ms average response time.

Installation

You can run the server directly using npx:

export CPFHUB_API_KEY=your_api_key_here
npx @cpfhub/mcp

Configuration

Claude Desktop

Add this to your claude_desktop_config.json:

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

Cursor

  1. Go to Settings > Features > MCP.
  2. Click + Add New MCP Server.
  3. Name: CPFHub
  4. Type: command
  5. Command: export CPFHUB_API_KEY=YOUR_API_KEY_HERE && npx -y @cpfhub/mcp

Requirements


License

MIT © CPFHub.io

Reviews

No reviews yet

Sign in to write a review