Brazilian Central Bank (BCB) economic data — 18,000+ time series including Selic, IPCA, exchange rates, GDP, and 150+ curated indicators via the SGS/BCB public API.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y bcb-br-mcpAgent-CoreX intelligently routes which tools from SidneyBissoli/bcb-br-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"bcb-br-mcp": {
"command": "npx",
"args": [
"-y",
"bcb-br-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add bcb-br-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use SidneyBissoli/bcb-br-mcp directly without routing
npx -y bcb-br-mcpNew to Agent-CoreX? View setup guide →