Skip to main content
Glama

Trading Simulator MCP Server

by recallnet

get_price

Retrieve the current price of a token by specifying its address and optional blockchain details. Use this tool within the Trading Simulator MCP Server for accurate price checks across supported chains.

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" }
Install Server

Other Tools from Trading Simulator 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/recallnet/trading-simulator-mcp'

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