Zora Coins MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHAIN_ID | No | Chain ID (defaults to 8453 for Base) | 8453 |
| PRIVATE_KEY | No | 0x-prefixed private key for transactions (required for write operations only) | |
| BASE_RPC_URL | No | Base mainnet RPC endpoint | https://mainnet.base.org |
| ZORA_API_KEY | No | API key from zora.co for enhanced features | |
| PLATFORM_REFERRER | No | Address for referral attribution |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zora_healthB | Returns server and environment diagnostics (API key present, wallet, RPC, chain). |
| zora_get_coinC | Fetch metadata, market data & creator info for a coin. |
| zora_get_coinsC | Batch fetch coins by address and chainId. |
| zora_get_coin_holdersC | List holders of a coin with balances and profile data. |
| zora_get_coin_swapsC | Fetch recent buy/sell swap activity for a coin. |
| zora_get_coin_commentsC | Fetch comments associated with a coin (paginated). |
| zora_get_profileC | Fetch profile for a wallet or @handle. |
| zora_get_profile_coinsC | List coins created by a profile. |
| zora_get_profile_balancesC | List coin balances for a wallet or handle. |
| zora_explore_top_gainersC | Coins with highest market cap delta over last 24h. |
| zora_explore_top_volume_24hC | Coins with highest trading volume in last 24 hours. |
| zora_explore_most_valuableC | Coins with highest market capitalization. |
| zora_explore_newC | Most recently created coins. |
| zora_explore_last_tradedC | Coins most recently traded. |
| zora_explore_last_traded_uniqueC | Coins most recently traded by unique traders. |
| zora_create_coinB | Deploy a new Zora coin. Requires PRIVATE_KEY; only Base mainnet is supported currently. |
| zora_update_coin_uriB | Update the token metadata URI for an existing coin. Requires owner wallet. |
| zora_update_payout_recipientB | Change the payout recipient address (creator earnings). Requires owner wallet. |
| zora_trade_coinB | Swap ETH or ERC20 for a coin (or back). Uses permit2 for ERC20 where supported. Requires PRIVATE_KEY (EOA). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/r4topunk/zora-coins-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server