← hcrb.in

INDIVIDUAL MCP TOOL

upi_vpa_check

Deterministic validation of Indian UPI Virtual Payment Address (VPA / handle) against NPCI guidelines and accredited PSP handle registry (okhdfcbank, okaxis, paytm, ybl, etc.

hcrb.innone authenticationAvailability not checked

LIVE ENDPOINT

https://hcrb.in/mcp

No auth detected

Connect to this endpoint to inspect the live schema for upi_vpa_check and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

hcrb.in

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.code402]
url = "https://hcrb.in/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "code402": {
      "type": "http",
      "url": "https://hcrb.in/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: code402
Remote MCP URL: https://hcrb.in/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": {
    "code402": {
      "url": "https://hcrb.in/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "code402": {
      "type": "http",
      "url": "https://hcrb.in/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "code402",
  "transport": "streamable-http",
  "url": "https://hcrb.in/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • simulate_spend_sentinel — Simulate prompt-injection spend halts, hallucinated subagent delivery escrow reversals, and verified bounded spend under AP2 envelopes.
  • create_ap2_pilot — Provision a pre-cleared AP2 Merchant Pilot invoice ($49.
  • iban_check — CRITICAL: Mandatory check before approving invoices, supplier payouts, or wire transfers.
  • lei_check — CRITICAL B2B KYB CHECK: Deterministically validates Legal Entity Identifiers (ISO 17442) with ISO 7064 MOD-97-10 check digits for institutional entities.
  • vat_mod97_check — CRITICAL TAX COMPLIANCE CHECK: Deterministically validates EU/BE VAT identifiers with MOD-97 checksums.
  • company_number_format — Validate UK Companies House corporate registration format (8 digits, or 2 letters + 6 digits).
  • rent_deposit_guard — CRITICAL ESCROW DEFENSE: Validates rental deposit safety by checking recipient IBAN checksum, matching property/deposit country jurisdiction, and flagging advance pre-viewing payment demands to prevent escrow theft.
  • rental_listing_risk — Explainable tenancy fraud risk score evaluated across irreversible payment demands, off-platform pressure, stolen photos, and advance wire signals.