kiko
Verified Safeby bioanywhere
Overview
A Model Context Protocol (MCP) server that provides onchain tools for AI applications like Claude Desktop and Cursor, enabling them to interact with the Base Network, Coinbase API, and other Web3 protocols.
Installation
npx -y base-mcp@latestEnvironment Variables
- COINBASE_API_KEY_NAME
- COINBASE_API_PRIVATE_KEY
- SEED_PHRASE
- COINBASE_PROJECT_ID
- ALCHEMY_API_KEY
- OPENROUTER_API_KEY
- CHAIN_ID
- NEYNAR_API_KEY
- PINATA_JWT
Security Notes
The server's design inherently requires access to sensitive information such as Coinbase API keys (with transaction signing capabilities) and a wallet seed phrase, granting it full control over the associated crypto assets. While the codebase itself leverages established libraries (Viem, AgentKit) and follows good practices for handling these credentials (via environment variables), the primary security risk lies in the user's responsibility to securely manage their environment variables and protect the system running the server. There are no obvious 'eval', command injection, or obfuscation patterns observed directly within the provided source that would introduce additional vulnerabilities beyond the high-privilege nature of its intended function.
Similar Servers
evm-mcp-server
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
heurist-mesh-mcp-server
This server acts as a Model Context Protocol (MCP) gateway, enabling AI models like Claude to interact with various blockchain and web3 tools available through the Heurist Mesh API.
kukapay-mcp-servers
A comprehensive suite of Model Context Protocol (MCP) servers for aggregating, analyzing, and providing real-time cryptocurrency, blockchain, and Web3 data and services to AI agents and developers.
claude-faf-mcp
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.