Tegro Finance DEX MCP Server
OfficialA read-only MCP server that lets AI assistants query live data from the Tegro Finance DEX on the TON blockchain — no API keys, wallets, or transaction signing required.
List all liquidity pools (
tegro_dex_pools): Retrieve all DEX liquidity pools with reserves, fees, LP supply, USD TVL, and APYs.Find pools for a specific token (
tegro_dex_pools_for_token): Look up all liquidity pools containing a given token by its jetton master address.Browse the token registry (
tegro_dex_assets): Get the full list of tradable tokens, including symbols, decimals, contract addresses, and flags.Get token market data (
tegro_dex_token): Fetch price, holder count, liquidity, market cap, and trust score for any individual token.Quote a swap (
tegro_dex_quote_swap): Simulate an exact-input swap to see how much of a target token you'd receive for a given offer amount, with configurable slippage tolerance — no transaction is built or signed.List liquid staking pools (
tegro_staking_pools): View all Tegro liquid-staking pools (e.g., stgTON) with APY, minimum stake, and active status.Get live staking rate (
tegro_staking_rate): Retrieve the live stgTON→TON exchange rate for a specific staking pool (returned as a 1e9 fixed-point value).
Allows an AI assistant to read liquidity pools, token prices, swap quotes, and liquid-staking (stgTON) rates from the Tegro Finance DEX on the TON blockchain.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tegro Finance DEX MCP ServerQuote 100 TON to USDT on Tegro"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tegro Finance DEX — MCP server

A Model Context Protocol server for the Tegro Finance DEX on TON — let an AI assistant (Claude, Cursor, …) read pools, token prices, swap quotes and liquid‑staking (stgTON) rates in plain language.
Read‑only & non‑custodial. No API keys, no wallet, no signing — nothing that can move funds. It only reads the public Tegro Finance API. Just run it.
Tools
Tool | What it does |
| All liquidity pools — reserves, fees, TVL, APYs |
| Pools that contain a given token |
| The tradable‑token registry |
| Price / holders / liquidity / trust score for a token |
| Quote an exact‑in swap (read‑only; no tx built) |
| Liquid‑staking pools (stgTON & others) + APY |
| Live stgTON→TON rate for a pool |
Related MCP server: ProfitSpot MCP
Install
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"tegro-finance": {
"command": "npx",
"args": ["-y", "@tegroton/tegro-finance-mcp"]
}
}
}Cursor / Windsurf / other MCP clients
Same shape — command: npx, args: ["-y", "@tegroton/tegro-finance-mcp"]. No
config needed. Then ask: "What are the top Tegro Finance pools by TVL?",
"Quote 100 TON → USDT on Tegro", or "What's the stgTON staking APY?"
How it works
Thin wrapper over the official @tegroton/tegro-finance
SDK, which reads the public Tegro Finance API. The SDK is non‑custodial: building
or signing a real swap happens in the user's own wallet and is intentionally
not part of this read‑only server.
Tegro Finance ecosystem
SDK —
tegro-finance-sdk·@tegroton/tegro-finance— typed read/quote/build client + TON Connect adapter (powers this server)DEX API —
API-DEX-TON-Blockchain— the public DEX REST APILiquid staking —
ton-gram-staking-docs— stgTON docs, contracts & APIApp — tegro.finance · Docs — docs.tegro.finance
Other AI surfaces
Same read-only API, every assistant — see integrations/: llms.txt, an agent guide, a curated OpenAPI, a ChatGPT custom-GPT recipe, and Hermes/function-calling tools. llms.txt is live at https://tegro.finance/llms.txt.
Community
Telegram @tegrofinance · X @TegroDEX
Security
Read‑only. No keys, no signing, no funds. Outbound HTTPS only to the Tegro Finance API. See SECURITY.md.
Develop
npm install
npm run build
node dist/index.js # stdio MCP serverMIT © TegroTON
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/TegroTON/tegro-finance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server