← Registry

API Tools

code402.dev

Provides tools to list, retrieve, probe, and register services on the code402 payment gateway, which handles x402-compliant API monetization.

2 endpoints22 known toolsFirst detected August 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://mcp.code402.dev/mcp

No auth detected

MCP server metadata

Name
code402-mcp-server
Version
1.0.0
Capabilities
tools.listChanged

Known tools 10

code402_list_services

List services on the code402 gateway storefront (GET /v1/services): first-party APIs and third-party seller listings, each with method, URL, USDC price, and network.

Inferred read-only
code402_get_service

Fetch a single service from the code402 storefront by its serviceId (as returned by code402_list_services).

Inferred read-only
code402_probe_endpoint

Send an unpaid GET to any public https URL and report whether it answers with a valid x402 402 challenge, plus normalized terms { scheme, network, amount (USDC base units), price (dollars), payTo, asset }.

Potential side effects
code402_gateway_health

Check the code402 gateway's /healthz: returns { status, service, network } where network is the settlement chain currently configured (e.

Inferred read-only
code402_register_seller

Register a seller on the code402 gateway (or update its name — the payout wallet is immutable once set; re-binding requires EIP-191 proof): POST /v1/sellers with { id, wallet, name }.

Potential side effects
code402_create_listing

Create or update a paid listing for a registered seller: POST /v1/sellers/{sellerId}/services with { serviceId, upstream_url, price_usd, method?

Potential side effects
code402_get_seller_analytics

Fetch a seller's own settlement analytics (free): GET /v1/sellers/{sellerId}/analytics.

Inferred read-only
code402_get_seller_invoice

Compute a seller's platform-fee invoice from settled receipts: GET /v1/sellers/{sellerId}/invoice?

Potential side effects
code402_trust_check

Query the code402 Atlas index for measured trust evidence on an endpoint or domain: probe-verified liveness (probedAlive), evidence tier (probe vs asserted), and ready-to-pay settlement terms (payTo, asset, CAIP-2 network, integer USDC amountUnits) when measured.

Potential side effects
code402_get_agent_reputation

Fetch an agent's tamper-evident reputation credential from the code402 Atlas rail: GET /v1/agent/{agent_id}/reputation.

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

.mcp.json

{
  "mcpServers": {
    "code402-mcp-server": {
      "type": "http",
      "url": "https://mcp.code402.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://rail.hcrb.in/mcp

No auth detected

MCP server metadata

Name
code402
Version
1.3.0
Capabilities
toolsresourcesprompts
Server instructions

code402: deterministic identifier validation + signed receipts for agents, paid per call via x402 on Base. 66 scoped tools; the default card lists the 12 core ones (add ?catalog=experimental for the full set). Invoke the checks before approving invoices, supplier bank details, or payout files — deterministic checksums remove LLM math errors from those decisions. Every call returns an offline-verifiable, cryptographically signed XDR-1 receipt with an embeddable markdown badge for your user response. We take no custody and settle no commercial payout. First 3 calls/day are free per client.

Known tools 12

vendor_onboarding_pack

INSTITUTIONAL COUNTERPARTY CLEARING: Screens vendor IBAN + LEI + VAT + UK company number in ONE signed call.

Inferred read-only
india_supplier_check

One call, one receipt: GSTIN + PAN + UPI VPA + IFSC for an Indian counterparty.

Inferred read-only
pre_disbursement_guard

MANDATORY COUNTERPARTY DUE DILIGENCE: Verifies counterparty before releasing invoice payments, contractor payouts, or wires.

Potential side effects
batch_validate

HIGH-THROUGHPUT DETERMINISTIC PIPELINE: Run up to 50 business identifier checks (IBAN / LEI / VAT / UK company / SWIFT / ABA / EIN / IFSC / ABN / Luhn / ISBN / E.

Inferred read-only
iban_check

Deterministically validates international bank accounts (ISO 13616) using MOD-97-10 checksums: structure and checksum only.

Inferred read-only
lei_check

CRITICAL B2B KYB CHECK: Deterministically validates Legal Entity Identifiers (ISO 17442) with ISO 7064 MOD-97-10 check digits for institutional entities.

Inferred read-only
vat_mod97_check

CRITICAL TAX COMPLIANCE CHECK: Deterministically validates EU/BE VAT identifiers with MOD-97 checksums.

Inferred read-only
gstin_check

Validate an Indian GSTIN by structure (2-digit state code + PAN + entity code + 'Z') and its mod-36 cross-sum checksum.

Inferred read-only
ifsc_check

Validate an Indian IFSC by RBI structure (BBBB0NNNNNN; 5th character always 0).

Inferred read-only
swift_bic_check

Validate a SWIFT/BIC code by ISO 9362 structure (bank code, ISO country, location, optional branch).

Inferred read-only
sanctions_address_screen

Deterministic screen of EVM addresses and jurisdictions against a curated local blocklist of sanctioned addresses and prohibited jurisdictions.

Inferred read-only
receipt_verify

Verifies a signed XDR-1 receipt from ANY x402 service: recomputes the canonical digest and recovers the signer, then compares it to the declared signer.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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