What is the Receita Federal PF MCP server?
Looks up the registration status of an individual at the Federal Revenue from the CPF and date of bi
How to install Receita Federal PF
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"receita_pf-mcp": {
"url": "https://api.mcp.ai/p_receita_pf"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"receita_pf-mcp": {
"serverUrl": "https://api.mcp.ai/p_receita_pf"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"receita_pf-mcp": {
"type": "http",
"url": "https://api.mcp.ai/p_receita_pf"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"receita_pf-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_receita_pf"
]
}
}
}Claude Code
claude mcp add --transport http receita_pf-mcp https://api.mcp.ai/p_receita_pfRelated MCP servers
DataJud (CNJ)
Maintained
Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login.
2
View repository →MIT
Legal MCP (alternativa ao Jusbrasil)
Maintained
Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui
2
View repository →MIT
Astrea (Aurum)
Maintained
Reporting and queries over Astrea (Aurum), Brazilian legal-practice software: cases per client, cale
1
View repository →MIT
Banco Bmg MCP
Maintained
Connect your Banco Bmg account to AI via Brazil's Open Finance: balances, statements, cards, investm
1
View repository →MIT
CNPJ
Maintained
Free Brazilian CNPJ lookup (legal name, status, partners) + lawsuit discovery. Public data, no login
1
View repository →MIT
Feegow Clinic
Maintained
Full clinic management on Feegow Clinic, patients, appointments, providers, specialties, insurance,
1
View repository →MIT