API Tools
moai.cash
Provides real-time cryptocurrency market data including prices, historical charts, news, and fiat exchange rates via CoinGecko.
ENDPOINT 1
https://moai.cash/mcp
MCP server metadata
- Name
- moai-public-apis
- Version
- 1.0.0
Known tools 6
get_token_priceCurrent prices for one or more cryptocurrencies by CoinGecko coin id, with 24h change, market cap, and volume in each requested fiat currency.
Inferred read-onlyget_all_token_pricesPrices (with 24h change) for every cryptocurrency Moai tracks, in a single request.
Inferred read-onlyget_token_chartHistorical market chart (prices, market caps, volumes) for a cryptocurrency by CoinGecko coin id.
Inferred read-onlyget_fiat_rateCurrent exchange rate between two fiat currencies (and optional daily history).
Inferred read-onlyconvert_currencyConvert 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-onlyCONNECT 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.
moai.cash is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.