Solana Model Context Protocol (MCP) Server
by leekzor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to | 0.0.0.0 |
| PORT | No | Port to run the server on | 8000 |
| LOG_LEVEL | No | Logging level | INFO |
| LOG_FORMAT | No | Format for logging output | json |
| ENVIRONMENT | No | Environment the server is running in | production |
| SOLANA_RPC_URL | No | URL of the Solana RPC endpoint | https://api.mainnet-beta.solana.com |
| SOLANA_TIMEOUT | No | Timeout value for Solana RPC calls in seconds | 30 |
| PRICE_CACHE_TTL | No | Time-to-live for price cache entries in seconds | 60 |
| PRICE_CACHE_SIZE | No | Size of the price cache | 500 |
| SOLANA_COMMITMENT | No | Solana commitment level | confirmed |
| METADATA_CACHE_TTL | No | Time-to-live for metadata cache entries in seconds | 300 |
| METADATA_CACHE_SIZE | No | Size of the metadata cache | 100 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues