🟣🔎 solscan-mcp: A Solscan API MCP Server in Rust
@wowinter13
🟣🔎 solscan-mcp: A Solscan API MCP Server in Rust について
An MCP server for querying Solana transactions using natural language with Solscan API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"solscan-mcp": {
"command": "/Users/$username/.cargo/bin/solscan-mcp",
"args": [],
"env": {
"SOLSCAN_API_KEY": "your_solscan_api_key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is solscan-mcp?
solscan-mcp is a Model Context Protocol (MCP) server written in Rust that enables Large Language Models to query Solana blockchain data through the Solscan Pro API. It provides tools for retrieving token information, account activities, and transaction details.
How to use solscan-mcp?
Install via cargo install solscan-mcp after setting up the Rust toolchain and obtaining a Solscan Pro API key. Then configure your MCP client (e.g., Claude Desktop) by adding the binary path and SOLSCAN_API_KEY environment variable to the MCP server configuration file.
Key features of solscan-mcp
- Query Solana token information via Solscan Pro API
- Retrieve account activity data on Solana
- Fetch transaction details from the blockchain
- Graceful error handling (does not crash on API errors)
- Designed to combine with other MCPs for complex analysis
Use cases of solscan-mcp
- Simple token and transaction lookups via natural language prompts
- Investigate suspicious wallet activity by cross-referencing with research tools
- Build automated blockchain analysis
「開発者ツール」の他のコンテンツ
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Huoshan Test
volcengineMCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
コメント