Senado Br MCP
Rank #12,097io.github.SidneyBissoli/senado-br-mcp
MCP Server for Brazilian Federal Senate open data (legislators, bills, votes)
Senado Br MCP is a Model Context Protocol (MCP) server published by sidneybissoli. It ranks #12,097 of 115,460 servers tracked on MCP Toplist. Senado Br MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 3, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 103,363 of 115,460 servers on MCP Toplist.
Use Senado Br MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add senado-br-mcp -- npx -y senado-br-mcp[mcp_servers.senado-br-mcp]
command = "npx"
args = ["-y", "senado-br-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"senado-br-mcp": {
"command": "npx",
"args": [
"-y",
"senado-br-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"senado-br-mcp": {
"command": "npx",
"args": [
"-y",
"senado-br-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"senado-br-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"senado-br-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"senado-br-mcp": {
"command": "npx",
"args": [
"-y",
"senado-br-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"senado-br-mcp": {
"command": "npx",
"args": [
"-y",
"senado-br-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SidneyBissoli%2Fsenado-br-mcp)<a href="https://mcptoplist.com/server/io.github.SidneyBissoli%2Fsenado-br-mcp"><img src="https://mcptoplist.com/badge/io.github.SidneyBissoli%2Fsenado-br-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
sidneybissoli
Other servers by sidneybissoli
- Medical Terminologies MCP#1,828 · 15 vers
- Banco Central do Brasil (BCB) — SGS Time Series MCP Server#2,381 · 12 vers
- IBGE Brasil MCP#2,394 · 7 vers
- Dados Abertos Senado BR MCP#3,639 · 7 vers
- ILO Labour Statistics (ILOSTAT)#7,790 · 5 vers
- Cid10 Br MCP#14,295 · 3 vers
- UNESCO UIS — Education, Science & Culture Statistics (provenance-first)#20,631 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.1.2 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Senado Br MCP?
- Senado Br MCP is maintained by sidneybissoli, which publishes 8 MCP servers (52 total versions) tracked on MCP Toplist.
- Is Senado Br MCP listed on the Official MCP Registry?
- Yes — Senado Br MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Senado Br MCP have?
- MCP Toplist tracks 2 versions of Senado Br MCP, most recently published on Feb 3, 2026.
- Where can I find the source code for Senado Br MCP?
- The source code for Senado Br MCP is hosted at github.com/sidneybissoli/senado-br-mcp.