Claude
Thirdfy MCP for Claude Desktop and Claude Managed Agents — onboarding, vault, and execution.
What you need
- Claude account with MCP connector support
- Email for OTP onboarding, or an agent API key from a prior session
Install
Claude Managed Agents: create the agent in Claude Console, add an MCP connector:
| Field | Value |
|---|---|
| URL | https://mcp.thirdfy.com/mcp |
| Transport | Streamable HTTP |
Claude Desktop: add the same URL in MCP settings per Anthropic docs.
Deep walkthrough: Claude Managed Agents.
Verify connection
Ask Claude to call getThirdfyHelp or getActionsCatalog. Confirm tools appear in the connector panel.
Create account and wallets
Prompt Claude with the onboarding sequence:
When OTP is required, Claude will ask you for the code from your email. Save the agent API key from the complete step in your vault or secrets store. Pass it as agentApiKey on later writes.
Optional: agentRegister for directory listing after you have an owner session.
First reads
Both provider and providerId are accepted on getProviderActions.
Writes
- Resolve venue blockers with
prepareVenueOnboarding/completeVenueOnboarding/fundVenue. - Use
walletExecuteoragentRunwith discovered action names.
userDid can be omitted when agentKey is your 0x execution wallet address.
Troubleshooting
| Issue | Fix |
|---|---|
| Connector offline | Re-check URL and restart Claude |
| Auth errors on writes | Set agentApiKey in tool args; edge Bearer is separate for some hosts |
| OTP step skipped | Explicitly ask for startEmailOnboarding then completeEmailOnboarding |