MCP.so
登录

Solscan MCP Server

@bobtista

关于 Solscan MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

bobtista

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "solscan_mcp_server": {
      "command": "uvx",
      "args": [
        "solscan-mcp-server"
      ],
      "env": {
        "SOLSCAN_API_KEY": "your-key"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Solscan MCP Server?

Solscan MCP Server is a Model Context Protocol implementation that bridges AI agents with the Solscan Pro API, enabling them to fetch and analyze token, transaction, and DeFi activity data from the Solana blockchain.

How to use Solscan MCP Server?

Install via uvx (recommended) or pip. Set the SOLSCAN_API_KEY environment variable or use the --api-key CLI argument. Run with uvx solscan-mcp-server, python -m solscan_mcp_server, or Docker. Configure transport (sse or stdio), host, port, and log level. Integrate with MCP clients like Claude Desktop or Zed by adding the server to their configuration files.

Key features of Solscan MCP Server

  • Fetch token metadata, markets, and holder distribution
  • Retrieve token price history and trends
  • List wallet token and NFT holdings
  • Query DeFi activities and balance changes
  • Get detailed transaction info and parsed instructions

Use cases of Solscan MCP Server

  • AI agents analyzing Solana token data in real time
  • Monitoring wallet transactions and DeFi activities
  • Building dashboards for token holders and market liquidity
  • Tracking balance changes and filtering spam transactions
  • Integrating blockchain data into MCP-compatible clients

FAQ from Solscan MCP Server

What are the prerequisites?

Python 3.10+, a Solscan Pro API key (obtainable from Solscan APIs), and optionally Docker for containerized deployment.

How do I install Solscan MCP Server?

Use uvx solscan-mcp-server (no separate install needed) or pip install solscan-mcp-server.

How do I configure the API key?

Set the SOLSCAN_API_KEY environment variable or pass --api-key your-key as a CLI argument.

What transport options are available?

Supports SSE (default, on port 8050) and stdio. Configure via TRANSPORT env var or --transport CLI arg.

How do I integrate with Claude Desktop?

Add an entry to claude_desktop_config.json using either uvx or python -m solscan_mcp_server as the command.

评论

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