Heurist Logo
Back to Library
Zora Agent

Zora Agent

This agent provides access to Zora protocol data including trending collections, coin holders, coin information, community comments, and user profiles

Social

Tools

7 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
local-only
  • explore_collections

    2 params

    Explore Zora collections by different metrics like top gainers, most valuable creators, top volume, or featured collections

  • get_coin_holders

    3 params

    Get the list of holders for a specific Zora coin/collection

  • get_coin_info

    2 params

    Get detailed information about a specific Zora coin/collection

  • get_coin_comments

    3 params

    Get community comments for a specific Zora coin/collection

  • get_profile

    1 param

    Get detailed information about a user's profile including handle, display name, and bio

  • get_profile_coins

    3 params

    Get coins created by a specific user

  • get_profile_balances

    5 params

    Get all coin balances held by a specific user

MCP Server Configdrop into your client
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/ZoraAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}