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-mcpRelated MCP servers
Brazilian Central Bank / Banco Central do Brasil (BCB) - SGS time series MCP: Selic, IPCA, FX, GDP
4
View repository →TypeScript
MIT
IBGE Brasil MCP
Active
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
3
View repository →TypeScript
MIT
Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.
3
View repository →TypeScript
MIT
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
1
View repository →JavaScript
MIT