🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cpfhub/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cpfhub/mcp

Official Model Context Protocol (MCP) server for CPFHub.io. Query Brazilian CPF data directly from AI agents like Claude, Cursor, and Windsurf.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@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

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

Requirements

License

MIT © CPFHub.io

Keywords

mcp

FAQs

Package last updated on 29 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts