Solana Model Context Protocol (MCP) Server
@omaidf
关于 Solana Model Context Protocol (MCP) Server
Solana MCP Server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论