# Moai.cash

> Moai.cash is a crypto super app: zero-commission money transfers via Telegram, prediction markets, on-chain lottery, plus live token and fiat market data. This file tells AI agents what moai.cash offers and how to use it programmatically.

## Use the site

- [Convert currencies](https://moai.cash/convert): live ECB exchange rates for 15 major currencies; every pair has a calculator and a 30-day rate chart.
- [Token resources](https://moai.cash/resources): prices, charts, and news for tracked cryptocurrencies.
- [Compare tokens](https://moai.cash/compare): side-by-side comparisons.
- [Learn](https://moai.cash/learn): guides on stablecoins, transfers, wallets, and risk.

## AI agent interface (MCP)

Moai exposes a Model Context Protocol server for live, structured data with no authentication.

- [MCP Server Card](https://moai.cash/.well-known/mcp/server-card.json): discover the server and its tools (SEP-1649).
- Transport: Streamable HTTP at https://moai.cash/mcp (protocol 2025-06-18); POST JSON-RPC 2.0.
- Tools: get_token_price, get_all_token_prices, get_token_chart, get_token_news, get_fiat_rate, convert_currency.
- Full guide with connect example and schemas: [llms-full.txt](https://moai.cash/llms-full.txt)

## Machine-readable resources

- [Agent Skills index](https://moai.cash/.well-known/agent-skills/index.json): skill-based description of the public APIs.
- [API catalog (RFC 9727)](https://moai.cash/.well-known/api-catalog): linkset of public API endpoints.
- [OpenAPI 3.1 spec](https://moai.cash/openapi.json): machine-readable API definitions.
- [API documentation](https://moai.cash/docs/api): human- and agent-readable docs (also serves `text/markdown`).

## Optional

- [Product](https://moai.cash/product)
- [Contact](https://moai.cash/contact)
- [About](https://moai.cash/about)
