solscan-mcp
by wowinter13·★ 40·Score 39
A Rust MCP server for querying Solana blockchain data through Solscan API using natural language.
Overview
This MCP server provides tools to query token information, account activities, and transaction details on the Solana blockchain via Large Language Models. It integrates with the Solscan Pro API to enable sophisticated blockchain analysis. The server is designed with error handling in mind to prevent crashes during API failures, distinguishing it from many other MCP implementations.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need to query Solana blockchain data through natural language and want reliable error handling for investigative workflows.
When NOT to choose this
Don't choose this if you need to work with other blockchain networks besides Solana, as it's specifically designed for Solana's ecosystem only.
Tools this server exposes
12 tools extracted from the READMEquery_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
Note: Tools were identified from the overview and reference to detailed documentation in TOOLS.md, which indicates a comprehensive set of Solscan API tools.
Comparable tools
Installation
Installation
Prerequisites:
- Rust toolchain (install via [rustup](https://rustup.rs/))
- Solscan Pro API key (obtain from [Solscan APIs](https://solscan.io/apis))
cargo install solscan-mcpAdd to your Claude Desktop configuration:
{
"mcpServers": {
"solscan-mcp": {
"command": "/Users/$username/.cargo/bin/solscan-mcp",
"args": [],
"env": {
"SOLSCAN_API_KEY": "your_solscan_api_key"
}
}
}
}FAQ
- What is Solscan-MCP?
- Solscan-MCP is a Model Context Protocol server that provides tools to query Solana blockchain data using natural language through the Solscan Pro API.
- Do I need a Solscan Pro API key?
- Yes, you need a Solscan Pro API key to use this MCP server. You can obtain one from the Solscan APIs website.
Compare solscan-mcp with
Last updated · Auto-generated from public README + GitHub signals.