MCP compatibility tools
Opt-in legacy tools — getTradingProviderActions alias, V1 protocol reads, chat helpers, and listAgents.
Compatibility tools are hidden on the managed production endpoint (https://mcp.thirdfy.com) by default.
New integrations should use core tools only. Compat tools exist for older clients that still call legacy names such as getTradingProviderActions.
If you run a private MCP deployment with compat mode enabled, GET /tools lists the extra tools. On the public managed endpoint, assume compat tools are unavailable unless Thirdfy confirms otherwise for your integration.
Compatibility tool list
| Tool | Notes |
|---|---|
getTradingProviderActions | Alias for getProviderActions |
getUserPositions | Legacy position reads |
getDashboardData | Operator dashboard aggregate |
getUserRewards / getMyRewards | V1 rewards reads |
getGauges / getGaugesDetails / getGaugeBribes / getGaugesHealth | V1 gauge protocol reads |
getCurrentEpoch | V1 epoch read |
getIchiVaultsIndependent | Vault strategy reads |
listAgents | Credentialed agent listing helper |
universalChat | Chat bridge |
getChatCapabilities | Chat feature flags |
searchThirdfyDocs | Docs search helper |
V1 gauge and emissions tooling is retired from public Thirdfy documentation. Prefer Integrations and catalog-backed actions for new agents.
Meta tools (always available)
| Tool | Purpose |
|---|---|
health | Worker health |
listTools | Enumerate visible tools for the current compat flag |