← moai.cash

INDIVIDUAL MCP TOOL

convert_currency

Convert an amount of one fiat currency to another at the live ECB exchange rate, and return a link to the matching Moai.cash conversion page (with a calculator and 30-day rate chart).

moai.cashnone authenticationAvailability not checked

LIVE ENDPOINT

https://moai.cash/mcp

No auth detected

Connect to this endpoint to inspect the live schema for convert_currency and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

moai.cash

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.moai-public-apis]
url = "https://moai.cash/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moai-public-apis": {
      "type": "http",
      "url": "https://moai.cash/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moai-public-apis
Remote MCP URL: https://moai.cash/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "moai-public-apis": {
      "url": "https://moai.cash/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moai-public-apis": {
      "type": "http",
      "url": "https://moai.cash/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moai-public-apis",
  "transport": "streamable-http",
  "url": "https://moai.cash/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_token_price — Current prices for one or more cryptocurrencies by CoinGecko coin id, with 24h change, market cap, and volume in each requested fiat currency.
  • get_all_token_prices — Prices (with 24h change) for every cryptocurrency Moai tracks, in a single request.
  • get_token_chart — Historical market chart (prices, market caps, volumes) for a cryptocurrency by CoinGecko coin id.
  • get_token_news — Latest news headlines (up to 5) for a cryptocurrency by symbol.
  • get_fiat_rate — Current exchange rate between two fiat currencies (and optional daily history).