Skip to main content
Glama

Trading Simulator MCP Server

by recallnet

get_price

Retrieve the current market price of a token by providing its address and optional blockchain details (chain or specific chain) for accurate results on the Trading Simulator MCP Server.

Instructions

Get the current price for a token

Input Schema

NameRequiredDescriptionDefault
chainNoOptional blockchain type
specificChainNoOptional specific chain for EVM tokens
tokenYesToken address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chain": { "description": "Optional blockchain type", "enum": [ "svm", "evm" ], "type": "string" }, "specificChain": { "description": "Optional specific chain for EVM tokens", "enum": [ "eth", "polygon", "bsc", "arbitrum", "base", "optimism", "avalanche", "linea", "svm" ], "type": "string" }, "token": { "description": "Token address", "type": "string" } }, "required": [ "token" ], "type": "object" }

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/recallnet/trading-simulator-mcp'

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