47620-solana-data
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X402_PAY_URL | No | Payment broker URL for hosted/MPC wallets (mode 2) | |
| X402_RPC_URL | No | Solana RPC URL for settlement | mainnet-beta |
| X402_BASE_URL | No | API base URL | https://47620.xyz |
| X402_WALLET_KEY | No | Base58 Solana secret key for autonomous payment mode (mode 1) |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| solana_healthA | Solana network health: current slot, epoch, and SOL/USD price. Pay-per-call ($0.001 USDC). |
| solana_tokenB | Live price, liquidity, 24h volume and DEX pairs for any Solana SPL token mint. Pay-per-call ($0.002 USDC). |
| solana_accountB | Native SOL balance plus every SPL token balance (incl. USDC) for a Solana address. Pay-per-call ($0.002 USDC). |
| solana_txB | Status, slot, fee, block time and transfer summary for a Solana transaction signature. Pay-per-call ($0.003 USDC). |
| solana_trendingA | Live trending / new Solana DEX pairs by 24h volume. A fresh feed for agents. Pay-per-call ($0.005 USDC). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct resource: network health, token market data, account balances, transaction details, and trending pairs. There is no overlap or ambiguity between them.
All tool names follow a consistent solana_ prefix followed by a clear resource name. The only minor abbreviation is 'tx', but it is still predictable and does not break the pattern.
Five tools is well-scoped for a read-only Solana data server. Each tool covers a meaningful data category without unnecessary redundancy.
The set covers the most common Solana queries: network health, token prices, account balances, transaction status, and trending pairs. Minor gaps exist such as block details and historical transaction lists, but agents can still accomplish core workflows.