agent-kit-server
An MCP server enabling LLMs to interact with the Solana blockchain, supporting 40+ protocol actions. This server exemplifies advanced MCP server capabilities for blockchain integration.
About this tool
agent-kit-server
A Model Context Protocol (MCP) server that enables AI agents, such as Claude, to interact with the Solana blockchain through a standardized interface. Powered by the Solana Agent Kit, this server facilitates advanced blockchain integration for AI-driven workflows.
Source: https://github.com/sendaifun/solana-mcp
Features
- Solana Blockchain Integration: Seamlessly interact with the Solana blockchain for onchain operations.
- Standardized MCP Interface: Implements the Model Context Protocol specification for AI agent compatibility.
- Transaction Execution: Execute standard Solana transactions.
- Account Management: Query account information and manage Solana wallets.
- Available Blockchain Tools:
GET_ASSET: Retrieve information about a Solana asset or token.DEPLOY_TOKEN: Deploy new tokens 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: Mint new NFTs.TRADE: Execute token trades.REQUEST_FUNDS: Request funds (useful for testing and development).RESOLVE_DOMAIN: Resolve Solana domain names.GET_TPS: Get current transactions per second on Solana.
- Supports 40+ Protocol Actions: Extensible for a wide range of blockchain operations (see repository for full list).
- Integration with Claude Desktop: Easily integrates with Claude Desktop for AI workflows.
- Multiple Installation Methods:
- Quick install script
- npm (global or local)
- Build from source
- Configurable via Environment Variables: Secure management of private keys and RPC URLs.
- Security Recommendations:
- Use environment variables for sensitive data
- Dedicated wallet usage for AI operations
- Monitor and audit agent activities
- Open Source: MIT licensed, contributions welcome.
Dependencies
@solana/web3.js@modelcontextprotocol/sdksolana-agent-kit
Pricing
No pricing information is provided; the project is open source under the MIT license.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An MCP server enabling high-speed trading of Solana blockchain tokens by monitoring Raydium AMM pools and Serum markets with sub-second execution, demonstrating advanced MCP server capabilities for real-time blockchain applications.
Enables interaction with the Solana blockchain using the AgentiPy framework, allowing MCP server-based blockchain operations like querying account data and sending transactions.
An MCP server enabling interaction with the Solana blockchain, allowing retrieval of validator info, fee estimations, transaction histories, and management of digital assets via Claude assistants.
Comprehensive MCP server for interacting with the Algorand blockchain, supporting over 40 tooling interactions and resource access.
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. Demonstrates an MCP server implementation for media and news delivery.
Facilitates interaction with the Bitcoin network via the Model Context Protocol, enabling key generation, address validation, transaction decoding, and blockchain data retrieval. A strong example of an MCP server.