Senado Br MCP Server

MCP server for Brazilian Federal Senate open data (legislators, bills, votes, committees)

Remote serverstreamable-httpTypeScript

What is the Senado Br MCP MCP server?

Senado Br MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for Brazilian Federal Senate open data (legislators, bills, votes, committees).

What you get

  • 33 tools — for accessing Senate data
  • Real-time data from official API
  • e-Cidadania integration — citizen participation data via web scraping
  • Structured JSON responses
  • Error handling with actionable suggestions
  • TypeScript with full type safety

What the assistant can call

Once Senado Br MCP is connected, these are the calls the assistant has available:

  • APISenado Federal - Dados Abertos
  • Documentationhttps://legis.senado.leg.br/dadosabertos/docs/
  • Format — JSON
  • Authentication — None (public data)
  • Websitee-Cidadania
  • Content — Public consultations, legislative ideas, interactive events
  • Method — HTML scraping with rate limiting (1 req/sec) and caching (15min-24h)
  • Fallback — If e-Cidadania is unavailable, API tools continue working
  • senado_ecidadania_sugerir_tema_enquete — AI-assisted analysis to suggest topics for monthly surveys based on participation metrics
  • Installation — The Installation tool exposed by this server
  • Endpoints — The Endpoints tool exposed by this server
  • Agenda — The Agenda tool exposed by this server

Configuration and credentials

You will need one environment variable: ALERT_WEBHOOK_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 18+ - npm

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Senado Br MCP's toolset — API, Documentation, Format and 11 more — is a fair guide to whether it matches your workflow. It is maintained by sidneybissoli; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Senado Br MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the senado br mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
API[Senado Federal - Dados Abertos](https://legis.senado.leg.br/dadosabertos)
Documentationhttps://legis.senado.leg.br/dadosabertos/docs/
FormatJSON
AuthenticationNone (public data)
Website[e-Cidadania](https://www12.senado.leg.br/ecidadania)
ContentPublic consultations, legislative ideas, interactive events
MethodHTML scraping with rate limiting (1 req/sec) and caching (15min-24h)
FallbackIf e-Cidadania is unavailable, API tools continue working
senado_ecidadania_sugerir_tema_enqueteAI-assisted analysis to suggest topics for monthly surveys based on participation metrics
InstallationThe Installation tool exposed by this server.
EndpointsThe Endpoints tool exposed by this server.
AgendaThe Agenda tool exposed by this server.
PrerequisitesThe Prerequisites tool exposed by this server.
SetupThe Setup tool exposed by this server.

How to install the Senado Br MCP MCP server

{
  "mcpServers": {
    "senado-br": {
      "command": "npx",
      "args": ["-y", "senado-br-mcp"],
      "env": {
        "ALERT_WEBHOOK_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18+ - npm
VariableDescriptionRequired
ALERT_WEBHOOK_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Senado Br MCP to API.
  • Use Senado Br MCP to Documentation.
  • Use Senado Br MCP to Format.

Frequently asked questions

It connects Senado Br MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (API, Documentation, Format, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Senado Br MCP directly.