Brazilian Federal Senate open data over MCP — 90 tools across the legislative process, Senate administration and the e-Cidadania portal. Cloudflare Workers, Streamable HTTP, no auth. Responses in pt-BR.
概览
Senado BR MCP
Access to Brazilian Federal Senate open data through the Model Context Protocol — 90 tools spanning the legislative process, Senate administration, and citizen participation. Hosted on Cloudflare Workers (Streamable HTTP), stateless, no authentication required.
⚠️ Tool names, descriptions and responses are in Portuguese (pt-BR), matching the official Senate data.
Connect
https://senado.sidneybissoli.com/mcp
{
"mcpServers": {
"senado-br": {
"url": "https://senado.sidneybissoli.com/mcp"
}
}
}
What it covers
📜 Legislative
- Bills, legislative processes, tramitação, deadlines, rapporteurs, amendments
- Roll-call votes (plenary & committees), party-bloc vote orientation, vetoes
- Committees, members, meetings, CPI requests
- Plenary sessions, agendas and results
🗣️ Speeches & records
- Senator speeches, apartes, plenary discourses
- Shorthand notes (notas taquigráficas), transcripts, session videos
👤 Senators
- Full directory, mandate history, leaderships, blocs and parties
- Away / retired senators
💰 Administration & transparency
- CEAPS parliamentary expense quotas, payroll & staff remuneration
- Contracts, biddings, hired companies, procurement
- Budget execution, housing allowance, support offices
🏛️ e-Cidadania
- Public consultations, legislative ideas and events with citizen participation
Example prompts
- "Quais foram as últimas votações no plenário do Senado?"
- "Liste os gastos da CEAPS do senador X em 2024."
- "Mostre a tramitação do PL 1234/2023."
- "Quais senadores estão afastados atualmente?"
Data sources
Official Senate open-data APIs — legis.senado.leg.br/dadosabertos
(legislative), adm.senado.gov.br (administrative) — and the e-Cidadania portal.
Tech
Cloudflare Workers · Streamable HTTP (MCP) · stateless · 2-layer caching ·
open access. Repo: https://github.com/SidneyBissoli/senado-br-mcp-cloudflare
服务器配置
{
"mcpServers": {
"senado-br": {
"type": "streamable-http",
"url": "https://senado.sidneybissoli.com/mcp"
}
}
}