# CPFHub.io - API de Consulta de CPF

CPFHub.io is a Brazilian CPF lookup and validation API built for developers. This MCP server lets AI agents query CPF data — including full name, gender, and date of birth — directly from a conversat…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add admin-noez/cpfhub

# Browse available tools
npx -y @smithery/cli@latest tool list admin-noez/cpfhub

# Get full schema for a tool
npx -y @smithery/cli@latest tool get admin-noez/cpfhub lookup_cpf

# Call a tool
npx -y @smithery/cli@latest tool call admin-noez/cpfhub lookup_cpf '{}'
```

## Direct MCP Connection

Endpoint: `https://cpfhub.run.tools`

## Tools (2)

- `lookup_cpf` — Consulta informações de um CPF brasileiro. Retorna nome, data de nascimento e gênero. Requer autenticação via API key.
- `get_quota_info` — Retorna informações sobre o saldo de créditos e plano do usuário. Requer autenticação via API key.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get admin-noez/cpfhub <tool-name>
```
