xyz.tenzro/tenzro-solana
Solana tools over MCP: Jupiter swaps, SPL tokens, Metaplex NFTs, SNS domains, network stats.
assessed on 1 of 3 dimensions
https://solana-mcp.tenzro.xyz/mcpsolana_get_balanceGet the native SOL balance of a Solana wallet address
solana_get_nftGet NFT metadata using the Metaplex DAS (Digital Asset Standard) API. Requires a Helius API key set via HELIUS_API_KEY env var, or returns the call pattern for manual use.
solana_get_nfts_by_ownerGet all NFTs (compressed and standard) owned by a Solana address using the Metaplex DAS API. Requires HELIUS_API_KEY env var.
solana_get_priceGet the current USD price of a Solana token from Jupiter Price API v3. Requires the token mint address (e.g. 'So11111111111111111111111111111111111111112' for SOL).
solana_get_slotGet the current slot height of the Solana network
solana_get_token_accountsGet all SPL token accounts owned by a Solana wallet address, including balances and mint addresses
solana_get_token_infoGet metadata for an SPL token by its mint address, including name, symbol, decimals, and logo from the Jupiter token list
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
solana_get_tpsGet the current transactions per second (TPS) on the Solana network by sampling recent performance data
solana_get_transactionGet details of a Solana transaction by its signature, including status, block time, and instructions
solana_get_yieldGet current yield/APY information for Solana DeFi staking protocols including Marinade, Jito, BlazeStake, and native staking
solana_resolve_domainResolve a .sol (Solana Name Service) domain to its owner wallet address using the Bonfida SNS proxy
solana_stakeGet instructions for staking SOL with a validator. Returns the step-by-step process (does not execute the transaction).
solana_swapGet a swap quote from Jupiter aggregator for trading between two Solana tokens. Returns route, price impact, and estimated output amount.
solana_transferGet instructions for transferring SOL between two addresses. Returns the transaction structure (does not execute).
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.