Developer Tools
bachatt.app
Provides OTP-based authentication functions for user login and session management via SMS.
ENDPOINT 1
https://doorway.bachatt.app/mcp
Known tools 34
bachatt_send_otp[STEP 1c] Send a 6-digit OTP SMS to the user-provided mobile number, then collect and verify it.
Potential side effectsbachatt_resend_otp[STEP 1c - Resend] Resend the OTP SMS and collect + verify it interactively.
Potential side effectsbachatt_logout[Logout] End the current Bachatt session and clear the stored token.
Inferred read-onlybachatt_resume_onboarding[STEP 1b - Resume] Fetch the user's live onboarding status and get the exact next tool to call.
Inferred read-onlybachatt_get_onboarding_status[STEP 1a - Resumption] Fetch the user's live onboarding progress and determine which step to resume from across platforms.
Inferred read-onlybachatt_get_bank_accounts[STEP 2a] Retrieve automatically linked bank accounts and ask the user which to use.
Inferred read-onlybachatt_set_bank_primary[STEP 2a-confirm] Set the user's chosen bank account as primary and update the onboarding bank state.
Potential side effectsbachatt_get_reverse_penny_drop_psp_uris[STEP 2b - UPI Branch] Generate UPI verification links for reverse penny drop.
Potential side effectsbachatt_get_reverse_penny_drop_status[STEP 2b - UPI Branch] Poll status of UPI verification.
Inferred read-onlybachatt_add_manual_bank_account[STEP 2b - Manual Branch] Manually add bank account using account number + IFSC.
Inferred read-onlybachatt_get_profile[STEP 8c - Profile Details] Get the logged-in user's Bachatt profile and surface ALL missing fields at once.
Inferred read-onlybachatt_update_profile_details[STEP 8c - Profile Details] Update user's core profile details.
Potential side effectsbachatt_options_to_invest_in[Step 3 · Investment Selection] Collect ALL investment parameters in ONE single form submission — never ask fields one by one conversationally.
Inferred read-onlybachatt_validate_kyc[STEP 9a] Perform KBV validation (mandatory step for users from DigiLocker path).
Inferred read-onlybachatt_create_onboarding_mandate[STEP 4a] Create onboarding mandate (SIP only) using QR_CODE or INTENT flow.
Potential side effectsbachatt_initiate_transaction_payment[STEP 10b] Initiate payment transaction for checkout using QR_CODE or INTENT flow.
Potential side effectsbachatt_submit_signature[STEP 8d] Automatically generate and submit user's signature.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bachatt.app was fetched 2026-07-28T00:44:38.070Z and is being refreshed.
bachatt.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.