Solana Agent Kit MCP Server
JSON →Interact with the Solana blockchain using the Solana Agent Kit.
Install
npm install -g solana-mcp Tools · 11
- GET_ASSET Retrieve information about a Solana asset/token
- DEPLOY_TOKEN Deploy a new token on Solana
- GET_PRICE Fetch price information for tokens
- WALLET_ADDRESS Get the wallet address
- BALANCE Check wallet balance
- TRANSFER Transfer tokens between wallets
- MINT_NFT Create and mint new NFTs
- TRADE Execute token trades
- REQUEST_FUNDS Request funds (useful for testing/development)
- RESOLVE_DOMAIN Resolve Solana domain names
- GET_TPS Get current transactions per second on Solana
Environment variables
SOLANA_PRIVATE_KEYOPENAI_API_KEYDEPLOY_TOKEN
Links
★ 159 GitHub stars