{"openapi":"3.0.3","info":{"title":"Solana Token Intelligence","version":"1.0.0","description":"Solana token intelligence: fused safety + market read (authorities, holder concentration, dev holdings, organic-score, liquidity) with a synthesized risk verdict.","contact":{"name":"Echolonius","url":"https://github.com/Echolonius/token-intel-x402"},"x-guidance":"Pay-per-call, no account, no API key. GET /api/token-intel?mint=<base58 SPL mint> with an x402 v2 payment ($0.01 USDC on Base or Solana). Unpaid calls return 402 with full requirements in body and PAYMENT-REQUIRED header. MCP: POST /mcp (stateless streamable HTTP, no session; tools: token_intel paid, token_intel_demo free; unpaid calls return x402 requirements in-band; pay via '_payment' argument or X-PAYMENT header). Free: GET / (index), GET /healthz, and GET /api/token-intel/demo (fixed BONK sample of the full three-source output)."},"servers":[{"url":"https://token-intel-x402.echolonius.deno.net"}],"x-discovery":{"contact":{"url":"https://github.com/Echolonius/token-intel-x402"}},"paths":{"/api/token-intel":{"get":{"summary":"Fused safety + market read on any Solana token","description":"Solana token intelligence: fused safety + market read (authorities, holder concentration, dev holdings, organic-score, liquidity) with a synthesized risk verdict.","x-payment-info":{"protocols":["x402"],"pricingMode":"fixed","price":"0.01","currency":"USD"},"parameters":[{"name":"mint","in":"query","required":true,"schema":{"type":"string","pattern":"^[1-9A-HJ-NP-Za-km-z]{32,44}$"},"description":"SPL mint address (base58)"}],"responses":{"200":{"description":"Token intelligence report (identity, market, audit, safety verdict)"},"400":{"description":"Invalid mint"},"402":{"description":"Payment required — x402 v2 requirements in PAYMENT-REQUIRED header"}}}}}}