zero-service Clawd · SOL GPT · MCP

checking health…

The Solana agent backend
that actually ships

Official Clawd MCP gateway + headless Zero read-only quote agent. Wallet-bound API keys, AI vs blockchain credits, metered tool invoke — and a locked-down SOL GPT loop that never signs or submits transactions.

funpump.ai
tools
providers
ready
services
uptime
GET /health + /v1 · discovery
// waiting for probe…
RPC
DFlow
Settlement
Custody

Runtime services

Live surface from GET /health — gateway, agent loop, quotes, RPC, and feature flags.

How the stack flows

01

Browser / MCP client

SOL GPT UI, developer console, or stdio clawd MCP.

02

zero-service

Express bridge: /v1/* gateway + POST /chat SSE.

03

Zero agent

Headless zero exec with an exact read-only MCP allowlist.

04

Chain & models

DFlow quotes · Solana RPC · Helius · SolanaTracker · OpenAI · OpenRouter · more.

Platform providers

Secrets stay server-side. Status is live from GET /v1/providers.

Metered gateway tools

Invoke with Authorization: Bearer clawd_… via POST /v1/invoke. Each tool maps to a platform provider credit bucket.

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 (SOL ↔ settlement)

The model can quote a requested trade, but execution remains in the user's wallet. Zero never receives signing authority or provider-returned transaction bytes.
POST /chat is protected by a service token (proxy through funpump.ai). End users chat on /sol-gpt.

Key mint flow

  1. POST /v1/auth/challenge with wallet
  2. Sign the challenge message in wallet
  3. POST /v1/auth/keysclawd_… once
  4. POST /v1/invoke + GET /v1/usage
Open developer UI ↗

Live API playground

Public endpoints only — no secrets required.

GET /health
// click Run

Ship agents. Meter credits. Stay on Solana.

Zero Service is the glue between FunPump, OpenRouter/OpenAI, DFlow quotes, and on-chain data.