Back

Zora Agent
This agent provides access to Zora protocol data including trending collections, coin holders, coin information, community comments, and user profiles
Tags
Social
Tools (7)
explore_collections
Explore Zora collections by different metrics like top gainers, most valuable creators, top volume, or featured collections
required: list_type
get_coin_holders
Get the list of holders for a specific Zora coin/collection
required: address
get_coin_info
Get detailed information about a specific Zora coin/collection
required: collection_address
get_coin_comments
Get community comments for a specific Zora coin/collection
required: address
get_profile
Get detailed information about a user's profile including handle, display name, and bio
required: identifier
get_profile_coins
Get coins created by a specific user
required: identifier
get_profile_balances
Get all coin balances held by a specific user
required: identifier
Pricing
1 credit/use
MCP Endpoint
https://mesh.heurist.xyz/mcp/agents/ZoraAgentCopy Configuration
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/ZoraAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}