MCP Dev Latam Server
Rank #53,122io.github.codespar/mcp-bcra
BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves)
MCP Dev Latam Server is a Model Context Protocol (MCP) server published by codespar. It ranks #53,122 of 115,460 servers tracked on MCP Toplist, and its repository has 269 GitHub stars. MCP Dev Latam 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,338 of 115,460 servers on MCP Toplist.
Use MCP Dev Latam Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-bcra -- npx -y @codespar/mcp-bcra[mcp_servers.mcp-bcra]
command = "npx"
args = ["-y", "@codespar/mcp-bcra"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-bcra": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bcra"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-bcra": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bcra"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-bcra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bcra"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-bcra": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bcra"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-bcra": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bcra"
]
}
}
}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-bcra)<a href="https://mcptoplist.com/server/io.github.codespar%2Fmcp-bcra"><img src="https://mcptoplist.com/badge/io.github.codespar%2Fmcp-bcra.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.0 | Apr 12, 2026 |
Frequently asked questions
- Who maintains MCP Dev Latam Server?
- MCP Dev Latam Server is maintained by codespar, which publishes 239 MCP servers (128 total versions) tracked on MCP Toplist.
- Is MCP Dev Latam Server listed on the Official MCP Registry?
- Yes — MCP Dev Latam Server is listed on the Official MCP Registry.
- How many versions does MCP Dev Latam Server have?
- MCP Toplist tracks 1 version of MCP Dev Latam Server, most recently published on Apr 12, 2026.
- Where can I find the source code for MCP Dev Latam Server?
- The source code for MCP Dev Latam Server is hosted at github.com/codespar/mcp-dev-latam.