MCP.so
登录

SolanaViz MCP Server

@FarseenSh

关于 SolanaViz MCP Server

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

基本信息

分类

其他

传输方式

stdio

发布者

FarseenSh

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

其他 分类下的更多 MCP 服务器