Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

searchTokens

Search for blockchain tokens by contract address, name, or symbol using the Moralis MCP Server. Filter results by chain, limit, and verified contracts for precise data retrieval.

Instructions

Search for tokens based on contract address, token name or token symbol. Premium endpoint available as an add-on. Please contact support for access details.

Input Schema

NameRequiredDescriptionDefault
chainsNoThe chains to query
isVerifiedContractNoTrue to include only verified contracts
limitNoThe desired page size of the result.
queryNoThe query to search

Input Schema (JSON Schema)

{ "properties": { "chains": { "description": "The chains to query", "type": "string" }, "isVerifiedContract": { "description": "True to include only verified contracts", "type": "boolean" }, "limit": { "description": "The desired page size of the result.", "type": "number" }, "query": { "description": "The query to search", "type": "string" } }, "type": "object" }

You must be authenticated.

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