INDIVIDUAL MCP TOOL
solana_token_report
Full token due-diligence in ONE call: live price, liquidity, 24h volume, DEX pairs, on-chain supply and mint authority.
LIVE ENDPOINT
https://47620.xyz/mcp
Connect to this endpoint to inspect the live schema for solana_token_report and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.47620-solana-data]
url = "https://47620.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"47620-solana-data": {
"type": "http",
"url": "https://47620.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 47620-solana-data
Remote MCP URL: https://47620.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"47620-solana-data": {
"url": "https://47620.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"47620-solana-data": {
"type": "http",
"url": "https://47620.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "47620-solana-data",
"transport": "streamable-http",
"url": "https://47620.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
solana_snapshot— Whole-network picture in ONE call: cluster health, current slot, epoch progress, SOL/USD price AND top trending pairs.solana_risk_check— BEFORE sending SOL/USDC to any address, run this: returns account type (wallet vs program vs closed), balance, activity, and a 0-100 risk score with reasons and a proceed/review verdict.solana_health— Solana network health: current slot, epoch, and SOL/USD price.solana_token— Live price, liquidity, 24h volume and DEX pairs for any Solana SPL token mint.solana_account— Native SOL balance plus every SPL token balance (incl.solana_tx— Status, slot, fee, block time and transfer summary for a Solana transaction signature.solana_trending— Live trending / new Solana DEX pairs by 24h volume.