MCP Server
MCP
io.github.cpfhub/cpfhub
MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.
Install
npx -y @cpfhub/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@cpfhub/mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CPFHUB_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment