solscan-mcp
by wowinter13·★ 40·综合分 39
一个Rust语言的MCP服务器,通过Solscan API使用自然语言查询Solana区块链数据。
概述
这个MCP服务器提供工具来通过大语言模型查询Solana区块链上的代币信息、账户活动和交易详情。它集成了Solscan Pro API,能够实现复杂的区块链分析。该服务器经过特别设计,具有良好的错误处理机制,可以防止API故障时的崩溃,区别于许多其他MCP实现。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要通过自然语言查询 Solana 区块链数据,并且希望在工作流程中获得可靠的错误处理时,选择此 MCP 服务器。
什么时候不要选它
如果您需要处理 Solana 以外的其他区块链网络,请不要选择此服务器,因为它专门为 Solana 生态系统设计。
此 server 暴露的工具
从 README 抽取出 12 个工具query_token_infoQuery information about a Solana token including price, holders, and supply
get_account_activityRetrieve transaction history for a Solana wallet address
get_transaction_detailsGet detailed information about a specific Solana transaction
search_tokensSearch for tokens on the Solana blockchain by various criteria
get_token_holdersGet a list of token holders for a specific Solana token
get_account_infoRetrieve general information about a Solana wallet account
get_token_price_historyGet historical price data for a Solana token
get_program_accountsQuery accounts associated with a specific Solana program
get_block_timeGet the timestamp for a specific Solana block
get_token_supplyGet current supply information for a Solana token
get_token_metadataRetrieve metadata about a Solana token including logo, website, and social links
get_account_balancesGet 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.
可对比工具
安装
安装
先决条件:
- 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。