MCP tools reference
Core, compatibility, and meta tool tables with tiers and auth profiles for the managed Thirdfy MCP endpoint.
This page is the integrator map for the managed Thirdfy MCP endpoint at https://mcp.thirdfy.com.
The live tool list is always authoritative:
Use POST https://mcp.thirdfy.com/tool/<toolName> or streamable HTTP POST /mcp from your agent host. See Connect.
Core tools (default)
| Tool | Category |
|---|---|
getActionsCatalog | Discovery |
getAgentActions | Discovery |
getProviderActions | Discovery |
getChainCapabilities | Discovery |
getNonEvmCapabilities | Discovery |
getThirdfyHelp | Onboarding |
describeOnboardingPath | Onboarding |
startEmailOnboarding | Onboarding |
completeEmailOnboarding | Onboarding |
getWalletProfile | Onboarding |
agentRegister | Onboarding |
bootstrapSelfIdentity | Onboarding |
getSelfReadiness | Onboarding |
executeIntent | Execution |
getIntentStatus | Execution |
buildTx | Execution |
walletExecute | Execution |
walletSign | Execution |
walletSubmit | Execution |
agentRun | Execution |
agentWalletBootstrap | Wallets |
delegationCreate | Delegation |
delegationActivate | Delegation |
delegationStatus | Delegation |
delegationRevoke | Delegation |
delegationInspect | Delegation |
delegationBalance | Delegation |
delegationRedeem | Delegation |
managedWalletInit | Managed wallet |
managedWalletGrant | Managed wallet |
managedWalletStatus | Managed wallet |
getAgentDataSummary | Tracking |
getAgentPortfolioSummary | Tracking |
getAgentLeaderboard | Tracking |
getAgentTrackActions | Tracking |
getAgentTrackEvents | Tracking |
trackAgentAction | Tracking |
Chapter guides: Discovery · Execution · Delegation · Onboarding · Tracking
Compatibility tools
Compatibility tools are hidden on the managed endpoint by default. New integrations should use core tools only.
If your deployment exposes compat tools, see Compatibility tools for the legacy alias and V1 protocol read warnings.
Meta tools
| Tool | Purpose |
|---|---|
health | Liveness |
listTools | Tool enumeration |
Auth profiles (summary)
Each tool declares an authProfile and acceptedCredentialModes in the live manifest (GET /tools):
| Profile | Meaning |
|---|---|
transport | Public or transport-level only |
agent_execution | Requires agent_api_key or bootstrap where allowed |
owner_interactive | Owner session or wallet proof |
mixed | Depends on tool inputs |
Details: Authentication
Evaluation checklist
- Can the agent discover earn actions with
getProviderActions { provider: "earn" }without the trading-named alias? - Does it call
agentWalletBootstrapwithrequireFundingCheckbeforewalletExecuteon collateralized lanes? - Does it use
executeIntentfor fan-out andwalletExecutefor a single agent wallet? - Does it reject
selffor off-chain venue orders?