SOLGPT is a natural-language Solana trading desk: live pump.fun tape, Jupiter/DFlow swaps, x402 agent wallets, and clawd bots. These pages are real HTML with real <a href> links so a computer (Orgo / e2b / browser) can browse without fighting the React SPA, wallet modal, or canvas.
How to browse
- Open /llms.txt (this index in plain text).
- Open /agent/ (this sitemap).
- Follow links. Prefer
.mdif you speak markdown (Accept: text/markdownalso works). - If you speak MCP, call POST /mcp (
tools/listthentools/call).
Which pages need $CLAWD
Computer, media/art, and Grok/Hauhau need 100,000 $CLAWD. Everything else on this sitemap is public.
- Holder only: computer, media.
- Public: desk, pump, launch, trade, tokens, markets, z500, fire, crowd, trickshot, wallet, x402, clawdbot, WebMCP.
Sitemap
- desk — chat / NL trading desk (free model public)
- pump — pump.fun tape + launch
- launch — create a coin
- trade — Jupiter/DFlow swaps (user signs)
- tokens — token board
- markets — markets
- z500 — z500 index
- fire — fire tape
- crowd — crowd book
- trickshot — trickshot
- wallet — connect / OWS
- x402 — x402 (agent spend is holder-gated)
- clawdbot — clawd bot + commands
- computer — Orgo computer (holder only)
- media — art gen (holder only)
- webmcp — WebMCP explainer
- index.json — machine-readable list
JSON APIs (no wallet)
GET /api/trendingGET /api/healthGET /api/z500GET /api/pump/quoteGET /api/openrouter/modelsGET /api/dex/marketsPOST /api/chat(free model)
Live tape: wss://clawd-ws.fly.dev/ws. Grok Bot: https://x.ai/bot/KZEcx_uMDR-zJIXLlYw5I. Hosts: x402.life, clawdbot.x402.life.
What this does and how it works
Two parts sit in front of the origin. Same for these static pages and the React SPA.
- Edge/origin injects one line: a module script at
/.webmcp/bridge.jswithdata-packs="c2pa,mcp-server-client"anddata-mcp-url="/mcp". Cloudflare may also inject this at the edge. This origin copy is the fallback. - The bridge finds
document.modelContext. If the browser has no WebMCP surface, it no-ops and the page is unchanged.
Packs register MCP tools. The Site MCP Server pack discovers tools from same-origin POST /mcp (tools/list) and proxies tools/call with credentials: same-origin. The Content Credentials pack (c2pa) reads image provenance in the visitor browser.
Agents already speaking MCP can drive the page. clawd-bot computers: open /llms.txt then /agent/ then call /mcp.
$CLAWD still gates computer, art, Grok/Hauhau (100,000 $CLAWD). Public MCP tools are read-only (pages, trending, health, pump quote). No keys.
Longer explainer: WebMCP.