Banco Central do Brasil Connector for AI agents.
5 live capabilities
Pull official Brazilian Central Bank exchange rates and historical FX data.
Waiting for input…
Why people use Banco Central do Brasil
BCB Câmbio. Dólar PTAX, Euro e 150+ Moedas for Brazilian FX Reporting
This Connector puts that data directly into your AI client. You can ask for the latest dollar rate or a specific currency price, and it gives you the answer in seconds. You get accurate, official data without the clicking, making your reporting cycle much faster.
What Vinkius changes
Your AI client gets a direct line to official Brazilian Central Bank exchange data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Pricing an international shipment
An exporter needs to price a shipment in Euros.
- Real-world use case 02
Analyzing dollar volatility
A researcher wants to see dollar trends over the last 6 months.
- Real-world use case 03
Verifying exotic currency support
A trader needs to check if a specific exotic currency is supported.
Complete set · 5capabilities
The complete Banco Central do Brasil capability set.
These are the exact actions your AI can choose when you ask it to work with Banco Central do Brasil.
01—03
3 capabilities in this set.
Part of 5 available through Banco Central do Brasil.
- 01 Capability
Get cotacao dolar
Get the official PTAX dollar buy and sell rates for a specific date. This is the standard reference for Brazilian currency exchange.
- 02 Capability
Get dolar periodo
Retrieve a historical series of PTAX dollar rates for a date range up to one year. Use this to track recent volatility.
- 03 Capability
Get cotacao moeda
Fetch the current buy and sell price for any of the 150+ currencies by their code. It works for major and exotic pairs alike.
04—05
2 capabilities in this set.
Part of 5 available through Banco Central do Brasil.
- 04 Capability
Listar moedas
Get a full list of all currency codes supported by the Central Bank's PTAX system. Use this to find the correct code for any currency.
- 05 Capability
Get dolar sgs
Access commercial dollar buy and sell data through the SGS series. This is better for long-term historical analysis.
Set up in minutes
One URL. Then ask Banco Central do Brasil to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Banco Central do Brasil from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RiT5GnOKTdYj3KwPkQO1JHgJVdX6zgX2wHUg2JhE/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Banco Central do Brasil, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Banco Central do Brasil for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RiT5GnOKTdYj3KwPkQO1JHgJVdX6zgX2wHUg2JhE/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Banco Central do Brasil URL.
- Step 03
Save and start
Save the connection and enable Banco Central do Brasil in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-cambio-dolar-ptax-euro-e-150-moedas": {
"url": "https://edge.vinkius.com/vk_preview_RiT5GnOKTdYj3KwPkQO1JHgJVdX6zgX2wHUg2JhE/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Banco Central do Brasil
Open Agent mode in chat and ask: "Using Banco Central do Brasil, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-cambio-dolar-ptax-euro-e-150-moedas": {
"url": "https://edge.vinkius.com/vk_preview_RiT5GnOKTdYj3KwPkQO1JHgJVdX6zgX2wHUg2JhE/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Banco Central do Brasil
Ask Copilot: "Using Banco Central do Brasil, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-cambio-dolar-ptax-euro-e-150-moedas": {
"url": "https://edge.vinkius.com/vk_preview_RiT5GnOKTdYj3KwPkQO1JHgJVdX6zgX2wHUg2JhE/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Banco Central do Brasil
Open Cascade and ask: "Using Banco Central do Brasil, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-cambio-dolar-ptax-euro-e-150-moedas": {
"url": "https://edge.vinkius.com/vk_preview_RiT5GnOKTdYj3KwPkQO1JHgJVdX6zgX2wHUg2JhE/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Banco Central do Brasil
Ask Cline: "Using Banco Central do Brasil, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bcb-cambio-dolar-ptax-euro-e-150-moedas --transport http "https://edge.vinkius.com/vk_preview_RiT5GnOKTdYj3KwPkQO1JHgJVdX6zgX2wHUg2JhE/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Banco Central do Brasil
Ask Claude: "Using Banco Central do Brasil, show me...". 5 tools are ready
Where the request belongs
Work Banco Central do Brasil can move forward.
This is for finance professionals, exporters, and data analysts in Brazil who need official, non-negotiable exchange rates for reporting or pricing.
Forex Analyst
Pulls historical PTAX trends to build market reports and identify long-term shifts.
Import/Export Manager
Checks the latest BRL rates to price international shipments and manage costs.
Financial Data Scientist
Grabs SGS series data for large-scale economic modeling and automated reporting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBCB Full — Inteligência Financeira Completa do Brasil
The definitive Brazil Central Bank Mega-Server: 22 capabilities spanning PTAX dollar quotes, 150+ currencies, Selic rates, CDI, IPCA/IGP-M inflation, Focus Survey expectations, GDP, debt, PIX, and universal access to 20,000+ SGS statistical time series.
BCB Economia — PIB, Dívida, Reservas, PIX e SGS
Brazilian economic indicators: monthly GDP proxy (IBC-Br), public debt/GDP ratio, international reserves, trade balance, unemployment rate (PNAD), PIX payment statistics, and universal access to 20,000+ BCB time series via SGS codes.
U.S. Treasury Exchange Rates — Official Foreign Currency Data
Access the U.S. Treasury's official exchange rates for over 170 foreign currencies. Used by the government for financial reporting. Retrieve current rates or query historical exchange rates by country.
MDIC (Comércio Exterior)
Access Brazilian foreign trade data from MDIC. list datasets, search for trade packages, and query the datastore for export/import statistics.
ECB Exchange Rates — Official EUR Reference Rates
Official ECB reference exchange rates: EUR against 40+ currencies updated daily at 16:00 CET. Get single pair rates, multi-currency comparisons, and the latest snapshot of all published rates. daily, monthly, or annual frequency.
CurrencyBeacon
Access real-time and historical currency exchange rates, perform conversions, and analyze financial time-series data directly.
Bring your own AI
Change the model, client or framework. Keep Banco Central do Brasil connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Banco Central do Brasil.
The practical details behind the request, access and result.
What is the BCB Câmbio. Dólar PTAX, Euro e 150+ Moedas MCP used for?
This Connector gives your AI client direct access to official exchange rates from the Brazilian Central Bank. You can use it to get current prices for the dollar, Euro, and over 150 other currencies for financial reporting or analysis.
Does the BCB Câmbio. Dólar PTAX, Euro e 150+ Moedas MCP require an API key?
No, this Connector doesn't require any API keys. You can connect it and start pulling official Brazilian FX data immediately through your AI client.
Can I use the BCB Câmbio. Dólar PTAX, Euro e 150+ Moedas MCP for historical data?
Yes, you can pull historical dollar series for specific date ranges. It's great for seeing how the BRL has moved over time for research or auditing.
Which currencies are available in the BCB Câmbio. Dólar PTAX, Euro e 150+ Moedas MCP?
It provides access to 150+ currencies, including major ones like the Euro and British Pound, as well as many exotic currencies. You can list all of them to see what's available.
Is the data from BCB Câmbio. Dólar PTAX, Euro e 150+ Moedas MCP official?
Yes, the data comes directly from Brazil's Central Bank. It provides the official PTAX reference rates, which are the standard for Brazilian currency exchange.
How can I use the BCB Câmbio. Dólar PTAX, Euro e 150+ Moedas MCP for long-term trends?
You can use the SGS series capability within this Connector to get more flexible, long-term historical data for the commercial dollar. This is ideal for deep economic modeling.
What is PTAX?
PTAX is the official BRL/USD reference rate calculated by the Central Bank of Brazil. It's computed from daily consultations with foreign exchange dealers and is used as the benchmark for settling FX contracts, derivatives, and international transactions in Brazil.
Can I query currencies other than USD?
Yes! The Central Bank holds an active catalog covering more than 150 different foreign exchange currencies against the Real (BRL). The AI will fetch daily crosses simply by mentioning the currency ticker.
Does it require an API authentication key or setup?
No. The integration interfaces entirely with the Central Bank's open access OData portals. Subscribe the module and engage directly without generating account tokens.
One connection away
Give your agent a direct line to Banco Central do Brasil.
Connect Banco Central do Brasil once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available