47620 Solana Data
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X402_PAY_URL | No | payment broker (payment mode 2) | |
| X402_RPC_URL | No | Solana RPC for settlement | mainnet-beta |
| X402_BASE_URL | No | API base | https://47620.xyz |
| X402_WALLET_KEY | No | base58 Solana secret key (payment 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 Solana data resource: network health, token price, account balances, transaction status, and trending pairs. There is no overlap in purpose.
All tools follow the exact verb_noun-like pattern 'solana_' plus a clear resource name (health, token, account, tx, trending). Perfectly consistent.
Five tools cover the core Solana data access needs without bloat. The count is well-scoped for a data-focused server.
Provides essential reads: network status, token prices, account balances, transaction details, and trending activity. Minor gaps like historical account transfers or block details exist, but the main domain is well covered.