Exchange Rates API Connector for AI agents.
7 live capabilities
Get real-time foreign exchange rates and historical currency data.
Waiting for input…
Why people use Exchange Rates API
Exchange Rates API for Real-Time Currency Conversion
With this Connector, that friction disappears. You just tell your AI client what the price is, and it uses `convert_currency_amount` to give you the localized price instantly. You get accurate numbers without the constant tab-switching.
What Vinkius changes
You get instant, accurate currency data without ever leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Pricing for Japan
An e-commerce manager asks to convert a 500 USD product price to JPY using `convert_currency_amount` to set correct local pricing.
- Real-world use case 02
Historical Audit
A financial analyst asks for the GBP to EUR rate on a specific date in 2015 using `get_historical_exchange_rates` to verify an old transaction.
- Real-world use case 03
Volatility Check
An ops lead asks how much the EUR has fluctuated over the last 30 days using `get_exchange_rate_timeseries` to assess risk.
Complete set · 7capabilities
The complete Exchange Rates API capability set.
These are the exact actions your AI can choose when you ask it to work with Exchange Rates API.
01—04
4 capabilities in this set.
Part of 7 available through Exchange Rates API.
- 01 Capability
Convert currency amount
Convert a specific amount from one currency to another. It makes it easy to get exact values for transactions.
- 02 Capability
Get currency fluctuation data
See how a currency moved on a day-to-day basis. Use this to spot volatility trends.
- 03 Capability
Get historical exchange rates
Pull the exchange rate for a specific date in the past. This is great for auditing old records.
- 04 Capability
Get latest exchange rates
Get the most recent reference rates for global currencies. Use it for real-time pricing updates.
05—07
3 capabilities in this set.
Part of 7 available through Exchange Rates API.
- 05 Capability
Get exchange rate timeseries
Retrieve a series of daily rates for a specific timeframe. It helps you visualize long-term trends.
- 06 Capability
List supported currencies
See every currency symbol and name the service supports. This helps you check if a specific currency is available.
- 07 Capability
Get top market rates
Get the latest rates for the biggest currencies like USD and GBP. Use this for a quick market pulse.
Set up in minutes
One URL. Then ask Exchange Rates API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Exchange Rates API 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_gO2h8kUgxu7TIt6GOB3IZDCrOAyZAzPuphcAkxdF/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 Exchange Rates API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Exchange Rates API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gO2h8kUgxu7TIt6GOB3IZDCrOAyZAzPuphcAkxdF/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 Exchange Rates API URL.
- Step 03
Save and start
Save the connection and enable Exchange Rates API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"exchange-rates-api": {
"url": "https://edge.vinkius.com/vk_preview_gO2h8kUgxu7TIt6GOB3IZDCrOAyZAzPuphcAkxdF/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 Exchange Rates API
Open Agent mode in chat and ask: "Using Exchange Rates API, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"exchange-rates-api": {
"url": "https://edge.vinkius.com/vk_preview_gO2h8kUgxu7TIt6GOB3IZDCrOAyZAzPuphcAkxdF/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 Exchange Rates API
Ask Copilot: "Using Exchange Rates API, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"exchange-rates-api": {
"url": "https://edge.vinkius.com/vk_preview_gO2h8kUgxu7TIt6GOB3IZDCrOAyZAzPuphcAkxdF/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 Exchange Rates API
Open Cascade and ask: "Using Exchange Rates API, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"exchange-rates-api": {
"url": "https://edge.vinkius.com/vk_preview_gO2h8kUgxu7TIt6GOB3IZDCrOAyZAzPuphcAkxdF/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 Exchange Rates API
Ask Cline: "Using Exchange Rates API, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add exchange-rates-api --transport http "https://edge.vinkius.com/vk_preview_gO2h8kUgxu7TIt6GOB3IZDCrOAyZAzPuphcAkxdF/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 Exchange Rates API
Ask Claude: "Using Exchange Rates API, show me...". 7 tools are ready
Where the request belongs
Work Exchange Rates API can move forward.
This is for anyone who deals with international money. It's for the person who hates manual spreadsheets and wants live data at their fingertips.
Financial Analyst
Checking global trends and historical data for portfolio reports on a Tuesday afternoon.
E-commerce Manager
Calculating localized pricing for international storefronts to ensure correct margins.
Operations Manager
Monitoring currency shifts to manage cross-border payments and organizational costs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOpenExchangeAPI
Retrive real-time exchange rates. audit currency data and conversions via AI.
ExchangeRate-
Access real-time and historical currency exchange rates for 160+ currencies directly from your AI agent.
Real-Time Currency Exchange
Give your AI access to the global forex market. Convert real-time and historical currencies instantly using official European Central Bank reference rates. Zero API keys required.
Open Exchange Rates
Access real-time and historical currency exchange rates for 200+ currencies. Convert values, track time series, and analyze OHLC data directly from your AI agent.
Fixer.io Currency API
Manage exchange rates. audit currencies, history, and conversion via AI.
ExchangeRate-API
Global currency exchange platform. get real-time rates and perform conversions via AI.
Bring your own AI
Change the model, client or framework. Keep Exchange Rates API 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 Exchange Rates API.
The practical details behind the request, access and result.
Can Exchange Rates API MCP give me rates for over 170 currencies?
Yes, it provides access to over 170 different global currencies, allowing you to handle almost any international currency conversion or market check.
How far back can I go for historical data?
You can retrieve historical exchange rates dating all the way back to 1999, which is perfect for long-term trend analysis or auditing old records.
Can I use this for my online store?
Absolutely. You can use it to get instant, accurate local pricing for your customers in different countries without manually switching tabs.
Does it handle currency conversions automatically?
Yes, your agent can perform instant calculations between different currencies based on official reference rates just by following your instructions.
How do I get the latest rates for the biggest markets?
The Connector includes a specific way to pull the latest rates for major global currencies like USD, GBP, and JPY in one quick request.
Is the data updated in real-time?
Yes, the Connector pulls the latest reference rates, ensuring your AI agent has access to current market data for your financial tasks.
How do I get an Exchange Rates API Key?
You can sign up for a free account at ExchangeRatesAPI.io. Once registered, your API Access Key will be available in your dashboard.
What is the default base currency?
For Free and Basic plans, the default base currency is EUR. Premium plans allow you to specify any supported currency as the base for exchange rate data.
How far back does historical data go?
Exchange Rates API provides historical exchange rate data dating back to 1999 for most major currencies.
One connection away
Give your agent a direct line to Exchange Rates API.
Connect Exchange Rates API once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available