Skip to main content
Glama
pipeworx-io

mcp-exchange

by pipeworx-io

mcp-exchange

Exchange MCP — 封装了 Frankfurter 货币汇率 API(免费,无需认证)

Pipeworx 的一部分 — 一个 MCP 网关,将 AI 智能体连接到 1394+ 个实时数据源。

工具

工具

说明

get_rate

获取两种货币(如 USD、EUR)之间的当前汇率。返回汇率值和时间戳。

convert

按当前汇率将金额从一种货币转换为另一种货币。返回转换后的金额和所使用的汇率。

get_historical_rate

获取特定日期(格式:YYYY-MM-DD)两种货币之间的汇率。返回历史汇率和日期。

get_currencies

列出所有受支持的货币,包含代码和全名。在转换或查询汇率前,用它验证货币代码。

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    5
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables fetching real-time exchange rates between currencies and listing supported currency codes using the Frankfurter API.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Wraps the Frankfurter API to enable currency exchange rate queries and conversions through natural language.
    7
    MIT

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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