PluginBench
MCP Server
Active
MIT

Senado BR MCP MCP Server

io.github.SidneyBissoli/senado-br-mcp-cloudflare

What is the Senado BR MCP MCP server?

Brazilian Federal Senate open data over MCP — 66 tools, 4 prompts, 5 resources.

How to install Senado BR MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "senado-br-mcp-cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "senado-br-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "senado-br-mcp-cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "senado-br-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "senado-br-mcp-cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "senado-br-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "senado-br-mcp-cloudflare": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "senado-br-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add senado-br-mcp-cloudflare -- npx -y senado-br-mcp

Related MCP servers

Brazilian Central Bank / Banco Central do Brasil (BCB) - SGS time series MCP: Selic, IPCA, FX, GDP

4
TypeScript
MIT
View repository →

MCP server for live, sourced Brazilian public data from the official IBGE APIs.

3
TypeScript
MIT
View repository →

Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.

3
TypeScript
MIT
View repository →

MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases

1
JavaScript
MIT
View repository →
Senado BR MCP MCP Server | PluginBench