The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the CIPHER x402 — Paid Solana & Crypto Tools listing page.
An MCP server that exposes 8 Solana / crypto / macro tools to any MCP-aware client (Claude Desktop, Cursor, Cline, Continue, etc.). Seven of the tools are gated behind the x402 payment protocol — agents auto-pay in USDC on Base, $0.005 – $0.25 per tool call. One tool is free (educational).
The server is a forward-only relay: when an agent calls a paid tool without an
X-PAYMENTheader, we surface the upstreamHTTP 402+ accept-list verbatim so the agent's own wallet signs the payment. We never custody caller funds.
Free + MIT-licensed. Fork it, ship your own, no strings.
Prefer not to self-host? A managed listing is live on MCPize with gateway proxying, rate limiting, API-key auth, and consolidated billing:
mcpize.com/mcp/cipher-x402-mcp
| Plan | Price | Requests / mo | Rate limit | Includes |
|---|---|---|---|---|
| Free | $0 | 100 | 10 / min | Free tools + solana_wallet_scan |
| Starter | $9 | 1,000 | 60 / min | 4 read-only tools (scan, HIBP, repo health, FRED) |
| Pro (recommended) | $29 | 5,000 | 120 / min | All 8 tools, priority GitHub support |
| Team | $99 | 25,000 | 600 / min | All 8 tools + custom upstream override, 24h response SLA |
Pay-as-you-go via MCPize's gateway. Self-host is still free (this repo, MIT).
| Tool | Price (USDC, Base) | Upstream |
|---|---|---|
solana_wallet_scan(address) | $0.01 | cipher-scan-three.vercel.app |
check_password_breach(sha1_prefix) | $0.005 | cipher-pwned.vercel.app |
jito_tip_calculator(pool_depth, expected_profit, slot_prob) | $0.01 | cipher-jito-tip.vercel.app |
github_repo_health(owner, repo) | $0.02 | cipher-repo-health.vercel.app |
fred_macro_series(series_id) | $0.005 | cipher-fred.vercel.app |
check_drift_exposure(wallet) | $0.01 | cipher-drift-exposure.vercel.app |
solana_wallet_security_audit_rules() | free | local (v1.1.0 ruleset) |
get_premium_cipher_chapter(slug) | $0.25 | cipher-x402.vercel.app |
Base network, USDC asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913. The
current x402 payout recipient is exposed via the root / JSON manifest at
runtime — agents discover it automatically, you don't configure it by hand.
Add this to ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Restart Claude Desktop. The 8 tools show up in the tool tray.
Any MCP-over-stdio client works the same way — the launcher is
npx -y cipher-x402-mcp.
Deployed at https://cipher-x402-mcp.vercel.app/mcp (streamable HTTP). Probe the manifest at the root URL.
solana_wallet_scan({ "address": "..." }) without
a payment.HTTP 402 Payment Required — upstream returned an x402 accept-list.
followed by the JSON accept-list (price, network, payTo, asset, etc.).maxAmountRequired.{ "address": "...", "_payment": "<base64-signed-header>" }.X-PAYMENT header upstream, upstream's facilitator
verifies + settles on Base, and the content is returned to the agent.The server itself is stateless — no API keys, no user session, no funds.
All upstream base URLs are overridable via env — useful if you fork the upstream endpoints to your own Vercel project and want the MCP server to route to them:
The /mcp route serves MCP JSON-RPC messages; / serves a lightweight
JSON manifest used by registries.
A few small paid sidecars if the MCP is useful and you want to go deeper — all direct-pay, no platform middleman:
X-PAYMENT against the facilitator.Also available as a managed MCPize listing: mcpize.com/mcp/cipher-x402-mcp — Free / $9 / $29 / $99 per month.
This is free + MIT. If it saved you time, tips in SOL are appreciated:
cR9KrbsLVJvir5rY9cfY3WeNoxMwUGofzpCoVyobryy
No pressure — star the repo or share it and that's equally valued.
Solo Canadian dev (Ontario, ET). Available 20 hr/wk for x402 / MCP / Solana integration work.
Fixed-price SKUs:
| # | Service | Price | Duration |
|---|---|---|---|
| 1 | Wire x402 into your Next.js / Node app — merged PR + live test | $900 | 2 days |
| 2 | x402 or Solana bot architecture + security review — written report + 60-min call | $1000 | 1 day |
| 3 | AI-agent paid-API: 0 → live on Base with MCP wrapper | $1200 | 3 days |
Hourly: $150/hr open-scope, 5-hour minimum block. $125/hr if 40+ hours upfront.
Payout: USDC on Base 0x2a33D2414312e8776dA4011c2586c2d067267210, USDC on Solana cR9KrbsLVJvir5rY9cfY3WeNoxMwUGofzpCoVyobryy, or Wise-USD on request.
Engage: open an issue titled [Consulting]: <what you need> on this repo, or DM @cryptomotifs@techhub.social. I reply within the hour with scope + 50% deposit address.
Walkthrough of the settlement-path hardening I ship: dev.to/sai_93caeceb4f6a4d9969910/shipped-x402-paid-endpoint-starter-kit-nextjs-16-5g39
Also: prompt packs for Solana / x402 / MCP devs at cipher-checkout.vercel.app — 5 packs covering Anchor audit, x402 + MCP design, Solana bot engineering, crypto dev productivity, and a 20%-off bundle. Card or crypto.
MIT — see LICENSE.