PluginBench
MCP Server
Active
MIT

Receita Federal PF MCP Server

io.github.mcp-dir/receita_pf-mcp

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_pf

Related MCP servers

DataJud (CNJ)

Maintained

Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login.

2
MIT
View repository →

Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui

2
MIT
View repository →

Astrea (Aurum)

Maintained

Reporting and queries over Astrea (Aurum), Brazilian legal-practice software: cases per client, cale

1
MIT
View repository →

Banco Bmg MCP

Maintained

Connect your Banco Bmg account to AI via Brazil's Open Finance: balances, statements, cards, investm

1
MIT
View repository →

CNPJ

Maintained

Free Brazilian CNPJ lookup (legal name, status, partners) + lawsuit discovery. Public data, no login

1
MIT
View repository →

Feegow Clinic

Maintained

Full clinic management on Feegow Clinic, patients, appointments, providers, specialties, insurance,

1
MIT
View repository →