Tegro Finance DEX MCP Server
Read-only MCP server for Tegro Finance DEX on TON blockchain, enabling AI assistants to query pools, token prices, swap quotes, and liquid-staking rates without API keys or wallet.
README
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 |
|---|---|
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 |
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 API - Liquid staking —
ton-gram-staking-docs— stgTON docs, contracts & API - App — 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 server
MIT © TegroTON
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.