This MCP server implementation provides Claude with access to Solana blockchain data via the Helius API. Developed by dcSpark, it offers tools for checking wallet balances and retrieving the current block height on Solana. The server is designed for use cases requiring real-time Solana blockchain data integration, such as monitoring account balances or tracking network status.
Get the balance of a Solana wallet address.
Get the current block height of the Solana blockchain.
Get the current slot of the Solana blockchain.
Get the latest blockhash from the Solana blockchain.
Get a transaction by its signature.
Get account information for a Solana address.
Get transaction signatures for a Solana address.
Get information about multiple Solana accounts.
Get all accounts owned by a program.
Get token accounts owned by a Solana address.
Get the supply of a token.
Get the balance of a token account.
Get token accounts by mint or owner.
Get details of a digital asset by its ID.
Get details of a real-world asset by its ID.
Get details of multiple assets by their IDs.
Get proof for a digital asset.
Get assets by group key and value.
Get assets owned by a specific address.
Get assets created by a specific address.
Get assets by authority address.
Search for assets using various filters (ownerAddress, creatorAddress, compressed, etc.).
Get signatures associated with an asset.
Get NFT editions for a master edition.
Get the minimum balance required for rent exemption.
Get inflation rewards for a list of addresses.
Get information about the current epoch.
Get the epoch schedule.
Get the leader schedule for an epoch.
Get recent performance samples.
Get the version of the Solana node.
Get priority fee estimate for a transaction.
Poll for transaction confirmation status.
Send a bundle of transactions to Jito.
Get statuses of Jito bundles.
Get the fee for a serialized message.
Execute a token swap using Jupiter.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!