Skip to main content
The Helius MCP server exposes 60+ tools across 14 categories. Tools are selected automatically based on your natural language request.

Onboarding

Set up your Helius account, configure API keys, and check account status — all from within your AI tool.
ToolDescription
getStartedCheck setup state and get recommended next steps
setHeliusApiKeyConfigure your API key
generateKeypairCreate a Solana wallet for signup
checkSignupBalanceVerify wallet has enough SOL + USDC
agenticSignupPay USDC and create a Helius account (requires email, firstName, lastName)
getAccountStatusCheck account status and credits

DAS API (Digital Asset Standard)

Query NFTs, compressed NFTs, fungible tokens, Merkle proofs, and token accounts using the Digital Asset Standard.
ToolDescription
getAssetGet a single asset by mint address
getAssetsByOwnerGet all assets owned by a wallet
getAssetsByGroupGet assets by collection
searchAssetsFlexible multi-criteria asset search
getAssetProofGet Merkle proof for compressed NFTs
getAssetProofBatchBatch Merkle proofs
getSignaturesForAssetTransaction history for an asset
getNftEditionsGet print editions
getTokenAccountsGet token accounts for an owner

RPC & Network

Query balances, token holdings, account data, program accounts, blocks, and network status via Solana RPC.
ToolDescription
getBalanceGet SOL balance for an address
getTokenBalancesGet token balances for an address
getTokenHoldersGet top holders of a token
getAccountInfoGet account data
getProgramAccountsGet accounts owned by a program
getBlockGet block details by slot number
getNetworkStatusGet Solana network status

Transactions

Parse transactions into human-readable format and fetch enhanced transaction history for any address.
ToolDescription
parseTransactionsParse transactions into human-readable format
getTransactionHistoryGet enhanced transaction history for an address

Transfers

Send SOL and SPL tokens directly from your AI tool, with support for draining full balances.
ToolDescription
transferSolSend SOL to another wallet (supports sendMax to drain full balance)
transferTokenSend SPL tokens like USDC, BONK, etc. (supports sendMax with ATA close)

Priority Fees

Get optimal priority fee estimates to maximize transaction landing rates.
ToolDescription
getPriorityFeeEstimateGet optimal priority fee for a transaction

Webhooks

Create, update, list, and delete real-time HTTP webhooks for monitoring on-chain events.
ToolDescription
getAllWebhooksList all webhooks
getWebhookByIDGet a specific webhook
createWebhookCreate a new webhook
updateWebhookUpdate an existing webhook
deleteWebhookDelete a webhook

Enhanced WebSockets

Subscribe to real-time transaction events and account changes via Enhanced WebSockets.
ToolDescription
transactionSubscribeSubscribe to transaction events
accountSubscribeSubscribe to account changes
getEnhancedWebSocketInfoGet WebSocket connection details

LaserStream gRPC

Subscribe to low-latency gRPC data streams for real-time blockchain data.
ToolDescription
laserstreamSubscribeSubscribe to gRPC data streams
getLaserstreamInfoGet LaserStream connection details

Wallet

Look up wallet identities, get portfolio balances, view transaction and transfer history, and trace funding sources.
ToolDescription
getWalletIdentityLook up who owns a wallet (exchanges, protocols, KOLs)
batchWalletIdentityBatch identity lookup (up to 100 addresses)
getWalletBalancesGet wallet portfolio and token balances
getWalletHistoryGet wallet transaction history
getWalletTransfersGet wallet transfer history
getWalletFundedByTrace wallet funding source

Plans & Billing

Check your current plan, compare available plans, preview upgrade costs, and manage payments.
ToolDescription
getHeliusPlanInfoGet your current plan details
compareHeliusPlansCompare available plans
previewUpgradePreview cost of upgrading
upgradePlanUpgrade your plan (requires email, firstName, lastName)
payRenewalPay plan renewal

Solana Knowledge

Read SIMD proposals, browse Solana source code, search documentation, and fetch Helius blog posts.
ToolDescription
getSIMDRead a specific SIMD proposal
listSIMDsList all SIMD proposals
readSolanaSourceFileRead Solana source code (Agave, Firedancer)
searchSolanaDocsSearch Solana documentation
fetchHeliusBlogFetch a Helius blog post

Docs & Guides

Search Helius documentation, get credit and rate limit info, troubleshoot errors, and get product-specific guides.
ToolDescription
lookupHeliusDocsSearch Helius documentation
listHeliusDocTopicsList available doc topics
getHeliusCreditsInfoGet credit cost information
getRateLimitInfoGet rate limit details
troubleshootErrorDiagnose an error code
getSenderInfoGet Sender documentation
getWebhookGuideGet webhook setup guide
getLatencyComparisonCompare latency across products
getPumpFunGuideGet pump.fun integration guide
recommendStackGet recommended Helius stack for your use case