mcp-exchange
mcp-exchange
Exchange MCP — 封装了 Frankfurter 货币汇率 API(免费,无需认证)
Pipeworx 的一部分 — 一个 MCP 网关,将 AI 智能体连接到 1394+ 个实时数据源。
工具
工具 | 说明 |
| 获取两种货币(如 USD、EUR)之间的当前汇率。返回汇率值和时间戳。 |
| 按当前汇率将金额从一种货币转换为另一种货币。返回转换后的金额和所使用的汇率。 |
| 获取特定日期(格式:YYYY-MM-DD)两种货币之间的汇率。返回历史汇率和日期。 |
| 列出所有受支持的货币,包含代码和全名。在转换或查询汇率前,用它验证货币代码。 |
Related MCP server: FX Currency MCP Server
快速开始
添加到你的 MCP 客户端(如 Claude Desktop、Cursor、Windsurf 等):
{
"mcpServers": {
"exchange": {
"url": "https://gateway.pipeworx.io/exchange/mcp"
}
}
}或者连接到完整的 Pipeworx 网关,以访问所有 1394+ 个数据源:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}配合 ask_pipeworx 使用
除了直接调用工具,你可以用简单英文的提问:
ask_pipeworx({ question: "your question about Exchange data" })网关会自动选择合适的工具并填充所需的参数。
更多
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to currency exchange rates and conversion tools using the Frankfurter API, including latest rates, historical data, and time series from sources like the European Central Bank.5MIT
- FlicenseNot gradedqualityDmaintenanceProvides real-time and historical foreign exchange rates for 31+ currencies, enabling currency conversion, historical rate lookups, and time series analysis using data from the Frankfurter API.
- FlicenseNot gradedqualityDmaintenanceEnables fetching real-time exchange rates between currencies and listing supported currency codes using the Frankfurter API.
- AlicenseNot gradedqualityCmaintenanceWraps the Frankfurter API to enable currency exchange rate queries and conversions through natural language.7MIT
Related MCP Connectors
Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr…
Convert currencies, get FX rates, and query historical ECB exchange rate data.
Frankfurter MCP — wraps Frankfurter API (api.frankfurter.dev)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-exchange'
If you have feedback or need assistance with the MCP directory API, please join our Discord server