cpfhub for Cursor
io.github.cpfhub/cpfhub
MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.
client:Cursor
transport:stdio
runtime:npm
Install cpfhub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cpfhub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cpfhub/mcp"
],
"env": {
"CPFHUB_API_KEY": "<CPFHUB_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs