MCP.so
Sign In

Solana Model Context Protocol (MCP) Server

@omaidf

About Solana Model Context Protocol (MCP) Server

Solana MCP Server

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

omaidf

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Solana Model Context Protocol (MCP) Server?

A Python-based server implementing the Model Context Protocol for the Solana blockchain. It provides an interface for interacting with Solana blockchain data and models, offering real-time data processing, RESTful and WebSocket endpoints. It is intended for developers who need programmatic access to Solana analytics.

How to use Solana Model Context Protocol (MCP) Server?

Clone the repository, install dependencies with pip install -r requirements.txt, copy .env.example to .env, and edit the file with your Solana RPC node details. Run in development mode with python main.py or in production with uvicorn main:app --host 0.0.0.0 --port 8000. Docker builds and runs are also supported.

Key features of Solana Model Context Protocol (MCP) Server

  • Real-time Solana blockchain data processing
  • Model Context Protocol implementation
  • RESTful API endpoints for blockchain interaction
  • WebSocket support for real-time updates
  • Enhanced analytics endpoints for tokens, whales, and accounts

Use cases of Solana Model Context Protocol (MCP) Server

  • Fetch detailed token information including price, market cap, and supply data
  • Identify large token holders (whales) with configurable thresholds
  • Analyze Solana accounts with parsed, enriched data
  • Retrieve token accounts for an address with pricing and valuation

FAQ from Solana Model Context Protocol (MCP) Server

What does this server do?

It implements the Model Context Protocol to provide a programmable interface for querying Solana blockchain data, including real-time updates via WebSocket and RESTful endpoints for token, whale, and account analysis.

What are the runtime requirements?

Python 3 with dependencies listed in requirements.txt. A running Solana RPC node is required; its endpoint is configured via environment variables.

How do I configure the server?

Copy .env.example to .env and set HOST, PORT, DEBUG, LOG_LEVEL, CORS_ORIGINS, and RELOAD. The Solana RPC node details are also set in the .env file.

Where does the data come from?

All blockchain data is fetched live from the Solana RPC node specified in the environment configuration. No local database is used.

What protocols/transports are supported?

The server exposes a RESTful API (with OpenAPI docs at /docs) and supports WebSocket connections for real-time updates.

Comments

More Other MCP servers