Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Zora 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.

GitHubEmbed

Описание

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

Logo

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.

npm version license Open Issues Pull Requests

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 zora
  • get token information for 0x1d95c975ef9a1721a69105521b6efaf88348ac80
  • get new coins on the zora protocol
  • get last traded tokens on the zora protocol
  • get the most valuable tokens on zora protocol
  • get the top gainers on zora protocol today
  • swap $5 ETH for USDC
  • send $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

MIT License

from github.com/6missedcalls/zora-mcp

Установить Zora Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install zora-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add zora-mcp-server -- npx -y @6missedcalls-ai/zora-mcp-server

FAQ

Zora Server MCP бесплатный?

Да, Zora Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Zora Server?

Нет, Zora Server работает без API-ключей и переменных окружения.

Zora Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Zora Server в Claude Desktop, Claude Code или Cursor?

Открой Zora Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Zora Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai