MCP server for Brazilian Federal Senate open data (legislators, bills, votes, committees)
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).
Once Senado Br MCP is connected, these are the calls the assistant has available:
API — Senado Federal - Dados AbertosDocumentation — https://legis.senado.leg.br/dadosabertos/docs/Format — JSONAuthentication — None (public data)Website — e-CidadaniaContent — Public consultations, legislative ideas, interactive eventsMethod — HTML scraping with rate limiting (1 req/sec) and caching (15min-24h)Fallback — If e-Cidadania is unavailable, API tools continue workingsenado_ecidadania_sugerir_tema_enquete — AI-assisted analysis to suggest topics for monthly surveys based on participation metricsInstallation — The Installation tool exposed by this serverEndpoints — The Endpoints tool exposed by this serverAgenda — The Agenda tool exposed by this serverYou 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.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
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.
| Tool | What it does |
|---|---|
| API | [Senado Federal - Dados Abertos](https://legis.senado.leg.br/dadosabertos) |
| Documentation | https://legis.senado.leg.br/dadosabertos/docs/ |
| Format | JSON |
| Authentication | None (public data) |
| Website | [e-Cidadania](https://www12.senado.leg.br/ecidadania) |
| 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. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | The Setup tool exposed by this 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.
| Variable | Description | Required |
|---|---|---|
| ALERT_WEBHOOK_URL | Endpoint or connection string the server talks to. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.