Server data from the Official MCP Registry
MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.
MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.
This MCP server is a straightforward CPF lookup tool with appropriate authentication via environment variables and sensible permission scope. Code quality is generally good with proper error handling. The main concerns are minor input validation gaps (CPF format validation) and a slightly unusual API call pattern in get_quota_info that could be simplified, but these do not present security vulnerabilities. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
3 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CPFHUB_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cpfhub-cpfhub": {
"env": {
"CPFHUB_API_KEY": "your-cpfhub-api-key-here"
},
"args": [
"-y",
"@cpfhub/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
You can run the server directly using npx:
export CPFHUB_API_KEY=your_api_key_here
npx @cpfhub/mcp
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"cpfhub": {
"command": "npx",
"args": ["-y", "@cpfhub/mcp"],
"env": {
"CPFHUB_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
CPFHubcommandexport CPFHUB_API_KEY=YOUR_API_KEY_HERE && npx -y @cpfhub/mcpMIT © CPFHub.io
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI