← tonscan.com
INDIVIDUAL MCP TOOL
get_usdt_pool_liquidity
Get latest USDT pool liquidity across all TON DEXes (StonFi, DeDust, TonCo, Coffee).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tonscan-com]
url = "https://api.tonscan.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tonscan-com": {
"type": "http",
"url": "https://api.tonscan.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tonscan-com
Remote MCP URL: https://api.tonscan.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tonscan-com": {
"url": "https://api.tonscan.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tonscan-com": {
"type": "http",
"url": "https://api.tonscan.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tonscan-com",
"transport": "streamable-http",
"url": "https://api.tonscan.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search for a TON address, transaction hash, jetton name, NFT collection, or .ton domain.get_address_information— Get balance, state (active/inactive/frozen), and metadata for a TON wallet or contract address.get_whale_accounts— Get the top TON whale accounts ranked by transaction volume in the latest snapshot.get_whale_anomalies— Get TON whale accounts with unusually high activity — deviating >= threshold standard deviations from their 24-hour rolling baseline.get_whale_trends— Get daily TON transaction volume per whale account over the last N days (1–30).get_jetton_netflow— Get per-account net jetton flow for the latest snapshot.get_jetton_anomalies— Get jetton flow accounts deviating >= threshold standard deviations from their 24h baseline.get_all_pool_liquidity— Get latest liquidity for all tracked pools (USDT and pTON/jetton pairs) across all DEXes.