← bachatt.app
INDIVIDUAL MCP TOOL
bachatt_resume_onboarding
[STEP 1b - Resume] Fetch the user's live onboarding status and get the exact next tool to call.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bachatt-app]
url = "https://doorway.bachatt.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bachatt-app": {
"type": "http",
"url": "https://doorway.bachatt.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bachatt-app
Remote MCP URL: https://doorway.bachatt.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bachatt-app": {
"url": "https://doorway.bachatt.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bachatt-app": {
"type": "http",
"url": "https://doorway.bachatt.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bachatt-app",
"transport": "streamable-http",
"url": "https://doorway.bachatt.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
bachatt_send_otp— [STEP 1c] Send a 6-digit OTP SMS to the user-provided mobile number, then collect and verify it.bachatt_resend_otp— [STEP 1c - Resend] Resend the OTP SMS and collect + verify it interactively.bachatt_verify_otp— [STEP 1e - Fallback] Verify the OTP directly.bachatt_session_status— [STEP 1a] Check if a Bachatt session is already active.bachatt_logout— [Logout] End the current Bachatt session and clear the stored token.bachatt_get_onboarding_status— [STEP 1a - Resumption] Fetch the user's live onboarding progress and determine which step to resume from across platforms.bachatt_get_bank_accounts— [STEP 2a] Retrieve automatically linked bank accounts and ask the user which to use.bachatt_set_bank_primary— [STEP 2a-confirm] Set the user's chosen bank account as primary and update the onboarding bank state.