MCP Catalogs
Homesolscan-mcp screenshot

solscan-mcp

by Valennmg·2·Score 32

An MCP server for querying Solana blockchain data using natural language through the Solscan API.

financeblockchaindeveloper-tools
3
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

Solscan MCP is a Rust-based implementation that enables natural language queries for Solana blockchain data. It provides tools to retrieve transaction details and account balances using the Solscan API. The server aims to make blockchain interaction more accessible to developers and users without requiring direct API calls or technical knowledge of Solana's specific query methods.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Quickly retrieving transaction details using natural language queries
you:Checking Solana account balances without writing code
you:Building applications that provide blockchain data access through conversational interfaces
you:What data can I query with Solscan MCP?
you:Does this require an API key from Solscan?

When to choose this

Choose this if you need a basic Rust implementation for simple Solana transaction queries and are willing to contribute to its development.

When NOT to choose this

Don't choose this for production use as it lacks proper MCP integration documentation and appears to be in early development stages.

Tools this server exposes

2 tools extracted from the README
  • get_transaction_details

    Retrieve details for a specific Solana transaction

  • get_account_balance

    Get balance information for a specific Solana account

Note: Inferred from HTTP API endpoints in the README. The README doesn't explicitly list MCP tools but describes API endpoints that likely correspond to MCP tools.

Comparable tools

solana-rpc-mcphelius-mcpsolana-transaction-parser

Installation

  1. Clone the repository:

``bash git clone https://github.com/Valennmg/solscan-mcp cd solscan-mcp ``

  1. Build the project (requires Rust):

``bash cargo build --release ``

  1. Run the server:

``bash ./target/release/solscan-mcp ``

  1. For Claude Desktop, add to config.json:

```json { "mcpServers": { "solscan": { "command": "path/to/solscan-mcp", "args": [] } } }

FAQ

What data can I query with Solscan MCP?
You can query transaction details and account balances on the Solana blockchain using natural language commands.
Does this require an API key from Solscan?
The README doesn't specify API key requirements, suggesting it may use public endpoints.

Compare solscan-mcp with

GitHub →

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