PluginBench
MCP Server
Active
MIT

Restituição IRPF MCP Server

io.github.mcp-dir/restituicao_irpf-mcp

What is the Restituição IRPF MCP server?

Looks up an individual's income tax refund status from the CPF, date of birth, and tax year. Platfor

How to install Restituição IRPF

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "restituicao_irpf-mcp": {
      "url": "https://api.mcp.ai/p_restituicao_irpf"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "restituicao_irpf-mcp": {
      "serverUrl": "https://api.mcp.ai/p_restituicao_irpf"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "restituicao_irpf-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_restituicao_irpf"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "restituicao_irpf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.mcp.ai/p_restituicao_irpf"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http restituicao_irpf-mcp https://api.mcp.ai/p_restituicao_irpf

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 →