🟣🔎 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
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
@vercel/mcp-adapter
vercelEasily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
🔐 ssh-mcp-server
classfang基于 SSH 的 MCP 服务 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.
评论