Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getBlueChipTokens

Identify and retrieve high-value blockchain tokens with specific criteria like market cap, security score, and token age using Moralis MCP Server for reliable data access.

Instructions

Get tokens with blue chip

Input Schema

NameRequiredDescriptionDefault
min_market_capNoThe minimum market cap in usd of a token
min_token_age_in_daysNoThe minimum age of token in days
security_scoreNoThe minimum security score of a token

Input Schema (JSON Schema)

{ "properties": { "min_market_cap": { "description": "The minimum market cap in usd of a token", "type": "number" }, "min_token_age_in_days": { "description": "The minimum age of token in days", "type": "number" }, "security_score": { "description": "The minimum security score of a token", "type": "number" } }, "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