{
  "name": "cipher-x402-mcp",
  "version": "0.1.0",
  "transports": [
    "stdio",
    "streamable-http"
  ],
  "mcp_endpoint": "/mcp",
  "tools": [
    {
      "name": "solana_wallet_scan",
      "description": "Scan a Solana wallet for portfolio value, dust accounts, stale stake accounts, and low-liquidity position warnings. Returns findings + referral CTAs. Priced at $0.01 USDC on Base (",
      "price_usdc": 0.01
    },
    {
      "name": "check_password_breach",
      "description": "Check whether a password hash prefix (SHA-1, first 5 chars) appears in the HIBP breach corpus. k-anonymity, no plaintext passwords sent. Priced at $0.005 USDC on Base (x402).",
      "price_usdc": 0.005
    },
    {
      "name": "jito_tip_calculator",
      "description": "Compute an expected-value-maximizing Jito tip for a Solana arbitrage bundle. Inputs: pool_depth (USD), expected_profit (USD), slot_probability [0..1]. Returns tip lamports + EV bre",
      "price_usdc": 0.01
    },
    {
      "name": "github_repo_health",
      "description": "Score a GitHub repository's health — commit cadence, issue-close latency, contributor diversity, CI green rate, release frequency. Returns 0-100 health score with per-factor breakd",
      "price_usdc": 0.02
    },
    {
      "name": "fred_macro_series",
      "description": "Fetch a Federal Reserve Economic Data (FRED) series by ID — e.g. 'DGS10' (10Y yield), 'WALCL' (Fed balance sheet), 'T10Y2Y' (yield curve). Returns cleaned latest observations. Pric",
      "price_usdc": 0.005
    },
    {
      "name": "check_drift_exposure",
      "description": "Check a Solana wallet's exposure to Drift Protocol — open perp positions, collateral, unrealized PnL, liquidation risk distance. Priced at $0.01 USDC on Base (x402).",
      "price_usdc": 0.01
    },
    {
      "name": "solana_wallet_security_audit_rules",
      "description": "Return metadata for the cipher-solana-wallet-audit v1.1.0 ruleset — the free MIT GitHub Action that catches plaintext Solana private keys, seed phrases, and leaked .env files in CI",
      "price_usdc": 0
    },
    {
      "name": "get_premium_cipher_chapter",
      "description": "Fetch a CIPHER premium chapter (markdown). Four chapters available: 'mev-deep-dive', 'three-tier-wallet', 'canadian-compliance', 'oracle-cloud-free-tier'. Priced at $0.25 USDC on B",
      "price_usdc": 0.25
    }
  ],
  "repo": "https://github.com/cryptomotifs/cipher-x402-mcp",
  "docs": "https://github.com/cryptomotifs/cipher-x402-mcp#readme",
  "x402_recipient": "0xa0630fAD18C732e94D56d2D5F630963eb8fB9640",
  "x402_network": "eip155:8453",
  "x402_asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}