Clawd Gateway zero-service · MCP · SOL GPT

checking health…

Official Clawd
gateway site

Same-origin surface for zero-service: MCP gateway discovery, wallet-bound clawd_… keys, AI vs blockchain credits, and the read-only SOL GPT agent. Live probes hit /api/clawd-mcp/* on this site.

Developer keys
tools
providers
ready
uptime
GET /api/clawd-mcp · discovery
// waiting for probe…

How the stack flows

02

/api/clawd-mcp

Next.js proxy keeps ZERO_SERVICE_URL server-side.

03

zero-service

Express: /v1/* gateway + POST /chat SSE + public UI.

04

Agents & data

Zero agent · DFlow quotes · RPC · Birdeye · OpenRouter · go-bot CLI sibling.

Platform providers

Secrets stay server-side. Status is live from gateway discovery.

Metered tools

Invoke with Authorization: Bearer clawd_… via POST /api/clawd-mcp/invoke.

SOL GPT agent

Read-only Zero loop. No shell, filesystem, private keys, signing, or submission tools.

  • mcp_soltrader_get_config — read-only capability config
  • mcp_soltrader_get_balances — SOL + SPL for an explicit public wallet
  • mcp_soltrader_get_quote — DFlow spot quote

Execution stays in the user's wallet. Chat is proxied through funpump.ai on /sol-gpt. Companion package: clawd_bot/. Edge CLI sibling: go-bot/ (clawdbot).

Key mint flow

  1. POST /api/clawd-mcp/auth/challenge
  2. Sign the challenge in wallet
  3. POST /api/clawd-mcp/auth/keysclawd_…
  4. POST /api/clawd-mcp/invoke + usage
Open developer UI

Live API playground

Public endpoints only — no secrets required. Paths resolve through the site proxy.

GET /health → /api/clawd-mcp/health
// click Run

Ship agents. Meter credits. Stay on Solana.

Gateway site is the public face of zero-service on funpump.ai.