streamable-httpupdated 2mo ago
One keyless call returns a fused safety + market read on any Solana token — mint/freeze authority, top-holder %, dev holdings, wash-trade (organic) score, liquidity, verification — plus a synthesized risk verdict (low-risk / caution / high-risk) with plain-language flags.
What can you do with Solana Token Intelligence?
token-intel-x402 — agent-native Solana token intelligence
One keyless call returns a fused safety + market read on any Solana token — mint/freeze
authority, top-holder %, dev holdings, wash-trade (organic) score, liquidity, verification — plus
a synthesized risk verdict (low-risk / caution / high-risk) with plain-language flags.
Gated by x402: an autonomous agent pays a $0.01 USDC micro-fee per call (Base or Solana) — no API key, no account, no signup. That is the differentiator: every rival (RugCheck, Birdeye, SolSniffer, GoPlus) needs a key and a signup; this is built for machine-to-machine payment.
GET /api/token-intel?mint=<SPL_MINT> # PAID (x402) → JSON intelligence
GET / # free: what it is + how to pay
GET /healthz # free
Security by design
- No private keys, no API keys on the server — data (Jupiter) and payments (PayAI facilitator) are both keyless, so there is nothing here to steal.
- Read-only, no database, no PII — near-zero attack surface.
- Pay-to wallet is receive-only; its key never touches this host.
- Every paid call requires payment first, so abuse costs the attacker money.
- Input strictly validated (base58 mint) — no SSRF/injection.
Informational only, not financial advice, no warranty.
Install
Add Solana Token Intelligence to your client. Pick the one you use.
claude mcp add --transport http solana-token-intelligence https://token-intel-x402.echolonius.deno.net/mcpcodex mcp add solana-token-intelligence --url https://token-intel-x402.echolonius.deno.net/mcp{
"mcpServers": {
"solana-token-intelligence": {
"url": "https://token-intel-x402.echolonius.deno.net/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"solana-token-intelligence": {
"type": "http",
"url": "https://token-intel-x402.echolonius.deno.net/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"solana-token-intelligence": {
"url": "https://token-intel-x402.echolonius.deno.net/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"solana-token-intelligence": {
"serverUrl": "https://token-intel-x402.echolonius.deno.net/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 57 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Jul 5, 2026 |
| 1.1.0 | Jul 5, 2026 |