
DataBR — API De Dados PúBlicos Brasileiros
Wire your coding agent to Brazilian central-bank, census, securities, and market data without scraping each regulator yourself.
Overview
DataBR is a MCP server for the Build phase that exposes Brazilian public financial and statistical APIs to AI agents via streamable HTTP.
What is this MCP server?
- Remote streamable-http MCP at databr.api.br—no local server required for basic registration
- Coverage spans BCB, IBGE, CVM, B3, and compliance-oriented public datasets
- x402 payments on Base for metered API access from agents
- Version 1.0.0 with GitHub source at igorpdev/databr
- Built for AI agents consuming Brazilian public data in one protocol
- Remote MCP URL: https://databr.api.br/mcp (streamable-http)
- Named data domains: BCB, IBGE, CVM, B3, compliance
- Server schema version field: 1.0.0
What problem does it solve?
Building Brazil-specific agent features means juggling multiple government and exchange APIs with different formats and no unified agent interface.
Who is it for?
Indie builders shipping agent or API products focused on Brazil markets, compliance, or macro research.
Skip if: Teams that only need generic web search or non-Brazil datasets with no regulatory context.
What do I get? / Deliverables
After you register the remote MCP endpoint, your agent can call consolidated Brazilian public-data tools instead of custom integrations per agency.
- Registered remote MCP connection to Brazilian public-data tools
- Agent-callable queries across BCB, IBGE, CVM, B3, and compliance-oriented endpoints
- Foundation for Brazil-localized dashboards or copilots without per-agency scrapers
Recommended MCP Servers
Journey fit
DataBR is an integration surface for agents during product build, not a standalone research bookmark. It belongs under integrations because it exposes MCP tools over HTTP for pulling structured public datasets into workflows.
How it compares
Regional public-data MCP API, not a general web-search or desktop-automation server.
Common Questions / FAQ
Who is DataBR for?
Solo and indie developers building AI agents or apps that need authoritative Brazilian public data from BCB, IBGE, CVM, B3, and related compliance sources.
When should I use DataBR?
Use it during build when you want MCP tools that fetch Brazilian datasets into Claude Code or Cursor instead of maintaining one-off HTTP clients per institution.
How do I add DataBR to my agent?
Add the remote MCP URL https://databr.api.br/mcp (streamable-http) in your agent’s MCP configuration; confirm x402 on Base if your plan uses paid agent calls.