Skip to content
Back to Mindjack Agent Data API

Card snapshot

api.mindjack.xyz · 2026-08-18 06:15:09 UTC · 6afe951a6d62369e287a877b48a2030c54b69778a19d08ef2b0622eb03301864

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "capabilities": {
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "streaming": true
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "description": "Calibrated rug-risk verdicts and wallet identity for Solana tokens. Every pump.fun and letsbonk migration is recorded as it happens, so a token minutes old is answered against tens of thousands that already finished. The hit rate behind the verdict is published and re-measured weekly.",
  "documentationUrl": "https://api.mindjack.xyz/llms.txt",
  "iconUrl": "https://mindjack.xyz/assets/mjnoback.webp",
  "name": "Mindjack Agent Data API",
  "preferredTransport": "HTTP+JSON",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Mindjack",
    "url": "https://mindjack.xyz"
  },
  "security": [
    {
      "apiKey": []
    },
    {
      "x402": []
    }
  ],
  "securitySchemes": {
    "apiKey": {
      "in": "header",
      "name": "X-API-Key",
      "type": "apiKey"
    },
    "x402": {
      "description": "Per-call USDC on Solana. See https://api.mindjack.xyz/.well-known/x402",
      "scheme": "x402",
      "type": "http"
    }
  },
  "skills": [
    {
      "description": "One fixed token, answered in full by the paid handlers themselves \u2014 free, and without an API key.",
      "endpoint": "https://api.mindjack.xyz/v1/sample",
      "id": "sample",
      "inputModes": [
        "application/json"
      ],
      "name": "sample",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.0,
        "currency": "USD",
        "model": "free"
      },
      "tags": [
        "solana",
        "token-risk",
        "free"
      ]
    },
    {
      "description": "What we hold, how fresh, and a mint guaranteed to have data.",
      "endpoint": "https://api.mindjack.xyz/v1/coverage",
      "id": "coverage",
      "inputModes": [
        "application/json"
      ],
      "name": "coverage",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.0,
        "currency": "USD",
        "model": "free"
      },
      "tags": [
        "solana",
        "token-risk",
        "free"
      ]
    },
    {
      "description": "Measured hit rate per risk band, refreshed weekly.",
      "endpoint": "https://api.mindjack.xyz/v1/scorecard",
      "id": "scorecard",
      "inputModes": [
        "application/json"
      ],
      "name": "scorecard",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.0,
        "currency": "USD",
        "model": "free"
      },
      "tags": [
        "solana",
        "token-risk",
        "free"
      ]
    },
    {
      "description": "Calibrated rug verdict plus the concentration facts behind it.",
      "endpoint": "https://api.mindjack.xyz/v1/screen/{mint}",
      "id": "screen",
      "inputModes": [
        "application/json"
      ],
      "name": "screen",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.001,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Who is holding it: top holders, wallet classes, group topology, holder wealth, trading patterns and transaction cost.",
      "endpoint": "https://api.mindjack.xyz/v1/inspect/{mint}",
      "id": "inspect",
      "inputModes": [
        "application/json"
      ],
      "name": "inspect",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.005,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Who is behind it: holder history, sibling tokens, measured upside band.",
      "endpoint": "https://api.mindjack.xyz/v1/identity/{mint}",
      "id": "identity",
      "inputModes": [
        "application/json"
      ],
      "name": "identity",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Recently analysed tokens, each already carrying a verdict.",
      "endpoint": "https://api.mindjack.xyz/v1/discover",
      "id": "discover",
      "inputModes": [
        "application/json"
      ],
      "name": "discover",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.005,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "New launches pushed as SSE events the moment they land, verdict attached, billed per token delivered.",
      "endpoint": "https://api.mindjack.xyz/v1/stream/migrations",
      "id": "stream",
      "inputModes": [
        "application/json"
      ],
      "name": "stream",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.001,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Everything we hold on one token in one call.",
      "endpoint": "https://api.mindjack.xyz/v1/report/{mint}",
      "id": "report",
      "inputModes": [
        "application/json"
      ],
      "name": "report",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "The report with graph, price path and sellability folded in (depth=full).",
      "endpoint": "https://api.mindjack.xyz/v1/report/{mint}?depth=full",
      "id": "report_full",
      "inputModes": [
        "application/json"
      ],
      "name": "report full",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.07,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "What a wallet did across every token we indexed.",
      "endpoint": "https://api.mindjack.xyz/v1/wallet/{address}",
      "id": "wallet",
      "inputModes": [
        "application/json"
      ],
      "name": "wallet",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.006,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Who a wallet moves with: counterparts, direction, second hop.",
      "endpoint": "https://api.mindjack.xyz/v1/wallet/{address}/network",
      "id": "wallet_network",
      "inputModes": [
        "application/json"
      ],
      "name": "wallet network",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "The named wallets behind one token: insiders, snipers, early, fresh, wash and KOL wallets with funders and clusters.",
      "endpoint": "https://api.mindjack.xyz/v1/wallets/{mint}",
      "id": "wallets",
      "inputModes": [
        "application/json"
      ],
      "name": "wallets",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.005,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Launches tied to this one through shared wallets, with outcomes.",
      "endpoint": "https://api.mindjack.xyz/v1/web/{mint}",
      "id": "web",
      "inputModes": [
        "application/json"
      ],
      "name": "web",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.04,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Wallets you name, pushed when any of them surfaces in a new launch's analysis, billed per event.",
      "endpoint": "https://api.mindjack.xyz/v1/stream/wallets",
      "id": "stream_watch",
      "inputModes": [
        "application/json"
      ],
      "name": "stream watch",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.005,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "What the token did after we called it: peak, drawdown, current.",
      "endpoint": "https://api.mindjack.xyz/v1/price/{mint}",
      "id": "price",
      "inputModes": [
        "application/json"
      ],
      "name": "price",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.005,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Who sold since we analysed it. Reads the chain now.",
      "endpoint": "https://api.mindjack.xyz/v1/changes/{mint}",
      "id": "changes",
      "inputModes": [
        "application/json"
      ],
      "name": "changes",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Whether this token can be sold right now, and what a round trip costs at size. The only endpoint that reads a live venue rather than our index.",
      "endpoint": "https://api.mindjack.xyz/v1/exit/{mint}",
      "id": "exit",
      "inputModes": [
        "application/json"
      ],
      "name": "exit",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.005,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "The wallet relationship graph: edges, cluster membership, wash traders.",
      "endpoint": "https://api.mindjack.xyz/v1/graph/{mint}",
      "id": "graph",
      "inputModes": [
        "application/json"
      ],
      "name": "graph",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.04,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Wallets that recur as insiders across the index, with the whole cross-token footprint that tells an insider from a bot.",
      "endpoint": "https://api.mindjack.xyz/v1/serial-insiders",
      "id": "serial_insiders",
      "inputModes": [
        "application/json"
      ],
      "name": "serial insiders",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Funders ranked by how many fresh wallets they seeded, across the whole index \u2014 where a funding desk becomes visible.",
      "endpoint": "https://api.mindjack.xyz/v1/funder-networks",
      "id": "funder_networks",
      "inputModes": [
        "application/json"
      ],
      "name": "funder networks",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Every tracked KOL wallet, ranked: lifetime performance plus a recent-activity window, all computed from the recorded trades.",
      "endpoint": "https://api.mindjack.xyz/v1/kols",
      "id": "kols",
      "inputModes": [
        "application/json"
      ],
      "name": "kols",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.02,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "One tracked KOL in depth: lifetime stats, per-token history rolled up from every recorded trade, and the latest trades raw.",
      "endpoint": "https://api.mindjack.xyz/v1/kol/{address}",
      "id": "kol",
      "inputModes": [
        "application/json"
      ],
      "name": "kol",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.02,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Tracked-KOL trades pushed as SSE events, billed per trade delivered; filters run before billing.",
      "endpoint": "https://api.mindjack.xyz/v1/stream/kols",
      "id": "stream_kols",
      "inputModes": [
        "application/json"
      ],
      "name": "stream kols",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.002,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Find a token anywhere in the analysed catalogue by symbol, name, or exact mint \u2014 the finding aid for every other endpoint.",
      "endpoint": "https://api.mindjack.xyz/v1/search",
      "id": "search",
      "inputModes": [
        "application/json"
      ],
      "name": "search",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.005,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Wallets shared between 2-4 tokens, and the role each played in each.",
      "endpoint": "https://api.mindjack.xyz/v1/compare",
      "id": "compare",
      "inputModes": [
        "application/json"
      ],
      "name": "compare",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "What measurably happened to tokens shaped like this.",
      "endpoint": "https://api.mindjack.xyz/v1/cohort",
      "id": "cohort",
      "inputModes": [
        "application/json"
      ],
      "name": "cohort",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 0.025,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    },
    {
      "description": "Analyse a PRE-MIGRATION token on demand. Migrated tokens are refused free.",
      "endpoint": "https://api.mindjack.xyz/v1/analyze/{mint}",
      "id": "analyze_token",
      "inputModes": [
        "application/json"
      ],
      "name": "analyze token",
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "amount_usd": 5.0,
        "currency": "USD",
        "model": "per-call"
      },
      "tags": [
        "solana",
        "token-risk",
        "paid"
      ]
    }
  ],
  "url": "https://api.mindjack.xyz",
  "version": "1.0.0"
}