Open Source MCP Server Connects Claude to Brazilian Central Bank Economic Data

bcb-br-mcp is an open source Model Context Protocol server that connects Claude to economic data from Brazil's Central Bank. The server provides access to over 18,000 time series from the SGS/BCB system through Claude's interface.
Key Details
The server includes 8 tools covering these economic categories:
- Interest rates
- Inflation
- Exchange rates
- GDP
- Employment
- Credit
It provides access to 150+ curated indicators with accent-insensitive search functionality. Examples of queries you can ask Claude include:
- "What is the current Selic interest rate?"
- "Show me monthly inflation (IPCA) for 2024"
- "Compare IPCA, IGP-M, and INPC over the last 12 months"
- "What was the USD/BRL variation in the last 6 months?"
Setup Options
Three setup methods are available:
- Remote (no install):
https://bcb.sidneybissoli.workers.dev - npx:
npx -y bcb-br-mcp - Smithery:
https://smithery.ai/server/@sidneybissoli/bcb-br-mcp
The server works with Claude Desktop, Claude.ai, Claude Code, Cursor, and any MCP client. It's MIT licensed and available on GitHub at https://github.com/SidneyBissoli/bcb-br-mcp.
This type of MCP server is useful for developers working with Brazilian economic data who want to query it directly through Claude's interface without switching between tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Chamber: AI Agent for GPU Infrastructure Management
Chamber is an AI agent that manages GPU infrastructure by handling tasks like provisioning clusters, diagnosing failed jobs, and managing workloads. It provides structured operations with validation and rollback, not just raw shell commands.

Free pharmacovigilance signal detection tool built with Claude Code
A developer used Claude Code to build a free pharmacovigilance platform that analyzes 2.9 million FDA adverse event reports, running statistical signal detection that commercial platforms charge $50K-500K/year for. The tool is hosted for free on HuggingFace.

OpenHelm: A Local Background Scheduler for Claude Code with Self-Correcting Retry Logic
OpenHelm is a Tauri-based application that runs Claude Code tasks in the background on a schedule, stores all state locally in SQLite, and includes a self-correcting retry loop that adjusts prompts after failures.

Open-source 31-agent product development system for Claude with 12,000+ lines of content
An open-source Claude Skill provides 31 specialized AI agents and 20 strategic frameworks covering all company departments from product to compliance. The MIT-licensed system includes 62 files with 12,000+ lines of actionable content, country-specific compliance for multiple regions, and a smart-loading system that routes requests efficiently.