
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.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
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.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント