Analytics
47620.xyz
An MCP server that provides Solana blockchain analytics, including network health, token due diligence, price and liquidity data, and address risk scoring.
ENDPOINT 1
https://47620.xyz/mcp
MCP server metadata
- Name
- 47620-solana-data
- Version
- 1.0.0
Known tools 8
solana_snapshotWhole-network picture in ONE call: cluster health, current slot, epoch progress, SOL/USD price AND top trending pairs.
Inferred read-onlysolana_risk_checkBEFORE 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.
Inferred read-onlysolana_token_reportFull token due-diligence in ONE call: live price, liquidity, 24h volume, DEX pairs, on-chain supply and mint authority.
Inferred read-onlysolana_tokenLive price, liquidity, 24h volume and DEX pairs for any Solana SPL token mint.
Inferred read-onlysolana_txStatus, slot, fee, block time and transfer summary for a Solana transaction signature.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for 47620.xyz was fetched 2026-09-21T07:04:58.146Z.
47620.xyz is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.