Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

evm_getentitiesbycategory

Retrieve blockchain entities by category, including details like name, logo, description, external links, and total addresses, using the Moralis MCP Server API.

Instructions

Fetch entities belonging to a specific category. Each entity returns name, logo, description, external links, total addresses and more.

Input Schema

NameRequiredDescriptionDefault
categoryIdYesThe category Id
limitNoThe desired page size of the result.

Input Schema (JSON Schema)

{ "properties": { "categoryId": { "description": "The category Id", "type": "string" }, "limit": { "description": "The desired page size of the result.", "minimum": 0, "type": "number" } }, "required": [ "categoryId" ], "type": "object" }

Other Tools from Moralis MCP Server

Related Tools

    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/MoralisWeb3/moralis-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server