Server data from the Official MCP Registry
8 CIPHER tools — Solana scan, breach check, Jito, FRED, Drift, repo health, more. x402-paid on Base.
8 CIPHER tools — Solana scan, breach check, Jito, FRED, Drift, repo health, more. x402-paid on Base.
Remote endpoints: streamable-http: https://cipher-x402-mcp.vercel.app/mcp
Valid MCP server (5 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Imported from the Official MCP Registry.
Endpoint verified · Open access · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-cryptomotifs-cipher-x402-mcp": {
"url": "https://cipher-x402-mcp.vercel.app/mcp"
}
}
}From the project's GitHub README.
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.
| 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 |
Payment recipient: 0xa0630fAD18C732e94D56d2D5F630963eb8fB9640 (Base, USDC
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913).
Add this to ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"cipher-x402": {
"command": "npx",
"args": ["-y", "cipher-x402-mcp"]
}
}
}
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.
npx -y @smithery/cli install cipher-x402-mcp --client claude
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.
git clone https://github.com/cryptomotifs/cipher-x402-mcp
cd cipher-x402-mcp
npm install
npm run build
npm run smoke # tool-registry smoke test
npm start # stdio transport
npm run start:http # HTTP transport on :8080
vercel link
vercel --prod
The /mcp route serves MCP JSON-RPC messages; / serves a lightweight
JSON manifest used by registries.
All upstream base URLs are overridable (useful for private mirrors):
CIPHER_SCAN_API_URL=https://your-scan.example.com \
CIPHER_PWNED_URL=https://your-pwned.example.com \
npx cipher-x402-mcp
MIT — see LICENSE.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption