agentipy
Basic Information
AgentiPy is a Python toolkit for developers who want to enable AI agents to interact with blockchain applications, with a focus on Solana and Base. It provides a structured set of tools and examples to simplify building dApps and agent-driven workflows such as automated trading, token management, NFT minting and collection management, staking, liquidity operations, and DeFi interactions. The project exposes utilities for asynchronous blockchain operations, price and market data retrieval, wallet balance checks, transfers, and transaction confirmation. It also includes a built-in Model Context Protocol (MCP) module and an MCP server implementation so language models and external agents (for example Claude Desktop) can invoke standardized on-chain actions. The README contains installation steps, security guidance about private key handling, quick start code samples for transfers, balance queries and swaps, and guidance for integrating with Langchain for natural language command interpretation and dynamic workflow generation.