← x402-seller-202595743428.europe-west1.run.app

INDIVIDUAL MCP TOOL

iban_validate

Validate an IBAN (ISO 13616 structure + mod-97 checksum) for 70+ countries.

x402-seller-202595743428.europe-west1.run.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://x402-seller-202595743428.europe-west1.run.app/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

x402-seller-202595743428.europe-west1.run.app

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.eudata402]
url = "https://x402-seller-202595743428.europe-west1.run.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eudata402": {
      "type": "http",
      "url": "https://x402-seller-202595743428.europe-west1.run.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eudata402
Remote MCP URL: https://x402-seller-202595743428.europe-west1.run.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": {
    "eudata402": {
      "url": "https://x402-seller-202595743428.europe-west1.run.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eudata402": {
      "type": "http",
      "url": "https://x402-seller-202595743428.europe-west1.run.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eudata402",
  "transport": "streamable-http",
  "url": "https://x402-seller-202595743428.europe-west1.run.app/mcp"
}
MCP Inspector

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

Related tools

  • kyb_verify_business — KYB / counterparty due diligence in ONE call: sanctions screening + EU VAT validation (VIES) + GLEIF LEI + public entity + IBAN checksum, fused into a single verdict (pass/review/fail) with confidence and flags.
  • sanctions_screen — Screen a person or company name against official sanctions lists: OFAC SDN, OFAC Consolidated (US Treasury) and UK OFSI.
  • eu_vat_validate — Validate an EU VAT number against the official European Commission VIES service and return the registered company name and address.
  • lei_lookup — Look up a Legal Entity Identifier (LEI) in the official GLEIF registry — by 20-char LEI code or company legal name.
  • eu_tenders_search — Search EU public procurement notices (official TED — Tenders Electronic Daily), newest first.
  • entity_resolve — Resolve a company or entity to its public record and cross-linked identifiers (LEI, ISIN, ticker, website, country, inception) via Wikidata.
  • fx_rates — Official ECB foreign-exchange reference rates with optional conversion.
  • crypto_price — Current crypto token price by chain + contract address (DefiLlama).