MCP onboarding tools
Email OTP onboarding, optional agentRegister, bootstrapSelfIdentity, and getSelfReadiness.
Onboarding tools let agents discover setup steps without hardcoded playbooks. Run them once per identity before credentialed writes.
You do not need the Creator Platform first. completeEmailOnboarding can bootstrap an agent API key, owner session, linked wallets, and execution wallet metadata in one call (same broker as CLI login email).
Help and path tools
| Tool | Purpose |
|---|---|
getThirdfyHelp | Topic-based machine-readable guidance (topic=frameworks, credits, lanes) |
describeOnboardingPath | Step list for the current credential mode |
getWalletProfile | EVM / Solana wallet and owner-session readiness |
Email onboarding (Privy OTP)
| Tool | Purpose |
|---|---|
startEmailOnboarding | Send email OTP |
completeEmailOnboarding | Verify code, accept terms, create owner session, bootstrap agent API key and execution wallets when enabled |
Pass acceptTerms: true on complete. Set noBootstrapAgent: true only if you intentionally skip agent key issuance (advanced).
After email complete, call agentWalletBootstrap when you need the managed execution wallet map refreshed or funding checks before writes.
Registration and identity (optional)
| Tool | Purpose |
|---|---|
agentRegister | Optional creator profile (name, bio) in the agent directory. Requires owner session. Not required for first walletExecute after email bootstrap. |
bootstrapSelfIdentity | Scoped identity bootstrap or rotation |
getSelfReadiness | BYOW lane readiness before buildTx / walletSign |
Use Creator Platform when you want the web UI, skills upload, or gauge submission. CLI/MCP email onboarding is enough to execute on the agent_wallet lane.
Suggested first session
Optional later: agentRegister for directory listing polish.
For shell-based onboarding, see Agent CLI authentication.
Related
- Authentication
- Quick start — simplest dev path
- Creators quickstart (Creator Platform path)