Back to Home
Valennmg icon

solscan-mcp

Verified Safe

by 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

Run Command
./target/release/solscan-mcp

Environment 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

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens300
Stars2
Forks3
Last Update2026-01-19

Tags

SolanaBlockchainAPISolscanWeb3