← Registry

API Tools

moai.cash

Provides real-time cryptocurrency market data including prices, historical charts, news, and fiat exchange rates via CoinGecko.

1 endpoint6 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://moai.cash/mcp

No auth detected

MCP server metadata

Name
moai-public-apis
Version
1.0.0
Capabilities
tools

Known tools 6

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.

Inferred read-only
get_all_token_prices

Prices (with 24h change) for every cryptocurrency Moai tracks, in a single request.

Inferred read-only
get_token_chart

Historical market chart (prices, market caps, volumes) for a cryptocurrency by CoinGecko coin id.

Inferred read-only
get_token_news

Latest news headlines (up to 5) for a cryptocurrency by symbol.

Inferred read-only
get_fiat_rate

Current exchange rate between two fiat currencies (and optional daily history).

Inferred read-only
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).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for moai.cash was fetched 2026-08-29T02:04:37.187Z.

Trust status RestrictedContent

moai.cash is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.