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.

clawdcode.net
tools
providers
ready
uptime
GET /v1 · discovery
// waiting for probe…

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 reads · Birdeye · OpenAI · OpenRouter · more.

Platform providers

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

Metered tools

Invoke with Authorization: Bearer clawd_… via POST /v1/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

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 clawdcode.net). 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 ClawdCode, OpenRouter/OpenAI, and on-chain data.