streamable-httpMITupdated 5mo ago
11 DeFi risk & compliance intelligence tools for the TON ecosystem.
What can you do with tonoracle?
TONOracle MCP Server
11 DeFi risk & compliance intelligence tools for the TON ecosystem.
Built for AI agents operating in the Telegram/TON ecosystem — 950M+ potential users.
Live Endpoint
https://tooloracle.io/ton/mcp/
No API key required. MIT licensed.
Quick Setup
{
"mcpServers": {
"tonoracle": {
"url": "https://tooloracle.io/ton/mcp/"
}
}
}
Tools (11)
| Tool | Description | Data Source |
|---|---|---|
ton_overview |
TON ecosystem: price, TVL, protocol count, Telegram integration | CoinGecko + DeFiLlama |
ton_wallet_info |
Wallet balance and state by address | TONCenter |
ton_jetton_check |
Jetton (TON token) risk analysis — contract state, CoinGecko listing | TONCenter + CoinGecko |
ton_protocol_health |
Protocol health: TVL, audits, risk grade (DeDust, Ston.fi, EVAA...) | DeFiLlama |
ton_defi_yields |
Compare DeFi yields across TON protocols | DeFiLlama Yields |
ton_protocol_list |
All TON DeFi protocols ranked by TVL | DeFiLlama |
ton_stablecoin_risk |
Stablecoin supply and risk on TON | DeFiLlama |
ton_dex_volume |
DEX volume across TON exchanges (DeDust, Ston.fi) | DeFiLlama DEX |
ton_bridge_flows |
Bridge flow monitoring | DeFiLlama Bridges |
ton_network_stats |
Masterchain info: seqno, workchain, shard | TONCenter |
ton_transactions |
Recent transactions for any TON address | TONCenter |
Data Sources
- TONCenter API — Wallet info, transactions, contract state
- DeFiLlama — TVL, yields, stablecoins, DEX volumes, bridges
- CoinGecko — Prices, market data
Links
- Live endpoint: https://tooloracle.io/ton/mcp/
- Health check: https://tooloracle.io/ton/health
- Builder: FeedOracle Technologies — EU-based compliance infrastructure
- Marketplace: ToolOracle
- License: MIT
Install
Add tonoracle to your client. Pick the one you use.
claude mcp add --transport http tonoracle https://tooloracle.io/ton/mcp/codex mcp add tonoracle --url https://tooloracle.io/ton/mcp/{
"mcpServers": {
"tonoracle": {
"url": "https://tooloracle.io/ton/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tonoracle": {
"type": "http",
"url": "https://tooloracle.io/ton/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tonoracle": {
"url": "https://tooloracle.io/ton/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tonoracle": {
"serverUrl": "https://tooloracle.io/ton/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
11 tools
tonoracle exposes 11 tools to a connected agent.
- ton_overview
- TON ecosystem: price, TVL, protocol count, Telegram integration
- ton_wallet_info
- Wallet balance and state by address
- ton_jetton_check
- Jetton (TON token) risk analysis — contract state, CoinGecko listing
- ton_protocol_health
- Protocol health: TVL, audits, risk grade (DeDust, Ston.fi, EVAA...)
- ton_defi_yields
- Compare DeFi yields across TON protocols
- ton_protocol_list
- All TON DeFi protocols ranked by TVL
- ton_stablecoin_risk
- Stablecoin supply and risk on TON
- ton_dex_volume
- DEX volume across TON exchanges (DeDust, Ston.fi)
- ton_bridge_flows
- Bridge flow monitoring
- ton_network_stats
- Masterchain info: seqno, workchain, shard
- ton_transactions
- Recent transactions for any TON address
Score
68 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 148 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 11 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |