Skip to main content
Glama

MantraChain MCP Server

dex-find-routes

Discover available swap routes between two tokens within MantraChain DEX pools by specifying network name and token denominations.

Instructions

Find available swap routes between two tokens - must first check two tokens are available in the DEX pools by using dex-get-pools

Input Schema

NameRequiredDescriptionDefault
networkNameYesName of the network to use
tokenInDenomYesDenomination of the token to swap from
tokenOutDenomYesDenomination of the token to swap to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "networkName": { "description": "Name of the network to use", "type": "string" }, "tokenInDenom": { "description": "Denomination of the token to swap from", "type": "string" }, "tokenOutDenom": { "description": "Denomination of the token to swap to", "type": "string" } }, "required": [ "networkName", "tokenInDenom", "tokenOutDenom" ], "type": "object" }

You must be authenticated.

Other Tools from MantraChain 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/allthatjazzleo/mantrachain-mcp'

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