Tegro Finance DEX MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tegro_dex_poolsB | All liquidity pools with reserves, fees, LP supply, USD TVL and APYs. The TON sentinel address is EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c. |
| tegro_dex_pools_for_tokenB | Liquidity pools that contain the given token (by jetton master address). |
| tegro_dex_assetsA | The list of tradable tokens (symbol, decimals, contract address, flags). |
| tegro_dex_tokenA | Price, holders, liquidity, market cap and trust score for one token. |
| tegro_dex_quote_swapA | Simulate an exact-in swap: how much of the ask token you'd receive for a given amount of the offer token. No transaction is built or signed. |
| tegro_staking_poolsB | Tegro liquid-staking pools (stgTON and others): APY, min stake, active flag. |
| tegro_staking_rateB | Live rate for a staking pool — |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a distinct purpose: asset listing, pool listing, pool filtering by token, swap quoting, token details, staking pools, and staking rate. No overlap in functionality.
All tools follow the pattern tegro_{domain}_{descriptive_noun} (e.g., tegro_dex_assets, tegro_staking_pools). Consistent prefixing and naming convention.
With 7 tools covering both DEX and staking functionalities, the count is well-scoped. Each tool serves a clear purpose without redundancy or unnecessary bloat.
The tool set covers key informational aspects of a DEX (assets, pools, quotes, token info) and staking (pools, rates). Missing write/transaction capabilities, but that appears intentional for a read-only server.