A Model Context Protocol (MCP) server that enables Claude to access, analyze, and visualize Solana blockchain data through natural language
A Model Context Protocol (MCP) server that enables Claude to access, analyze, and visualize Solana blockchain data through natural language conversations. Exposed over MCP by the solanaviz mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Everything the assistant can do here goes through one of these:
set_wallet — Set or change the active wallet address for analysisget_token_data — Retrieve comprehensive token information and metricsget_wallet_tokens — Analyze token holdings in a wallet addressget_price_history — Fetch historical price data for a tokenget_token_pairs — Analyze trading pairs across DEXesget_trending_tokens — Identify currently trending tokens on Solanaget_price_prediction — Generate AI-driven price forecasts for tokensget_token_security — Evaluate security risks for tokens and protocolsgenerate_sankey_diagram — Visualize flows between entities (tokens, protocols, wallets)generate_treemap — Visualize hierarchical data with nested rectanglesgenerate_heatmap — Visualize data intensity across categoriesgenerate_network_graph — Visualize relationships and connections between entitiesYou will need 5 environment variables: BIRDEYE_API_KEY, COINGECKO_API_KEY, ALLORA_API_KEY, HELIUS_RPC_URL, DEFAULT_WALLET_ADDRESS. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. SolanaViz's toolset — set_wallet, get_token_data, get_wallet_tokens and 11 more — is a fair guide to whether it matches your workflow. It is maintained by FarseenSh; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| set_wallet | Set or change the active wallet address for analysis |
| get_token_data | Retrieve comprehensive token information and metrics |
| get_wallet_tokens | Analyze token holdings in a wallet address |
| get_price_history | Fetch historical price data for a token |
| get_token_pairs | Analyze trading pairs across DEXes |
| get_trending_tokens | Identify currently trending tokens on Solana |
| get_price_prediction | Generate AI-driven price forecasts for tokens |
| get_token_security | Evaluate security risks for tokens and protocols |
| generate_sankey_diagram | Visualize flows between entities (tokens, protocols, wallets) |
| generate_treemap | Visualize hierarchical data with nested rectangles |
| generate_heatmap | Visualize data intensity across categories |
| generate_network_graph | Visualize relationships and connections between entities |
| generate_radar_chart | Compare multiple variables for multiple entities |
| generate_bubble_chart | Visualize 3-dimensional data (x, y, size) |
| Variable | Description | Required |
|---|---|---|
| BIRDEYE_API_KEY | Credential the server authenticates with. | Yes |
| COINGECKO_API_KEY | Credential the server authenticates with. | Yes |
| ALLORA_API_KEY | Credential the server authenticates with. | Yes |
| HELIUS_RPC_URL | Endpoint or connection string the server talks to. | Yes |
| DEFAULT_WALLET_ADDRESS | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.