MCP Dev Brasil Server
Rank #53,127io.github.codespar/mcp-brasil-api
MCP server for BrasilAPI — CEP, CNPJ, banks, FIPE, holidays, weather
MCP Dev Brasil Server is a Model Context Protocol (MCP) server published by codespar. It ranks #53,127 of 115,460 servers tracked on MCP Toplist, and its repository has 269 GitHub stars. MCP Dev Brasil Server is listed on Official MCP, with 1 tracked version. It was first listed on Apr 12, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 62,333 of 115,460 servers on MCP Toplist.
Use MCP Dev Brasil Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-brasil-api -- npx -y @codespar/mcp-brasil-api[mcp_servers.mcp-brasil-api]
command = "npx"
args = ["-y", "@codespar/mcp-brasil-api"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-brasil-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-brasil-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-brasil-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-brasil-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-brasil-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
}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.codespar%2Fmcp-brasil-api)<a href="https://mcptoplist.com/server/io.github.codespar%2Fmcp-brasil-api"><img src="https://mcptoplist.com/badge/io.github.codespar%2Fmcp-brasil-api.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
codespar
Other servers by codespar
View all codespar servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 12, 2026 |
Frequently asked questions
- Who maintains MCP Dev Brasil Server?
- MCP Dev Brasil Server is maintained by codespar, which publishes 239 MCP servers (128 total versions) tracked on MCP Toplist.
- Is MCP Dev Brasil Server listed on the Official MCP Registry?
- Yes — MCP Dev Brasil Server is listed on the Official MCP Registry.
- How many versions does MCP Dev Brasil Server have?
- MCP Toplist tracks 1 version of MCP Dev Brasil Server, most recently published on Apr 12, 2026.
- Where can I find the source code for MCP Dev Brasil Server?
- The source code for MCP Dev Brasil Server is hosted at github.com/codespar/mcp-dev-brasil.