MCP Catalogs
Home

solscan-mcp

by wowinter13·40·Score 39

A Rust MCP server for querying Solana blockchain data through Solscan API using natural language.

financedeveloper-toolsblockchain
15
Forks
0
Open issues
9 mo ago
Last commit
2d ago
Indexed

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:

you:Analyzing suspected addresses for criminal activity by combining with other MCPs
you:Investigating wallet patterns including MEV, dusting, poisoning, and sandwich attacks
you:Querying token information and transaction details on the Solana blockchain
you:What is Solscan-MCP?
you:Do I need a Solscan Pro API key?

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 README
  • query_token_info

    Query information about a Solana token including price, holders, and supply

  • get_account_activity

    Retrieve transaction history for a Solana wallet address

  • get_transaction_details

    Get detailed information about a specific Solana transaction

  • search_tokens

    Search for tokens on the Solana blockchain by various criteria

  • get_token_holders

    Get a list of token holders for a specific Solana token

  • get_account_info

    Retrieve general information about a Solana wallet account

  • get_token_price_history

    Get historical price data for a Solana token

  • get_program_accounts

    Query accounts associated with a specific Solana program

  • get_block_time

    Get the timestamp for a specific Solana block

  • get_token_supply

    Get current supply information for a Solana token

  • get_token_metadata

    Retrieve metadata about a Solana token including logo, website, and social links

  • get_account_balances

    Get 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

solana-mcphelius-mcpjupiter-api-mcpblockchain-api-shell-mcp

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-mcp

Add 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.