LLM onchain tools for Base network interaction
Top 93.9% on SourcePulse
This project provides a Model Context Protocol (MCP) server that enables AI applications to interact with the Base network and Coinbase API, offering on-chain functionalities for LLMs. It targets developers building AI agents that require blockchain interaction, simplifying complex operations like fund transfers, smart contract deployment, and NFT management.
How It Works
The server acts as a bridge, translating natural language requests from LLM clients into executable blockchain transactions and API calls. It leverages AgentKit ActionProviders to define specific tools, each with defined input schemas and associated logic for interacting with Base network protocols, Morpho vaults, and Coinbase services. This modular design allows for easy extension with new tools and data sources.
Quick Start & Requirements
npm install -g base-mcp
or npm install base-mcp
locally..env
file with API keys and seed phrase.claude_desktop_config.json
.Highlighted Details
Maintenance & Community
The project is maintained by the Base team. Contributions are welcomed via pull requests, with detailed guidelines available in CONTRIBUTING.md
.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source applications.
Limitations & Caveats
Sensitive credentials (API keys, seed phrases) require secure management. On-chain operations are irreversible, necessitating careful verification of transaction details before execution.
2 months ago
Inactive