
Agentipy Mcp Server
@niceberginc
关于 Agentipy Mcp Server
The Agentipy MCP Server is an open-source Model Context Protocol (MCP) server that enables Claude AI to interact with the Solana blockchain. It provides a standardized interface for AI agents to perform various blockchain operations, including transactions, wallet management, and
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agentipy": {
"command": "/path/to/your/run_mcp.sh",
"env": {
"RPC_URL": "your_solana_rpc_url_here",
"SOLANA_PRIVATE_KEY": "your_private_key_here",
"OPENAI_API_KEY": "your_openai_api_key",
"ALLORA_API_KEY": "your_allora_api_key",
"COINGECKO_PRO_API_KEY": "your_coingecko_api_key"
},
"disabled": false,
"autoApprove": [
"GET_BALANCE",
"GET_PRICE_PREDICTION"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Agentipy Mcp Server?
Agentipy Mcp Server is a Model Context Protocol (MCP) server that provides onchain tools for Claude Desktop, allowing AI agents to interact with the Solana blockchain through a standardized interface. It uses the Agentipy library to enable blockchain operations such as balance checks, token transfers, trading, staking, price predictions, and token information retrieval via CoinGecko and Pyth Network.
How to use Agentipy Mcp Server?
Install by cloning the repository, creating a Python virtual environment, and installing dependencies. Configure a .env file with your Solana private key, RPC URL, and optional API keys. Then add the server to Claude Desktop by editing claude_desktop_config.json and pointing to the run_mcp.sh (Unix) or run_mcp.bat (Windows) script. Restart Claude Desktop to activate the tools.
Key features of Agentipy Mcp Server
- Check Solana wallet balances
- Transfer tokens between wallets
- Deploy new tokens on Solana
- Get price predictions via Allora
- Trade and stake tokens using Jupiter
- Retrieve token info from CoinGecko
Use cases of Agentipy Mcp Server
- Ask Claude to check your Solana wallet balance
- Have Claude transfer SOL or SPL tokens to another address
- Deploy a new token from a natural language prompt
- Get real-time price predictions for crypto assets
- Execute token trades or staking through Jupiter
FAQ from Agentipy Mcp Server
What are the runtime requirements?
Python 3.8 or higher is required. The server runs in a local Python environment and communicates with Claude Desktop via the MCP protocol.
How do I configure Claude Desktop to use the server?
Edit claude_desktop_config.json (location varies by OS) and add the server entry with the correct path to run_mcp.sh or run_mcp.bat, along with environment variables for RPC URL, private key, and optional API keys.
Where does my private key and data live?
Your Solana private key and RPC URL are stored in a local .env file and passed as environment variables to the server. All blockchain data is retrieved from the Solana RPC endpoint; no data is stored on the MCP server.
Are there any known limitations?
The README does not mention specific limitations. Security notes advise using a dedicated wallet for AI operations and testing on devnet/testnet before mainnet.
What transports / authentication are used?
The server uses the standard MCP transport (stdio) and relies on the Solana private key for onchain authentication. No additional authentication layer is described.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论