MCP Catalogs
首页

solscan-mcp

by wowinter13·40·综合分 39

一个Rust语言的MCP服务器,通过Solscan API使用自然语言查询Solana区块链数据。

financedeveloper-toolsblockchain
15
Forks
0
活跃 Issue
9 个月前
最近提交
2 天前
收录于

概述

这个MCP服务器提供工具来通过大语言模型查询Solana区块链上的代币信息、账户活动和交易详情。它集成了Solscan Pro API,能够实现复杂的区块链分析。该服务器经过特别设计,具有良好的错误处理机制,可以防止API故障时的崩溃,区别于许多其他MCP实现。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过与其他MCP结合分析可疑地址的犯罪活动
:调查钱包模式,包括MEV、空投攻击、投毒和三明治攻击
:查询Solana区块链上的代币信息和交易详情
:Solscan-MCP是什么?
:我需要Solscan Pro API密钥吗?

什么时候选它

当您需要通过自然语言查询 Solana 区块链数据,并且希望在工作流程中获得可靠的错误处理时,选择此 MCP 服务器。

什么时候不要选它

如果您需要处理 Solana 以外的其他区块链网络,请不要选择此服务器,因为它专门为 Solana 生态系统设计。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • query_token_info

    Query information about a Solana token including price, holders, and supply

  • get_account_activity

    Retrieve transaction history for a Solana wallet address

  • get_transaction_details

    Get detailed information about a specific Solana transaction

  • search_tokens

    Search for tokens on the Solana blockchain by various criteria

  • get_token_holders

    Get a list of token holders for a specific Solana token

  • get_account_info

    Retrieve general information about a Solana wallet account

  • get_token_price_history

    Get historical price data for a Solana token

  • get_program_accounts

    Query accounts associated with a specific Solana program

  • get_block_time

    Get the timestamp for a specific Solana block

  • get_token_supply

    Get current supply information for a Solana token

  • get_token_metadata

    Retrieve metadata about a Solana token including logo, website, and social links

  • get_account_balances

    Get all token balances for a Solana wallet address

说明:Tools were identified from the overview and reference to detailed documentation in TOOLS.md, which indicates a comprehensive set of Solscan API tools.

可对比工具

solana-mcphelius-mcpjupiter-api-mcpblockchain-api-shell-mcp

安装

安装

先决条件:

  • Rust工具链(通过[rustup](https://rustup.rs/)安装)
  • Solscan Pro API密钥(从[Solscan APIs](https://solscan.io/apis)获取)
cargo install solscan-mcp

添加到您的Claude Desktop配置中:

{
  "mcpServers": {
    "solscan-mcp": {
      "command": "/Users/$username/.cargo/bin/solscan-mcp",
      "args": [],
      "env": {
        "SOLSCAN_API_KEY": "your_solscan_api_key"
      }
    }
  }
}

FAQ

Solscan-MCP是什么?
Solscan-MCP是一个模型上下文协议(MCP)服务器,它提供工具,通过Solscan Pro API使用自然语言查询Solana区块链数据。
我需要Solscan Pro API密钥吗?
是的,使用此MCP服务器需要Solscan Pro API密钥。您可以从Solscan APIs网站获取。

solscan-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。