MCP Directory

SidneyBissoli/bcb-br-mcp

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y bcb-br-mcp

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route SidneyBissoli/bcb-br-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add bcb-br-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use SidneyBissoli/bcb-br-mcp directly without routing

npx -y bcb-br-mcp

New to Agent-CoreX? View setup guide →

SidneyBissoli/bcb-br-mcp MCP Server — Agent-CoreX