# Realmint Website > Machine-readable guide for the public Realmint marketing website. This manifest applies only to the marketing website. It does not describe the product app, admin routes, or other future web surfaces unless they are explicitly added here. Website base URL: https://realmint.io ## Website Pages - [Home](https://realmint.io/) — `/`. Landing page with the Realmint product overview, problem framing, solution, architecture, API suite, and access paths. - [Developers](https://realmint.io/developers) — `/developers`. Developer hub linking the three ways to build on Realmint: the REST API for RWA data, the MCP server for AI assistants, and keyless x402 buying for autonomous agents. - [MCP Server](https://realmint.io/developers/mcp) — `/developers/mcp`. Connect any AI assistant to live RWA data over the Model Context Protocol — prices, scores, metadata, market info — and let it trade: buy, sell, and withdraw non-custodially. Read-only catalog needs no auth; the trade tools sign in via OAuth and sign server-side via a one-time wallet delegation. One URL, no install. - [x402 Agent Buy](https://realmint.io/developers/x402) — `/developers/x402`. How an autonomous agent buys a tokenized real-world asset with only an EVM key: keyless auth, gasless self-funding over the x402 payment protocol, and automatic bridge and route. - [Privacy Policy](https://realmint.io/privacy) — `/privacy`. Public privacy notice covering data collection, analytics, cookies, and contact details. - [RWA Market](https://realmint.io/rwa-market) — `/rwa-market`. Live market data across all tokenized real-world assets, including total TVL, top issuers, and per-asset rankings. Refreshed every 15 minutes. - [Terms & Conditions](https://realmint.io/terms) — `/terms`. Public terms governing use of the website, app, and related materials. ## For Agents Agent-facing entry points for autonomous discovery and integration: - [MCP Server Card](https://app.realmint.io/.well-known/mcp/server-card.json) — SEP-1649 manifest for the Realmint MCP server: 8 read-only catalog tools (list_assets, list_market, get_asset, get_asset_history, get_score, get_route_support, get_price_history, x402_buy_challenge) + 6 OAuth-gated trade tools (whoami, my_wallet, deposit, buy, sell, withdraw). - [A2A Agent Card](https://app.realmint.io/.well-known/agent-card.json) — Agent-to-Agent protocol descriptor. - [API Catalog (RFC 9727)](https://api.realmint.io/.well-known/api-catalog) — Machine-readable REST API index. - [OAuth Protected Resource (RFC 9728)](https://api.realmint.io/.well-known/oauth-protected-resource) — Auth metadata for protected endpoints. - [Agent Skills index (RFC v0.2.0)](https://realmint.io/.well-known/agent-skills/index.json) — Curated skill manifests. - [Full agent-facing summary (marketing surface)](https://realmint.io/index.md) - [Full agent-facing summary (app surface)](https://app.realmint.io/index.app.md) ## Maintenance - Generated from `web/src/App.tsx`, `web/src/surfaces/`, `web/src/shared/`, `web/README.md`, `web/AGENTS.md`. - Written to `web/public/llms.txt`. - Regenerated automatically by the Vite dev server and on every build. - Source generator: `web/scripts/generate-llms.mjs`.