{
  "$schema": "https://agentsjson.org/schema.json",
  "name": "MadeOnSol",
  "description": "Solana + Robinhood Chain (Arbitrum Orbit L2) trading intelligence: real-time KOL wallet trades, Pump.fun deployer reputation, token risk scoring, and coordination/copy-trade signal rule engines. Built for autonomous agents as much as humans.",
  "website": "https://madeonsol.com",
  "documentation": {
    "llms_txt": "https://madeonsol.com/llms.txt",
    "llms_full_txt": "https://madeonsol.com/llms-full.txt",
    "openapi": "https://madeonsol.com/openapi.json",
    "human_docs": "https://madeonsol.com/api-docs"
  },
  "auth": {
    "type": "bearer",
    "scheme": "msk_ API key — https://madeonsol.com/pricing (free tier: 200 calls/day, no card)",
    "header": "Authorization: Bearer msk_..."
  },
  "payments": {
    "protocol": "x402",
    "version": 2,
    "description": "Pay-per-call with no account/API key needed — sign a payment, get the response. Two rails: Solana USDC for the Solana surface, USDG-on-Robinhood-Chain (EIP-3009, gasless) for the RHC surface.",
    "discovery": [
      { "chain": "solana", "asset": "USDC", "url": "https://madeonsol.com/api/x402" },
      { "chain": "robinhood-chain", "asset": "USDG", "url": "https://madeonsol.com/api/x402/rhc" }
    ]
  },
  "mcp_servers": [
    {
      "name": "mcp-server-madeonsol",
      "description": "Solana KOL tracking, deployer-hunter intelligence, token risk, wallet analytics — 88 tools.",
      "install": "npm install -g mcp-server-madeonsol",
      "npm": "https://www.npmjs.com/package/mcp-server-madeonsol",
      "guide": "https://madeonsol.com/blog/madeonsol-mcp-server-claude-cursor"
    },
    {
      "name": "mcp-server-robinhood-chain",
      "description": "Robinhood Chain (Arbitrum Orbit) KOL trades, deployer alerts, and copy-trade/price-alert/coordination rule engines — 64 tools.",
      "install": "npm install -g mcp-server-robinhood-chain",
      "npm": "https://www.npmjs.com/package/mcp-server-robinhood-chain"
    }
  ],
  "agent_framework_plugins": [
    {
      "framework": "ElizaOS",
      "chain": "solana",
      "package": "@madeonsol/plugin-madeonsol",
      "npm": "https://www.npmjs.com/package/@madeonsol/plugin-madeonsol"
    },
    {
      "framework": "ElizaOS",
      "chain": "robinhood-chain",
      "package": "@madeonsol/plugin-robinhood-chain",
      "npm": "https://www.npmjs.com/package/@madeonsol/plugin-robinhood-chain"
    },
    {
      "framework": "Solana Agent Kit",
      "chain": "solana",
      "package": "solana-agent-kit-plugin-madeonsol",
      "npm": "https://www.npmjs.com/package/solana-agent-kit-plugin-madeonsol"
    },
    {
      "framework": "Solana Agent Kit",
      "chain": "robinhood-chain",
      "package": "solana-agent-kit-plugin-robinhood-chain",
      "npm": "https://www.npmjs.com/package/solana-agent-kit-plugin-robinhood-chain"
    }
  ],
  "sdks": [
    { "language": "typescript", "chain": "solana", "package": "madeonsol-x402", "npm": "https://www.npmjs.com/package/madeonsol-x402" },
    { "language": "typescript", "chain": "robinhood-chain", "package": "robinhood-chain-x402", "npm": "https://www.npmjs.com/package/robinhood-chain-x402" },
    { "language": "python", "chain": "solana", "package": "madeonsol-x402", "pypi": "https://pypi.org/project/madeonsol-x402/" },
    { "language": "python", "chain": "robinhood-chain", "package": "robinhood-chain", "pypi": "https://pypi.org/project/robinhood-chain/" }
  ],
  "capabilities": [
    "kol_wallet_tracking",
    "deployer_reputation_scoring",
    "token_risk_scoring",
    "wallet_pnl_and_holdings",
    "copy_trade_rule_engine",
    "price_alert_rule_engine",
    "coordination_alert_rule_engine",
    "first_touch_subscription_rule_engine",
    "realtime_trade_streaming_ws",
    "dex_firehose_streaming_ws"
  ],
  "rate_limits": {
    "note": "429/503 responses always carry a Retry-After header (seconds). Tiers: BASIC (free), PRO, ULTRA, BUSINESS — see /pricing."
  }
}
