cipher-x402-mcp
MCP ServerFreeAn MCP server exposing 8 Solana, crypto, and macro tools to any MCP client (Claude Desktop, Cursor, Cline, Continue). Seven tools are gated behind the x402 payment protocol — agents auto-pay in USDC on Base, 0.005 to 0.25 USDC per call. The server is a forward-only relay: when an agent calls a paid
Capabilities9 decomposed
http 402 payment-gated tool invocation with agent-side wallet signing
Medium confidenceImplements a forward-only relay pattern where MCP clients invoke paid tools without pre-funding. When an agent calls a gated tool lacking an X-PAYMENT header, the server returns the upstream HTTP 402 response with an accept-list (payment terms, amount, recipient address) verbatim. The agent's wallet signs the payment in USDC on Base, includes the signature in X-PAYMENT header, and retries. The server never custodies funds — it validates signatures and forwards authenticated requests upstream. This enables pay-per-call microtransactions (0.005–0.25 USDC) without wallet pre-setup or escrow.
Uses HTTP 402 as a first-class MCP integration pattern with agent-side wallet signing, avoiding custody and enabling true pay-per-call without pre-funding. The forward-only relay design passes payment terms verbatim from upstream, making the server stateless and composable.
Unlike API key rate-limiting or subscription models, this enables true micropayments with zero custody risk and transparent per-call pricing visible to agents at runtime.
solana wallet security audit with rule-based vulnerability detection
Medium confidenceProvides a free, rule-based security audit for Solana wallets by analyzing on-chain activity patterns and account state. The audit applies a hardcoded ruleset (included in the MCP server) to detect common vulnerabilities: token account misconfigurations, suspicious delegation patterns, exposure to known malicious programs, and balance anomalies. Results are returned as structured findings with severity levels. This is the only free tool in the suite; others are gated behind x402 payments.
Embedded rule-based audit engine that runs locally on the MCP server without external API calls, making it fast and free. Rules are transparent and forkable — users can customize the ruleset for their own threat model.
Faster and cheaper than calling external security APIs; no per-call cost and no dependency on third-party services, making it suitable for high-frequency agent audits.
solana wallet transaction and balance scanning with on-chain indexing
Medium confidenceScans a Solana wallet's transaction history, token balances, and account state by querying the Solana RPC API. Returns structured data including recent transactions, token holdings, SOL balance, and account metadata. The tool abstracts RPC complexity behind a simple wallet address input, handling pagination and data aggregation internally. Results are cached implicitly by the RPC provider but not by the MCP server itself.
Exposes Solana RPC queries through an MCP interface with payment gating, allowing agents to access wallet data on-demand without managing RPC connections directly. The tool abstracts RPC pagination and error handling.
Simpler than direct RPC integration for agents; payment gating ensures fair usage and monetizes access to wallet data queries.
password breach detection via have i been pwned integration
Medium confidenceChecks if an email address or password has appeared in known data breaches by querying the Have I Been Pwned (HIBP) API. The MCP server acts as a relay, forwarding requests to HIBP and returning breach records with metadata (breach name, date, compromised data types). Requests are gated behind x402 payments to monetize access to the HIBP service.
Wraps HIBP API access in an MCP interface with x402 payment gating, allowing agents to monetize breach-checking queries. The relay pattern keeps the MCP server stateless.
Enables agents to access HIBP data without managing API keys directly; payment gating ensures fair usage and monetizes the integration.
jito tip calculator for solana transaction optimization
Medium confidenceCalculates optimal Jito tips for Solana transactions based on current network congestion and MEV conditions. The tool queries Jito's tip API to fetch current tip percentiles and returns a recommendation (in lamports or USDC) for a given transaction size. This enables agents to optimize transaction inclusion probability without overpaying for tips.
Exposes Jito's tip API through MCP with real-time network condition analysis, allowing agents to make dynamic transaction optimization decisions. The tool abstracts Jito API complexity behind a simple input/output interface.
Simpler than direct Jito API integration for agents; payment gating monetizes access to real-time tip data.
github repository health scoring and metadata extraction
Medium confidenceAnalyzes a GitHub repository and returns a health score based on metrics: commit frequency, issue resolution time, test coverage, documentation completeness, and dependency freshness. The tool queries the GitHub API to fetch repository metadata, recent commits, issues, and workflows, then applies a weighted scoring algorithm. Results include the overall health score (0-100) and component breakdowns.
Implements a multi-dimensional health scoring algorithm that combines commit frequency, issue resolution, test coverage, and dependency freshness into a single score. The tool abstracts GitHub API complexity and provides actionable metrics.
More comprehensive than simple star counts or last-commit checks; provides actionable health metrics that agents can use for decision-making.
fred macro series retrieval and time-series analysis
Medium confidenceFetches economic time-series data from the Federal Reserve Economic Data (FRED) API, including GDP, inflation, unemployment, and interest rates. The tool accepts a FRED series ID and returns historical data points with dates and values. Results can be aggregated (mean, median, latest) or returned as full time-series for agent-side analysis.
Exposes FRED API through MCP with optional aggregation and time-range filtering, allowing agents to incorporate macro data into decision-making without managing API keys. The tool abstracts FRED's query complexity.
Simpler than direct FRED API integration for agents; payment gating monetizes access to economic data queries.
drift protocol exposure and position analysis
Medium confidenceQueries the Drift Protocol (a Solana perpetual futures platform) to retrieve a wallet's open positions, collateral, and leverage exposure. The tool fetches position data from Drift's on-chain state and returns structured position information including entry price, current price, PnL, and liquidation risk. This enables agents to monitor trading positions and assess liquidation risk in real-time.
Integrates with Drift Protocol's on-chain state to provide real-time position and liquidation risk analysis. The tool abstracts Drift's complex state structure and provides actionable position metrics.
Direct on-chain integration provides real-time data without relying on external indexing services; payment gating monetizes access to Drift position queries.
mcp server deployment and client integration with payment relay
Medium confidenceThe cipher-x402-mcp server itself is deployable as a standalone MCP server that integrates with any MCP client (Claude Desktop, Cursor, Cline, Continue). The server implements the MCP protocol specification, exposing tools as callable functions with standardized input/output schemas. The payment relay logic is built into the server: it intercepts tool calls, checks for X-PAYMENT headers, returns HTTP 402 responses with payment terms when needed, and validates signatures on retry. The server is stateless and can be deployed as a Docker container, Node.js process, or serverless function.
Implements MCP server with built-in HTTP 402 payment relay, allowing any MCP client to invoke payment-gated tools without pre-funding. The server is MIT-licensed and forkable, enabling custom tool implementations.
Unlike traditional API gateways, this MCP server enables trustless, agent-initiated payments without custody. Forkable design allows teams to customize tools and payment terms.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with cipher-x402-mcp, ranked by overlap. Discovered automatically through the match graph.
mcp-x402-stripe-privy-solana_agent
MCP server: mcp-x402-stripe-privy-solana_agent
Solana Dev Essentials
Search Solana documentation to quickly find concepts, guides, and examples. Inspect on-chain state by fetching balances, accounts, transactions, blocks, and slots. Create and manage wallets, sign messages, and request testnet airdrops to speed up development.
ai-memecoin-trading-bot
AI-powered meme coin trading bot for Solana and Base that automatically scans new tokens, detects honeypots, calculates win probability, executes trades. Built in Go with a multi-agent architecture, real-time risk controls, and a web dashboard for monitoring. Designed for autonomous meme coin tradin
cryptoiz-mcp
CryptoIZ MCP v4.16.17 — AI-powered Solana DEX whale intelligence. 9 tools (7 paid + 2 free): whale alpha scanner, divergence (hidden/breakout/classic), accumulation/neutral/distribution phase scoring, BTC macro regime, BTC Futures signal. Pay per call with USDC via x402 Dexter — gas sponsored, no SO
Cloaked Agent
Give AI agents spending power without giving them your wallet keys. Cloaked creates on-chain spending accounts with enforced constraints that agents cannot bypass - even if jailbroken or compromised. How it works: Create a Cloaked Agent on https://cloakedagent.com, set spending limits (per-tx, dail
Solana Token Analysis
Real-time Solana token risk scoring and pump.fun graduation signals for AI assistants and trading agents. Built by Sol, an autonomous AI agent. 6 tools: get_token_risk (0-100 risk score + rug pull flags), get_momentum_signal (BUY/SELL based on buy/sell ratios), batch_token_risk (screen up to 10 tok
Best For
- ✓AI agent builders integrating premium APIs into Claude Desktop or Cursor
- ✓Crypto-native teams monetizing tools via micropayments
- ✓Developers building trustless agent-to-service interactions
- ✓Agents managing Solana wallets or recommending wallet security practices
- ✓Developers building Solana portfolio dashboards with security overlays
- ✓Non-technical users wanting free wallet health checks
- ✓Agents managing Solana portfolios or monitoring wallet activity
- ✓Developers building Solana dashboards or analytics tools
Known Limitations
- ⚠Requires agent to have USDC balance on Base and ability to sign transactions — not all MCP clients support wallet integration
- ⚠Payment validation latency depends on Base RPC speed; no built-in retry logic for failed transactions
- ⚠X-PAYMENT header format is custom; requires agent-side implementation of signature generation and retry logic
- ⚠No fallback for agents without wallet capability — tool becomes unavailable rather than gracefully degrading
- ⚠Rule-based detection only — cannot detect novel attack vectors or zero-day exploits
- ⚠Requires wallet address to be queryable on Solana RPC; private/non-existent wallets return empty results
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
About
An MCP server exposing 8 Solana, crypto, and macro tools to any MCP client (Claude Desktop, Cursor, Cline, Continue). Seven tools are gated behind the x402 payment protocol — agents auto-pay in USDC on Base, 0.005 to 0.25 USDC per call. The server is a forward-only relay: when an agent calls a paid tool without an X-PAYMENT header, we surface the upstream HTTP 402 plus the accept-list verbatim so the agent's own wallet signs the payment. We never custody caller funds. Tools include Solana wallet scan, password breach check, Jito tip calculator, GitHub repo health, FRED macro series, Drift exposure, and a free Solana wallet security audit ruleset. MIT-licensed; fork it, ship your own.
Categories
Alternatives to cipher-x402-mcp
Search the Supabase docs for up-to-date guidance and troubleshoot errors quickly. Manage organizations, projects, databases, and Edge Functions, including migrations, SQL, logs, advisors, keys, and type generation, in one flow. Create and manage development branches to iterate safely, confirm costs
Compare →AI-optimized web search and content extraction via Tavily MCP.
Compare →Scrape websites and extract structured data via Firecrawl MCP.
Compare →Are you the builder of cipher-x402-mcp?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →