Skip to main content
Glama
TegroTON

Tegro Finance DEX MCP Server

Official
by TegroTON

Tegro Finance DEX — MCP server

Tegro Finance DEX MCP

npm CI MCP License: MIT Telegram X

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

tegro_dex_pools

All liquidity pools — reserves, fees, TVL, APYs

tegro_dex_pools_for_token

Pools that contain a given token

tegro_dex_assets

The tradable‑token registry

tegro_dex_token

Price / holders / liquidity / trust score for a token

tegro_dex_quote_swap

Quote an exact‑in swap (read‑only; no tx built)

tegro_staking_pools

Liquid‑staking pools (stgTON & others) + APY

tegro_staking_rate

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

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 server

MIT © TegroTON

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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