Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

evm_searchtokens

Search tokens across multiple chains by contract address, pair address, name, or symbol. Filter by chains, sort by metrics like market cap or liquidity, and prioritize verified contracts.

Instructions

Search for tokens using their contract address, pair address, name, or symbol. Cross-chain by default with support to filter by chains. Additional options to sortBy various metrics, such as market cap, liquidity or volume.

Input Schema

NameRequiredDescriptionDefault
boostVerifiedContractsNoTrue to boost verified contracts
chainsNoThe chains to query
isVerifiedContractNoTrue to include only verified contracts
limitNoThe desired page size of the result.
queryNoThe query to search
sortByNoSort by volume1hDesc, volume24hDesc, liquidityDesc, marketCapDescvolume1hDesc

Input Schema (JSON Schema)

{ "properties": { "boostVerifiedContracts": { "default": true, "description": "True to boost verified contracts", "type": "boolean" }, "chains": { "description": "The chains to query", "type": "string" }, "isVerifiedContract": { "default": false, "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" }, "sortBy": { "default": "volume1hDesc", "description": "Sort by volume1hDesc, volume24hDesc, liquidityDesc, marketCapDesc", "enum": [ "volume1hDesc", "volume24hDesc", "liquidityDesc", "marketCapDesc" ], "type": "string" } }, "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