Skip to main content
Glama

Trading Simulator MCP Server

by recallnet

get_quote

Generate a trade quote by specifying source and destination tokens, amount, and optional blockchain details for accurate simulation and analysis.

Instructions

Get a quote for a potential trade

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of fromToken to potentially trade
fromChainNoOptional blockchain type for source token
fromSpecificChainNoOptional specific chain for source token
fromTokenYesSource token address
toChainNoOptional blockchain type for destination token
toSpecificChainNoOptional specific chain for destination token
toTokenYesDestination token address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of fromToken to potentially trade", "type": "string" }, "fromChain": { "description": "Optional blockchain type for source token", "enum": [ "svm", "evm" ], "type": "string" }, "fromSpecificChain": { "description": "Optional specific chain for source token", "enum": [ "eth", "polygon", "bsc", "arbitrum", "base", "optimism", "avalanche", "linea", "svm" ], "type": "string" }, "fromToken": { "description": "Source token address", "type": "string" }, "toChain": { "description": "Optional blockchain type for destination token", "enum": [ "svm", "evm" ], "type": "string" }, "toSpecificChain": { "description": "Optional specific chain for destination token", "enum": [ "eth", "polygon", "bsc", "arbitrum", "base", "optimism", "avalanche", "linea", "svm" ], "type": "string" }, "toToken": { "description": "Destination token address", "type": "string" } }, "required": [ "fromToken", "toToken", "amount" ], "type": "object" }

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