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

Recursive Self-Improvement Framework for AI Coding Agents Using Claude Code
An open-source framework enables AI coding agents to recursively improve themselves using Claude Code. The system analyzes agent traces, identifies failure patterns, and implements fixes, achieving a 25% performance increase in one test cycle.

hiresTI: Native Linux TIDAL Player with OpenClaw/MCP Support
hiresTI is a native Linux desktop client for TIDAL focused on stable playback, high-quality audio output, a GTK4/Libadwaita UI, and OpenClaw integration via MCP for remote control. The app combines a Python UI layer with a Rust audio core.

Orc: Open Source Multi-Project Orchestrator for AI Coding Agents
Orc is an OS-level orchestrator that coordinates AI coding agents across multiple projects using bash, tmux, and git worktrees. It addresses merge conflicts, duplicated work, and coordination overhead with a two-tier review system and zero token burn on orchestration.

Claude Code Production Grade Plugin v3.0 Released: Autonomous Software Development Pipeline
Production Grade Plugin v3.0 for Claude Code is now available as free, open-source software under MIT license. The plugin creates a full development pipeline from requirements to deployment with 13 AI skills acting as an engineering team.