← Registry

Developer Tools

bachatt.app

Provides OTP-based authentication functions for user login and session management via SMS.

1 endpoint34 known toolsFirst detected July 11, 2026Last detected July 11, 2026

ENDPOINT 1

https://doorway.bachatt.app/mcp

No auth detected

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 effects
bachatt_resend_otp

[STEP 1c - Resend] Resend the OTP SMS and collect + verify it interactively.

Potential side effects
bachatt_verify_otp

[STEP 1e - Fallback] Verify the OTP directly.

Inferred read-only
bachatt_session_status

[STEP 1a] Check if a Bachatt session is already active.

Inferred read-only
bachatt_logout

[Logout] End the current Bachatt session and clear the stored token.

Inferred read-only
bachatt_resume_onboarding

[STEP 1b - Resume] Fetch the user's live onboarding status and get the exact next tool to call.

Inferred read-only
bachatt_get_onboarding_status

[STEP 1a - Resumption] Fetch the user's live onboarding progress and determine which step to resume from across platforms.

Inferred read-only
bachatt_get_bank_accounts

[STEP 2a] Retrieve automatically linked bank accounts and ask the user which to use.

Inferred read-only
bachatt_set_bank_primary

[STEP 2a-confirm] Set the user's chosen bank account as primary and update the onboarding bank state.

Potential side effects
bachatt_get_reverse_penny_drop_psp_uris

[STEP 2b - UPI Branch] Generate UPI verification links for reverse penny drop.

Potential side effects
bachatt_get_reverse_penny_drop_status

[STEP 2b - UPI Branch] Poll status of UPI verification.

Inferred read-only
bachatt_add_manual_bank_account

[STEP 2b - Manual Branch] Manually add bank account using account number + IFSC.

Inferred read-only
bachatt_get_pan_details

[STEP 5a] Fetch/auto-detect user's PAN details.

Inferred read-only
bachatt_submit_pan

[STEP 5b] Submit user-entered PAN number.

Inferred read-only
bachatt_get_addresses

[STEP 8a] Fetch saved addresses.

Inferred read-only
bachatt_save_address

[STEP 8a] Save new address details.

Inferred read-only
bachatt_add_nominees

[STEP 8b] Add or skip nominee details.

Inferred read-only
bachatt_get_nominee

Get the nominee details registered on the user's account.

Inferred read-only
bachatt_get_profile

[STEP 8c - Profile Details] Get the logged-in user's Bachatt profile and surface ALL missing fields at once.

Inferred read-only
bachatt_update_profile_details

[STEP 8c - Profile Details] Update user's core profile details.

Potential side effects
bachatt_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-only
bachatt_check_kyc

[STEP 6a] Check user's KYC status.

Inferred read-only
bachatt_generate_digilocker_link

[STEP 7a] Generate DigiLocker KYC link.

Inferred read-only
bachatt_get_digilocker_status

[STEP 7b] Poll DigiLocker status.

Inferred read-only
bachatt_validate_kyc

[STEP 9a] Perform KBV validation (mandatory step for users from DigiLocker path).

Inferred read-only
bachatt_generate_esign_link

[STEP 9b] Generate Aadhaar eSign link.

Inferred read-only
bachatt_get_esign_status

[STEP 9c] Poll eSign status.

Inferred read-only
bachatt_get_kyc_status

[STEP 9d] Confirm final KYC state after eSign.

Inferred read-only
bachatt_order_status

Get the status of a lumpsum order by orderId.

Inferred read-only
bachatt_add_to_cart

[STEP 3d] Add selected investment parameters to cart.

Inferred read-only
bachatt_create_onboarding_mandate

[STEP 4a] Create onboarding mandate (SIP only) using QR_CODE or INTENT flow.

Potential side effects
bachatt_checkout_cart

[STEP 10a] Checkout the cart to complete the investment.

Inferred read-only
bachatt_initiate_transaction_payment

[STEP 10b] Initiate payment transaction for checkout using QR_CODE or INTENT flow.

Potential side effects
bachatt_submit_signature

[STEP 8d] Automatically generate and submit user's signature.

Inferred read-only

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.

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.

Trust status Trusted

bachatt.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.