MCP.so
Sign In

SolanaViz MCP Server

@FarseenSh

About SolanaViz MCP Server

A Model Context Protocol (MCP) server that enables Claude to access, analyze, and visualize Solana blockchain data through natural language conversations.

Basic information

Category

Other

Transports

stdio

Publisher

FarseenSh

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is SolanaViz MCP Server?

SolanaViz MCP Server is a Model Context Protocol (MCP) server that enables Claude to access, analyze, and visualize Solana blockchain data through natural language conversations. It is designed for developers and analysts who want to interact with Solana data using Claude Desktop.

How to use SolanaViz MCP Server?

Clone the repository, install dependencies (Node.js 18+), build the project, and configure environment variables with API keys for BirdEye, CoinGecko, Allora, and Helius. Add the server to Claude Desktop’s claude_desktop_config.json, ensuring the --input-type=module flag is used. Restart Claude Desktop; then you can ask natural language questions about tokens, wallets, trends, and visualizations.

Key features of SolanaViz MCP Server

  • Fetch and analyze Solana blockchain data for tokens and wallets
  • Generate text-based visualizations (donut, heatmap, network graph, etc.)
  • AI-driven price predictions for tokens
  • Security risk evaluation for tokens and protocols
  • Support for multi-wallet analysis including default wallet configuration

Use cases of SolanaViz MCP Server

  • Analyze a wallet’s token holdings and portfolio value
  • Get detailed token information and security analysis
  • Explore trending tokens and market trends on Solana
  • Visualize portfolio allocation, token flows, or performance heatmaps
  • Obtain AI-driven price forecasts for tokens

FAQ from SolanaViz MCP Server

What tools does SolanaViz MCP Server provide?

It offers tools for configuration (set_wallet), data fetching (get_token_data, get_wallet_tokens, get_price_history, get_token_pairs, get_trending_tokens), prediction (get_price_prediction), security (get_token_security), and multiple visualization types (sankey diagram, treemap, heatmap, network graph, radar chart, bubble chart, temporal heatmap, donut chart).

Does SolanaViz MCP Server support executing transactions?

No. The server is read-only for security reasons; transaction execution is not supported.

What are the runtime dependencies?

Node.js 18+ and Claude Desktop are required. You also need API keys for BirdEye, CoinGecko, Allora, and a Helius RPC URL. The project uses ES modules; the --input-type=module flag is mandatory in Claude Desktop configuration.

Where does SolanaViz MCP Server get its data?

Data is fetched live from external providers (BirdEye, CoinGecko, Allora, Helius) using the configured API keys. The server does not store data locally; it is purely a query and analysis tool.

What are current limitations?

Free-tier API keys may impose rate limits. Some tools may have reduced capabilities without premium access. The implementation includes mock plugins for certain GOAT SDK interfaces, and the server is read-only (no transaction execution).

Comments

More Other MCP servers