zora-mcp-server
An MCP server that enables AI-driven on-chain interactions with the Zora Protocol on Base, supporting token queries, swaps, and transfers via natural language.
README
Zora Protocol MCP Server
A Model Context Protocol (MCP) server integrating Coinbase AgentKit and the Zora Protocol SDK for AI-driven on-chain interactions.
This package provides the zora-mcp-server binary, which Claude Desktop (or any MCP-enabled client) can use to interact with Base via Zora Protocol.
Important Notes
- Testing environment: All testing has been performed in Claude Desktop.
Installation
npm install -g @6missedcalls-ai/zora-mcp-server
This makes the agentkit command available system-wide.
Configure MCP for Client (Claude, etc.,)
{
"mcpServers": {
"zora-mcp-server": {
"command": "zora-mcp-server",
"args": [],
"env": {
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_SECRET": "<CDP_WALLET_SECRET>",
"SMART_WALLET_ADDRESS": "<SMART_WALLET_ADDRESS>",
"PRIVATE_KEY": "<PRIVATE_KEY>",
"NETWORK_ID": "base-mainnet",
"ZORA_API_KEY": "<ZORA_API_KEY>"
}
}
}
}
Run Locally
Clone the project
git clone https://github.com/6missedcalls/zora-mcp.git
CD into the Repository
cd zora-mcp
Install NPM Packages
npm install
Build MCP Server
npm run build
Configure MCP for Client (Claude, etc.,)
{
"mcpServers": {
"zora-mcp-server": {
"command": "node",
"args": ["<full_path_to_project>/zora-mcp/build/index.js"],
"env": {
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_SECRET": "<CDP_WALLET_SECRET>",
"SMART_WALLET_ADDRESS": "<SMART_WALLET_ADDRESS>",
"PRIVATE_KEY": "<PRIVATE_KEY>",
"NETWORK_ID": "base-mainnet",
"ZORA_API_KEY": "<ZORA_API_KEY>"
}
}
}
}
Usage/Examples
Once a client (Claude, etc.) has been properly configured you can use natural language to invoke commands.
get top 20 tokens by volume on zoraget token information for 0x1d95c975ef9a1721a69105521b6efaf88348ac80get new coins on the zora protocolget last traded tokens on the zora protocolget the most valuable tokens on zora protocolget the top gainers on zora protocol todayswap $5 ETH for USDCsend $5 ETH to <wallet_address>trade 75% my "eth" as my input token with 5% slippage for contract 0xd769d56f479e9e72a77bb1523e866a33098feec5
Feedback
If you have any feedback, please create an issue here.
Contributing
Contributions are always welcome!
Please fork the repository and make your changes. Then create a Pull Request.
License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.