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

Steelman R5: Fine-tuned 14B Model Outperforms Claude Opus on Ada Code Generation
A developer fine-tuned Qwen2.5-Coder-14B-Instruct using QLoRA on a compiler-verified dataset of 3,430 Ada/SPARK instruction pairs, achieving 68.6% compilation rate on a custom benchmark versus Claude Opus 4.6's 42.1%. The model is available via Ollama and fits in 12GB VRAM.

Auto-optimize: A Claude Code Plugin for Autonomous Performance Optimization
A developer built auto-optimize, a Claude Code plugin that autonomously runs profile → plan → benchmark loops to optimize code performance. In one test, it achieved a 27% faster hash table across all benchmark scenarios in about 3 hours.

Using Claude to Extract Data from a 1997 Football Manager Game
Ben Nuttall used Claude to extract player, team, and stadium data from FIFA Soccer Manager 97. The AI parsed the SM97.DAT file, exported CSV, and built a searchable website. All Python code is on GitHub.

Dart AI productivity app review with OpenClaw integration
A user reports switching from Things to Dart AI for productivity, finding it better for implementing Getting Things Done methodology with full OpenClaw access, despite UI issues and initial setup complexity.