Skip to main content
Glama
fito311

47620-solana-data

by fito311

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
X402_PAY_URLNoPayment broker URL for hosted/MPC wallets (mode 2)
X402_RPC_URLNoSolana RPC URL for settlementmainnet-beta
X402_BASE_URLNoAPI base URLhttps://47620.xyz
X402_WALLET_KEYNoBase58 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

Five tools is well-scoped for a read-only Solana data server. Each tool covers a meaningful data category without unnecessary redundancy.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues