solscan-mcp
Verified Safeby Valennmg
Overview
This server provides a natural language interface to query Solana blockchain data via the Solscan API, enabling retrieval of information on tokens, accounts, transactions, blocks, markets, and NFTs.
Installation
./target/release/solscan-mcpEnvironment Variables
- SOLSCAN_API_KEY
Security Notes
The server correctly fetches the `SOLSCAN_API_KEY` from environment variables, preventing hardcoded secrets. All external communication uses HTTPS via `reqwest`, and the API key is passed in the standard `token` header. Error handling for API requests is implemented to prevent detailed internal error messages from being exposed to the client. No `eval` or similar dynamic code execution or unsafe deserialization patterns were found in the provided source code, indicating a secure implementation of the API wrapper.
Similar Servers
solana-mcp
A comprehensive Solana MCP (Model Context Protocol) server for analyzing memecoins, tracking trends, and providing AI-powered insights using cultural analysis and on-chain data.
anchor-mcp
Provides a Model Context Protocol (MCP) server for LLM applications to perform security analysis on Anchor Solana programs and files using solana-fender.
claud-coin
To incentivize contributions and knowledge sharing within AI developer communities on the Solana blockchain, particularly through Model Context Protocol (MCP) integration, token rewards, and an achievement system.
cozyreq
Facilitates interaction between AI agents and a custom API.