Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

evm_searchentities

Search blockchain addresses to identify linked entities, organizations, or wallets. Results are categorized into entities, addresses, and categories for clear data organization.

Instructions

Find entities, organizations, addresses or wallets linked to blockchain addresses. Results are categorised into 3 arrays: entities, addresses, categories.

Input Schema

NameRequiredDescriptionDefault
limitNoThe desired page size of the result.
queryYesThe search query

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "The desired page size of the result.", "minimum": 0, "type": "number" }, "query": { "description": "The search query", "type": "string" } }, "required": [ "query" ], "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