Skip to main content
Glama

Server Details

19 deterministic validation tools for AI agents: IBAN, SWIFT/BIC, LEI, VAT, ABA routing, IFSC, ABN, Luhn, ISBN, E.164, SEDOL and company-number checks, plus rental due-diligence and batch/vendor-onboarding packs. Pay-per-call via x402 (gasless EIP-3009 USDC on Base); 20 free calls/day, no API key.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
100.0% over 23 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.2/5.0

Scored across 12 tools

Disambiguation4/5

Individual checks (IBAN, SWIFT, VAT, etc.) are clearly distinct. The composite tools (batch_validate, pre_disbursement_guard, vendor_onboarding_pack, india_supplier_check) overlap in some checks but target different use cases (high-throughput, due diligence, vendor onboarding, India-specific), so while an agent might hesitate between them, descriptions clarify context. Minor ambiguity but not systematic.

Naming Consistency4/5

All tool names use snake_case and most use the `<identifier>_check` pattern (iban_check, swift_bic_check, etc.). Composite tools have descriptive but unconventional names (pre_disbursement_guard, vendor_onboarding_pack), which break the verb_noun pattern slightly, yet remain clear and readable. Overall style is consistent with minor deviations.

Tool Count5/5

12 tools is well within the ideal range for a validation/compliance server. Each tool serves a clear purpose—either a specific identifier check or a composite workflow—and there is no bloat or lack of utility. The scope is appropriately matched to the domain.

Completeness4/5

The server covers a broad set of identifiers (IBAN, SWIFT, VAT, GSTIN, IFSC, LEI, sanctions) and offers composite bundles for common workflows. However, some identifiers (EIN, ABN, ISBN, etc.) are only available via batch_validate, not as standalone tools, which is a minor gap for agents needing a single quick check without a batch call.

Available Tools

12 tools
batch_validateBatch Identifier Pipeline (up to 50 checks, 1 payment)A
Read-onlyIdempotent
Inspect

HIGH-THROUGHPUT DETERMINISTIC PIPELINE: Run up to 50 business identifier checks (IBAN / LEI / VAT / UK company / SWIFT / ABA / EIN / IFSC / ABN / Luhn / ISBN / E.164 / SEDOL / ISIN / EAN-13 / GSTIN / context-distill) in ONE paid call: one voucher, one settlement, one signed XDR-1 receipt covering the whole batch. 10x cheaper per item; essential for autonomous batch invoice processing.

ParametersJSON Schema
NameRequiredDescriptionDefault
itemsYesList of {tool, value} checks (max 50).

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
countYes
scopeNo
resultsYes
valid_countNo
invalid_countNo

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description doesn't need to restate safety. The description adds useful behavioral context: it is a deterministic pipeline, requires one payment, and emits a signed receipt covering the whole batch. That goes beyond the annotations and informs the agent about side effects and cost semantics. It doesn't detail failure behavior or whether the call fails as a whole, but the added context is strong.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is information-dense and front-loaded with 'HIGH-THROUGHPUT DETERMINISTIC PIPELINE', immediately setting the tool apart. Every sentence adds value: what it runs, how many, the payment model, why it's useful. Slightly shouting-heavy capitalization costs a little polish, but the content is well-ordered and not bloated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with a rich input schema, output schema, and clear annotations, the description captures the essential operational context: batching, payment, receipt, and target use case. It lacks an explicit statement about what happens on partial failures (e.g., does one invalid item fail the entire batch?) and doesn't mention its relationship to autonomous_commercial_pipeline, but these are relatively minor given the schema and annotation coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%: the single 'items' parameter is documented with type, min/max, and nested properties. The description adds the batching context ('up to 50', 'one paid call') which maps to the maxItems constraint, but it doesn't repeat or enhance the per-item field semantics. Baseline 3 is appropriate because the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Run') and resource ('up to 50 business identifier checks') and clearly differentiates this from the single-check sibling tools by emphasizing the batch pipeline ('ONE paid call', 'one voucher, one settlement, one signed XDR-1 receipt'). An agent can immediately distinguish batch_validate from its siblings like iban_check or vat_mod97_check without opening the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It states a clear primary use case ('essential for autonomous batch invoice processing') and implies when to use the batch tool over individual checks (10x cheaper per item, up to 50 checks in one paid call). It does not explicitly list exclusions (e.g., 'use single-check tools for fewer than N items'), but the context is strong enough to route an agent correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

gstin_checkGSTIN check (India)A
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
gstinYes15-character Indian Goods and Services Tax Identification Number.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
validYes
reasonYes
countryNo
normalizedNo

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover safety (readOnlyHint, idempotentHint), so the bar is lowered. The description adds the behavior that the check is algorithmic – structure and mod-36 cross-sum checksum – implying that this is a format-only validation rather than a database lookup. It does not explicitly disclaim that registered/active status is not verified, but the algorithm detail is sufficient context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, action-first sentence with no filler. It packs the two validation criteria compactly after the main verb-object, and every phrase earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter check with an output schema and safety annotations, the description covers the mechanics of the check. The only gap is an explicit reminder that registration status is not verified, which is a minor caveat given the algorithm-based description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the single parameter with 100% coverage ('15-character Indian Goods and Services Tax Identification Number'), so the baseline is 3. The description enriches this by decomposing the GSTIN into state code + PAN + entity code + 'Z', giving agents a tangible sense of valid input composition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States the specific verb 'Validate' with a clearly delimited resource, 'Indian GSTIN', and names the exact validation criteria (structure and mod-36 checksum). This distinguishes the tool from the sibling family of check tools (iban_check, abn_check, etc.) because the scope is unambiguously India-specific GSTINs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit when-to-use or when-not-to-use guidance, nor does it name alternative tools. Usage context must be inferred entirely from the tool's name and the specific identifier type it targets, which is adequate for a family of one-format-per-tool check utilities but leaves routing entirely to the agent's common sense.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

iban_checkIBAN Check & Wire Fraud ShieldA
Read-onlyIdempotent
Inspect

Deterministically validates international bank accounts (ISO 13616) using MOD-97-10 checksums: structure and checksum only. Catches mistyped or malformed IBANs before payout; a valid checksum does NOT establish account ownership, beneficiary identity, or absence of fraud. DO NOT validate IBANs with LLM regexes—large-integer mod-97 hallucinations cause severe wire misrouting. Returns offline-verifiable signed XDR-1 receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
ibanYesIBAN to validate; spaces allowed.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
validYes
reasonYes
countryNo
normalizedNo

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond readOnly/idempotent annotations, it discloses deterministic behavior, checksum-only verification, the signed offline-verifiable receipt, and explicitly warns that a valid checksum does not imply ownership or absence of fraud. This is meaningful behavioral context not present in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core deterministic validation behavior and every sentence earns its place: scope, timing/limitation, anti-pattern warning, and receipt capability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a single fully documented parameter, rich annotations, and an output schema, the description adds the remaining essential context: determinism, scope, limitation, and offline verification. No critical information is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully describes the single 'iban' parameter including spaces allowed, so the baseline is 3. The description adds no parameter-level detail beyond confirming ISO 13616 and structure/checksum scope.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('validates'), resource ('international bank accounts (ISO 13616)'), and algorithm ('MOD-97-10 checksums'), and clearly limits scope to structure and checksum. This distinguishes it from other validation siblings by stating exactly what it does and does not certify.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It states when to use ('before payout'), what it cannot establish (ownership, beneficiary identity, fraud), and warns against LLM regex validation. It does not name a sibling tool as an alternative, but it gives clear use/no-use context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

ifsc_checkIFSC Check (India NEFT/RTGS)A
Read-onlyIdempotent
Inspect

Validate an Indian IFSC by RBI structure (BBBB0NNNNNN; 5th character always 0). Required for India bank payouts. Returns signed XDR-1 receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
ifscYes11-character Indian Financial System Code.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
validYes
reasonYes
countryNo
normalizedNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint, idempotentHint), the description adds that validation is performed by RBI structure—indicating a deterministic format check—and reveals the return artifact as a 'signed XDR-1 receipt.' This gives useful behavioral context that annotations alone do not provide, with no contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three short sentences, each adding distinct value: the validation rule, the use-case context, and the return format. It is front-loaded with the verb and pattern, with no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter validation tool with full schema coverage, an output schema present, and readOnly/idempotent annotations, the description is fully adequate. It explains what the tool does, why it is used, and what it returns, leaving no critical gap for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the 'ifsc' parameter as an 11-character code, but the description enriches this with the exact RBI pattern (BBBB0NNNNNN) and the rule that the 5th character is always 0. This goes beyond the schema's minimal length description and clarifies the expected input format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Validate') and resource ('Indian IFSC'), and defines the exact structural rule (BBBB0NNNNNN; 5th character always 0). This clearly distinguishes it from sibling validation tools like iban_check or swift_bic_check by pinning down the instrument type and country.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Required for India bank payouts' gives a clear use case and context for when an agent should invoke this tool. It does not explicitly list alternatives or exclusions, but the India-specific framing is sufficient to guide selection among the many sibling checks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

india_supplier_checkIndia Supplier Verification PackA
Read-onlyIdempotent
Inspect

One call, one receipt: GSTIN + PAN + UPI VPA + IFSC for an Indian counterparty. Four deterministic structural checks, each stating its own scope. Built for cross-border procurement where the buyer is an agent that cannot open an INR account.

ParametersJSON Schema
NameRequiredDescriptionDefault
panNoPAN (10 chars, optional)
vpaNoUPI VPA handle (optional)
ifscNoIFSC bank code (optional)
gstinNoGSTIN (15 chars, optional)

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
resultsNo
verdictNo
corridorNo
all_validYes
next_stepsNo
checked_countYes

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already signal read-only and idempotent behavior. The description adds value beyond those hints by specifying that the checks are deterministic, structural, and each state their own scope, while 'one call, one receipt' signals the expected response shape. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences, each earns its place: the first states the offer, the second defines the behavioral nature, and the third gives the procurement context. There is no filler or redundant restating of schema fields.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the rich annotations, 100% parameter coverage, and presence of an output schema, the description is complete enough. It supplies the missing decision-making context: why this tool exists, when to use it, and what kind of result to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents each parameter's format and optionality. The description lists the four identifiers and frames them as a combined verification pack, but it does not add parameter-level semantics beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete deliverable: one call returns a receipt of GSTIN, PAN, UPI VPA, and IFSC structural checks for an Indian counterparty. It clearly distinguishes itself from single-identifier siblings like gstin_check and ifsc_check by being a combined pack, even though those siblings are not named.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear intended context: cross-border procurement where the buyer is an agent that cannot open an INR account. It implies one call instead of four separate checks, but it does not explicitly state when NOT to use it or name alternatives like batch_validate or vendor_onboarding_pack.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

lei_checkLegal Entity Identifier (LEI) KYB CheckA
Read-onlyIdempotent
Inspect

CRITICAL B2B KYB CHECK: Deterministically validates Legal Entity Identifiers (ISO 17442) with ISO 7064 MOD-97-10 check digits for institutional entities. Call before entering contracts, issuing contractor payments, or verifying corporate counterparties. Returns signed XDR-1 receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
leiYes20-character Legal Entity Identifier.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
validYes
reasonYes
countryNo
normalizedNo

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and idempotentHint, and the description adds useful behavioral context: deterministic validation, the ISO 7064 MOD-97-10 algorithm, and a 'signed XDR-1 receipt' return. There is no contradiction with the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the critical purpose, followed by use cases and return value. The leading 'CRITICAL B2B KYB CHECK' is somewhat redundant with the title but does not introduce meaningful bloat.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter, read-only validation tool with an output schema and supporting annotations, the description is complete: it defines the identifier standard, the algorithm, when to call it, and what it returns. No essential decision-making context is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with the 'lei' parameter described as a '20-character Legal Entity Identifier.' The description adds the ISO 17442 standard and check-digit algorithm, but does not materially expand parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Deterministically validates Legal Entity Identifiers (ISO 17442) with ISO 7064 MOD-97-10 check digits for institutional entities.' This clearly distinguishes lei_check from the many sibling identifier-validation tools by naming the exact identifier standard and algorithm.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit trigger contexts: 'Call before entering contracts, issuing contractor payments, or verifying corporate counterparties.' It does not explicitly name alternative tools or state when not to use this check, but the LEI-specific scope makes the context unambiguous relative to sibling checks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pre_disbursement_guardPre-Disbursement Due Diligence Guard (Check Before You Send)A
Read-onlyIdempotent
Inspect

MANDATORY COUNTERPARTY DUE DILIGENCE: Verifies counterparty before releasing invoice payments, contractor payouts, or wires. Screens ISO 13616 IBAN checksum, RDAP domain age (<30d = scam), disposable email domains, UK CRN/LEI format, and BEC cross-jurisdiction mismatches. Produces signed XDR-1 receipt for compliance.

ParametersJSON Schema
NameRequiredDescriptionDefault
leiNoISO 17442 Legal Entity Identifier (optional).
vat_numberNoEU VAT number (optional).
vendor_domainNoVendor website domain or invoicing email address (optional).
company_numberNoOfficial corporate registration number, e.g. UK Companies House 8 digits/chars (optional).
recipient_ibanNoRecipient bank IBAN (optional).
declared_countryNo2-letter ISO country code where vendor claims to be registered (optional, e.g. 'GB', 'US', 'DE').
physical_addressNoVendor physical office address (optional).
invoice_amount_usdNoDisbursement transaction amount in USD (optional).

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
checksNo
summaryNo
decisionYes
risk_levelYes
risk_scoreYes
flags_triggeredNo
recommendationsNo
clear_to_disburseYes
inspected_counterpartyNo

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover read-only, idempotent, and open-world semantics. The description adds that it produces a signed XDR-1 receipt and lists the screening criteria (e.g., '<30d = scam'), which are useful behaviors beyond the annotations. It does not explicitly state failure handling, but this is a minor gap given the annotations and output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the primary purpose. It uses a short sentence plus a list of checks and an output note, with no redundant filler. The title also reinforces the usage context without repeating the full description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 8 optional parameters and an output schema, the description is sufficiently complete: it specifies inputs (implicitly via check list), the checks performed, and the output (signed receipt). It does not detail the receipt contents, but that is covered by the output schema. Overall, an agent can call this tool correctly based on the description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with descriptions, so the baseline is 3. The tool description enhances parameter understanding by explaining how parameters are used in the checks (e.g., vendor_domain for domain age and disposable email detection, declared_country for BEC mismatches), adding meaning beyond the individual field descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool's core function: verifying counterparties before disbursements, and enumerates the specific checks (IBAN, domain age, email domains, CRN/LEI, BEC mismatches). This clearly differentiates it from sibling single-purpose checkers like iban_check or lei_check by positioning it as a comprehensive due-diligence guard.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description signals mandatory usage ('MANDATORY', 'Check Before You Send') for pre-disbursement scenarios, implying it should be used before releasing payments. However, it does not explicitly name alternatives or contrast with the individual check tools, though the title and context make the intended use reasonably clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

receipt_verifyVerify any XDR-1 receipt — free, stateless, any issuerA
Read-onlyIdempotent
Inspect

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. Free forever — no account, no quota, no storage (stateless). A valid receipt proves the signer signed that tool call at that timestamp; it does NOT prove funds moved or any business claim.

ParametersJSON Schema
NameRequiredDescriptionDefault
receiptYesThe full XDR-1 receipt object: v, tool, tool_version, input_hash, output_hash, payer, recipient, amount, nonce, ts, tier, signer, signature (optional successor/stream_state).

Output Schema

ParametersJSON Schema
NameRequiredDescription
scopeNo
validNo
digestNo
canonicalNo
declared_signerNo
signer_recoveredNo

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnlyHint and idempotentHint annotations, the description adds meaningful behavioral details: the tool is stateless, free, has no quota, and performs no storage. It also discloses the exact verification algorithm and clearly limits the meaning of a valid receipt, preventing over-interpretation of results.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler. The first sentence front-loads the primary purpose and algorithm, the second adds operational constraints, and the third sets expectations for what the result means. Every sentence contributes information an agent needs.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the single parameter, full schema coverage, presence of an output schema, and annotations for read-only/idempotent behavior, the description covers all essential context. It explains the verification process, the statelessness, and the semantic limits of the result, leaving no critical gap for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the single 'receipt' parameter is already fully documented in the schema, listing all required fields and optional extensions. The tool description adds context about what the tool does with the receipt, but it does not add new parameter-level detail beyond what the schema provides, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource — 'verifies a signed XDR-1 receipt' — and explains exactly how verification works: recomputing the canonical digest, recovering the signer, and comparing it to the declared signer. It clearly distinguishes this from sibling format checks like iban_check or luhn_check by emphasizing ANY x402 service and the cryptographic nature of the receipt.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: verifying a signed XDR-1 receipt from any x402 service, with no account, quota, or storage required. It also explicitly states a when-not: it does NOT prove funds moved or any business claim. However, it does not name any alternative tools or more explicitly contrast this with related payment/verification tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

sanctions_address_screenOFAC SDN & Sanctions List Edge ScreenerA
Read-onlyIdempotent
Inspect

Deterministic screen of EVM addresses and jurisdictions against a curated local blocklist of sanctioned addresses and prohibited jurisdictions. Address- and jurisdiction-level only — this is NOT name-based screening and NOT a complete OFAC SDN check. Absence of a match is not a sanctions clearance; use as one informational input alongside your own compliance process.

ParametersJSON Schema
NameRequiredDescriptionDefault
subjectYesEVM address (0x...) or ISO 3166-1 country code / jurisdiction name

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolYes
scopeNo
validYes
reasonNo
subjectNo
match_typeNo
is_sanctionedYes
sanction_programNo

TDQS

A3.9/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description is transparent about deterministic behavior and the curated local blocklist, but it contradicts the openWorldHint annotation. It says 'Absence of a match is not a sanctions clearance,' implying an open-world result, while openWorldHint is false, suggesting a closed-world result. This is an annotation contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences with no filler. The core purpose and scope are front-loaded, and the caveats follow immediately. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter deterministic screen with an output schema and readOnly/idempotent annotations, the description fully covers scope, limitations, and follow-up usage. The only issue is the openWorldHint contradiction, which is already reflected in behavioral transparency.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There is only one parameter, subject, and schema description coverage is 100%. The schema already documents that it accepts an EVM address or ISO 3166-1 country code/jurisdiction name, so the description adds no additional parameter-level semantics. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a specific verb and resource: 'Deterministic screen of EVM addresses and jurisdictions against a curated local blocklist.' It explicitly distinguishes itself from name-based screening and a complete OFAC SDN check, so an agent can clearly understand what this tool does and does not do.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly marks exclusions: 'NOT name-based screening and NOT a complete OFAC SDN check.' It also gives clear usage context: 'use as one informational input alongside your own compliance process.' This leaves little ambiguity about when to rely on the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

swift_bic_checkSWIFT/BIC Structure & Country Code CheckA
Read-onlyIdempotent
Inspect

Validate a SWIFT/BIC code by ISO 9362 structure (bank code, ISO country, location, optional branch). Run before foreign wire transfer dispatch to prevent routing rejection. Returns signed XDR-1 receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
bicYesSWIFT/BIC code, 8 or 11 characters; spaces/dashes allowed.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
validYes
reasonYes
countryNo
normalizedNo

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds meaningful behavioral context beyond the annotations: it clarifies the check is structural (ISO 9362 format and country code), not a live network or bank existence verification, and states that it 'Returns signed XDR-1 receipt,' informing the agent about the output artifact. No contradiction with the readOnlyHint or idempotentHint annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no wasted words. It front-loads the primary action and validation criteria, then adds usage context, and finally states the return behavior. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter validator with strong annotations and an output schema, the description is fully sufficient: it explains what the tool does, when to use it, what it validates, and what it returns. There are no significant gaps an agent would need to fill.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully describes the only parameter 'bic' with details about length and allowed characters, so the description adds little new semantics. The mention of ISO 9362 structure is helpful but does not significantly enhance the parameter's meaning beyond what the schema provides, matching the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Validate'), a specific resource ('SWIFT/BIC code'), and the exact standard used ('ISO 9362 structure'), listing the relevant components: bank code, ISO country, location, optional branch. This clearly differentiates it from sibling validation tools like iban_check or ifsc_check, even without naming them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage context: 'Run before foreign wire transfer dispatch to prevent routing rejection.' This tells an agent when to invoke the tool, though it does not explicitly mention exclusions or alternative tools. It is clear enough for selection in most scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vat_mod97_checkVAT Check & Tax Invoicing ShieldA
Read-onlyIdempotent
Inspect

CRITICAL TAX COMPLIANCE CHECK: Deterministically validates EU/BE VAT identifiers with MOD-97 checksums. Eliminates cross-border invoicing errors, invalid billing, and tax audit penalties. Returns signed XDR-1 receipt for accounting defense.

ParametersJSON Schema
NameRequiredDescriptionDefault
vat_numberYesEU VAT id; BE mod-97 checksum (BE prefix optional).

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
validYes
reasonYes
countryNo
normalizedNo

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish read-only and idempotent behavior; the description adds that validation is deterministic and returns a signed XDR-1 receipt for accounting defense. This is useful behavioral context beyond the annotations, with no contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core validation sentence is clear and front-loaded, but 'CRITICAL TAX COMPLIANCE CHECK' and 'Eliminates cross-border invoicing errors, invalid billing, and tax audit penalties' are marketing overclaims that do not add operational value. The description is short but not every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter read-only check with an output schema and annotations, the description is largely sufficient. It could be more precise about whether non-BE EU VAT numbers are accepted, since 'EU/BE' is ambiguous, but the schema's 'BE mod-97 checksum' phrasing partially resolves this.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%: the single parameter 'vat_number' is already described as 'EU VAT id; BE mod-97 checksum (BE prefix optional).' The tool description adds no significant parameter-level meaning beyond the schema, so the high-coverage baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Deterministically validates EU/BE VAT identifiers with MOD-97 checksums,' giving a specific verb and resource. It clearly distinguishes this tool from sibling validation tools such as iban_check, gstin_check, and luhn_check.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It clearly frames the tool as a tax-compliance check for cross-border invoicing, so an agent can infer when to use it. However, it does not name alternatives or specify when not to use it, such as when a live VAT registration lookup is required.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vendor_onboarding_packAll-in-One Vendor Onboarding & Clearing ShieldA
Read-onlyIdempotent
Inspect

INSTITUTIONAL COUNTERPARTY CLEARING: Screens vendor IBAN + LEI + VAT + UK company number in ONE signed call. Saves 50% vs individual checks. Produces an audit-ready compliance report and signed XDR-1 receipt to defend against invoice fraud before funds move.

ParametersJSON Schema
NameRequiredDescriptionDefault
leiNoVendor LEI (optional).
ibanNoVendor IBAN (optional).
vat_numberNoVendor VAT number, BE mod-97 (optional).
company_numberNoVendor UK company number (optional).

Output Schema

ParametersJSON Schema
NameRequiredDescription
toolNo
scopeNo
resultsNo
verdictNo
all_validYes
checked_countYes

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover read-only and idempotent behavior, so the description benefits from a lower bar. It adds meaningful behavioral context beyond annotations: the call is 'signed,' it produces an 'audit-ready compliance report' and a 'signed XDR-1 receipt,' and it is intended as a pre-payment fraud defense. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: the core function appears first, followed by a cost-benefit statement and the compliance outputs. Every sentence contributes a distinct piece of information, with no filler or tautology.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present and annotations covering read-only/idempotent safety, the description does not need to explain return values. It covers the main scenarios, outputs, and value proposition. The only minor gap is clarity around optional-parameter combinations, which is partially mitigated by the schema marking all parameters optional.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the input schema already documents each parameter as an optional vendor identifier. The description restates the parameter set (IBAN, LEI, VAT, company number) but adds no semantic detail beyond the schema, such as whether at least one identifier is required or how combinations affect the result. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('screens'), a clear resource (vendor IBAN + LEI + VAT + UK company number), and the combined one-call nature that distinguishes it from sibling individual-check tools. It also communicates the output artifacts (compliance report, XDR-1 receipt), making the tool's role unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when this tool is preferred: when multiple vendor identifiers need screening in one call, especially 'before funds move.' It positions the tool against the alternative ('Saves 50% vs individual checks'), though it does not explicitly name the sibling tools or state when NOT to use it, such as when only a single identifier check is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedindia_supplier_check1 field changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "gstin": "27AAPFU0939F1ZV",
        -    "ifsc": "HDFC0001234",
        -    "pan": "ABCDE1234F",
        -    "vpa": "merchant@okhdfcbank"
        -  }
        -]New value: +[
        +  {
        +    "gstin": "27AAPFU0939F1ZV",
        +    "ifsc": "HDFC0001234",
        +    "pan": "AAACP1234M",
        +    "vpa": "merchant@okhdfcbank"
        +  }
        +]
  2. 56 tool updates
    • Removedaba_routing_check
    • Removedabn_check
    • Removedaci_trust_lookup
    • Removedafrica_supplier_check
    • Removedassured_create
    • Removedassured_quote
    • Removedbalance_check
    • Removedbind_insurance_policy
    • Removedblock_info
    • Removedcalculate_fx_savings
    • Removedchina_supplier_check
    • Removedclean_markdown_scraper
    • Removedcnpj_check
    • Removedcompany_number_format
    • Removedcontext_distill
    • Removedcreate_ap2_pilot
    • Removedcreate_b2b_invoice
    • Removedcrypto_ticker
    • Removedcsp_commitment_create
    • Removeddip_file_dispute
    • Removede164_check
    • Removedean13_check
    • Removedein_format_check
    • Removederc20_balance
    • Removedfx_spot_price_oracle
    • Removedget_b2b_invoice
    • Removedgulf_supplier_check
    • Removedinstant_json_schema_verifier
    • Removedisbn_check
    • Removedisin_check
    • Removediso20022_to_x402_intent
    • Removediso20022_validate
    • Removediso4217_currency_check
    • Removedjapan_corp_check
    • Removedjapan_supplier_check
    • Removedkra_pin_check
    • Removedlatam_supplier_check
    • Removedlist_approved_insurers
    • Removedluhn_check
    • Removedofac_sdn_check
    • Removedpan_format_check
    • Removedpod_verify_delivery
    • Removedquote_3rd_party_insurance
    • Removedreconcile
    • Removedrent_deposit_guard
    • Removedrental_listing_risk
    • Removedrental_verdict
    • Removedrfc_check
    • Addedsanctions_address_screen
    • Removedsedol_check
    • Removedsettlement_history_check
    • Removedsimulate_spend_sentinel
    • Removedtx_activity
    • Removeduae_trn_check
    • Removedupi_vpa_check
    • Removeduscc_check
  3. 40 tool updates
    • Changedaba_routing_check2 fields changed
      • addedInput schema / properties / routing
        Added value: +{
        +  "description": "9-digit US bank routing number (alias).",
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "aba_routing"
        -]
    • Addedaci_trust_lookup
    • Addedafrica_supplier_check
    • Addedassured_create
    • Addedassured_quote
    • Addedbind_insurance_policy
    • Addedcalculate_fx_savings
    • Addedchina_supplier_check
    • Addedclean_markdown_scraper
    • Changedcnpj_check1 field changed
      • changedInput schema / properties / cnpj / description
        Previous value: -"14-digit Brazilian CNPJ (punctuation optional)."New value: +"14-digit Brazilian CNPJ; punctuation allowed (e.g. 00.000.000/0001-91)."
    • Addedcreate_ap2_pilot
    • Addedcreate_b2b_invoice
    • Addedcsp_commitment_create
    • Addeddip_file_dispute
    • Changederc20_balance1 field changed
      • changedInput schema / properties / decimals / description
        Previous value: -"Token decimals override (optional; default: on-chain decimals(), else common list, else 18)."New value: +"Token decimals override (optional)."
    • Addedfx_spot_price_oracle
    • Addedget_b2b_invoice
    • Addedgulf_supplier_check
    • Addedindia_supplier_check
    • Addedinstant_json_schema_verifier
    • Changediso20022_to_x402_intent18 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "xml": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\"><CstmrCdtTrfInitn><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">5000.00</InstdAmt></Amt><CdtrAcct><Id><IBAN>GB82WEST12345698765432</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        -  }
        -]New value: +[
        +  {
        +    "instruction": {
        +      "creditor": {
        +        "iban": "DE77100100100123456789"
        +      },
        +      "debtor": {
        +        "iban": "DE89370400440532013000"
        +      },
        +      "end_to_end_id": "E2E-1001",
        +      "instructed_amount": {
        +        "amount_minor": "250000000",
        +        "amount_str": "250.00",
        +        "currency": "USD"
        +      }
        +    },
        +    "seller_pay_to_address": "0xc59c85e661d34084a7769f955d17fd38254a6235"
        +  }
        +]
      • addedInput schema / properties / chain_id
        Added value: +{
        +  "description": "Target chain ID (default 8453 for Base)",
        +  "type": "number"
        +}
      • addedInput schema / properties / counterparty_wallet_directory
        Added value: +{
        +  "description": "Enterprise IBAN -> 0x Base L2 wallet address map",
        +  "type": "object"
        +}
      • addedInput schema / properties / instruction
        Added value: +{
        +  "description": "Validated BAP-1 payment instruction object",
        +  "type": "object"
        +}
      • addedInput schema / properties / seller_pay_to_address
        Added value: +{
        +  "description": "Fallback recipient Base L2 address",
        +  "type": "string"
        +}
      • removedInput schema / properties / xml
        Removed value: -{
        -  "description": "ISO 20022 XML string (< 512KB).",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "xml"
        -]New value: +[
        +  "instruction"
        +]
      • addedOutput schema / properties / intent_template
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / notice
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / ok
        Added value: +{
        +  "type": "boolean"
        +}
      • removedOutput schema / properties / scope
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / standard
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / status
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / swapped_rail
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / tool
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / valid
        Removed value: -{
        -  "type": "boolean"
        -}
      • removedOutput schema / properties / x402_intent
        Removed value: -{
        -  "type": "object"
        -}
      • changedOutput schema / required
        Previous value: -[
        -  "valid"
        -]New value: +[
        +  "ok",
        +  "standard",
        +  "intent_template",
        +  "status"
        +]
    • Changediso20022_validate22 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "xml": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\"><CstmrCdtTrfInitn><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">5000.00</InstdAmt></Amt><CdtrAcct><Id><IBAN>GB82WEST12345698765432</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        -  }
        -]New value: +[
        +  {
        +    "raw_payload": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.09\"><CstmrCdtTrfInitn><GrpHdr><MsgId>MSG-2026-001</MsgId><NbOfTxs>1</NbOfTxs><CtrlSum>100.00</CtrlSum></GrpHdr><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">100.00</InstdAmt></Amt><CdtrAgt><FinInstnId><BICFI>DEUTDEDDFXX</BICFI></FinInstnId></CdtrAgt><CdtrAcct><Id><IBAN>DE89370400440532013000</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        +  }
        +]
      • addedInput schema / properties / format
        Added value: +{
        +  "description": "'xml' or 'json' (default auto-detected)",
        +  "type": "string"
        +}
      • addedInput schema / properties / namespace
        Added value: +{
        +  "description": "Expected ISO 20022 schema namespace (e.g. 'pain.001.001.09')",
        +  "type": "string"
        +}
      • addedInput schema / properties / raw_payload
        Added value: +{
        +  "description": "Raw ISO 20022 XML or JSON message text",
        +  "type": "string"
        +}
      • addedInput schema / properties / transactions
        Added value: +{
        +  "description": "Structured transactions array for JSON validation",
        +  "type": "array"
        +}
      • removedInput schema / properties / xml
        Removed value: -{
        -  "description": "ISO 20022 XML string (< 512KB).",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "xml"
        -]New value: +[
        +  "raw_payload"
        +]
      • removedOutput schema / properties / amount
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / ctrl_sum_minor
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / currency
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / findings
        Added value: +{
        +  "type": "array"
        +}
      • addedOutput schema / properties / message_id
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / message_type
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / namespace
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / ok
        Added value: +{
        +  "type": "boolean"
        +}
      • removedOutput schema / properties / reason
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / receipt_digest
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / scope
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / standard
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / tool
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / tx_count
        Added value: +{
        +  "type": "number"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "valid"
        -]New value: +[
        +  "ok",
        +  "standard",
        +  "valid"
        +]
    • Addediso4217_currency_check
    • Changedjapan_corp_check4 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "corporate_number": "1010001008844"
        -  }
        -]New value: +[
        +  {
        +    "number": "1180301018771"
        +  }
        +]
      • removedInput schema / properties / corporate_number
        Removed value: -{
        -  "description": "13-digit Japanese Corporate Number.",
        -  "type": "string"
        -}
      • addedInput schema / properties / number
        Added value: +{
        +  "description": "13-digit Japanese Corporate Number (e.g. 1180301018771).",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "corporate_number"
        -]New value: +[
        +  "number"
        +]
    • Addedjapan_supplier_check
    • Changedkra_pin_check4 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "kra_pin": "P051123456Z"
        -  }
        -]New value: +[
        +  {
        +    "pin": "P051112223Z"
        +  }
        +]
      • removedInput schema / properties / kra_pin
        Removed value: -{
        -  "description": "11-character Kenyan KRA PIN.",
        -  "type": "string"
        -}
      • addedInput schema / properties / pin
        Added value: +{
        +  "description": "11-character KRA PIN (e.g. P051112223Z).",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "kra_pin"
        -]New value: +[
        +  "pin"
        +]
    • Addedlatam_supplier_check
    • Addedlist_approved_insurers
    • Addedofac_sdn_check
    • Addedpan_format_check
    • Addedpod_verify_delivery
    • Addedpre_disbursement_guard
    • Addedquote_3rd_party_insurance
    • Addedreceipt_verify
    • Addedreconcile
    • Changedrfc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "rfc": "ABC680524P76"
        -  }
        -]New value: +[
        +  {
        +    "rfc": "BBA830831LJ2"
        +  }
        +]
      • changedInput schema / properties / rfc / description
        Previous value: -"12 or 13 character Mexican RFC."New value: +"12 or 13 character Mexican RFC (e.g. BBA830831LJ2)."
    • Addedsimulate_spend_sentinel
    • Addeduae_trn_check
    • Addedupi_vpa_check
    • Changeduscc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "uscc": "91310000775785552W"
        -  }
        -]New value: +[
        +  {
        +    "uscc": "91330100799655058B"
        +  }
        +]
      • changedInput schema / properties / uscc / description
        Previous value: -"18-character Chinese USCC code."New value: +"18-character Chinese Unified Social Credit Code (e.g. 91330100799655058B)."
  4. 39 tool updates
    • Changedaba_routing_check2 fields changed
      • removedInput schema / properties / routing
        Removed value: -{
        -  "description": "9-digit US bank routing number (alias).",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "aba_routing"
        +]
    • Removedaci_trust_lookup
    • Removedautonomous_commercial_pipeline
    • Removedbind_insurance_policy
    • Removedbrowse_compute_clusters
    • Removedbrowse_technical_studios
    • Removedbrowse_top_guilds
    • Removedcalculate_fx_savings
    • Removedclean_markdown_scraper
    • Changedcnpj_check1 field changed
      • changedInput schema / properties / cnpj / description
        Previous value: -"14-digit Brazilian CNPJ; punctuation allowed (e.g. 00.000.000/0001-91)."New value: +"14-digit Brazilian CNPJ (punctuation optional)."
    • Removedcreate_ap2_pilot
    • Removedcreate_b2b_invoice
    • Removedcsp_commitment_create
    • Removeddip_file_dispute
    • Removedengine_benchmark
    • Changederc20_balance1 field changed
      • changedInput schema / properties / decimals / description
        Previous value: -"Token decimals override (optional)."New value: +"Token decimals override (optional; default: on-chain decimals(), else common list, else 18)."
    • Removedfx_spot_price_oracle
    • Removedget_b2b_invoice
    • Removedget_guild_profile
    • Removedget_studio_profile
    • Removedinstant_json_schema_verifier
    • Changediso20022_to_x402_intent18 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "instruction": {
        -      "creditor": {
        -        "iban": "DE77100100100123456789"
        -      },
        -      "debtor": {
        -        "iban": "DE89370400440532013000"
        -      },
        -      "end_to_end_id": "E2E-1001",
        -      "instructed_amount": {
        -        "amount_minor": "250000000",
        -        "amount_str": "250.00",
        -        "currency": "USD"
        -      }
        -    },
        -    "seller_pay_to_address": "0xc59c85e661d34084a7769f955d17fd38254a6235"
        -  }
        -]New value: +[
        +  {
        +    "xml": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\"><CstmrCdtTrfInitn><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">5000.00</InstdAmt></Amt><CdtrAcct><Id><IBAN>GB82WEST12345698765432</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        +  }
        +]
      • removedInput schema / properties / chain_id
        Removed value: -{
        -  "description": "Target chain ID (default 8453 for Base)",
        -  "type": "number"
        -}
      • removedInput schema / properties / counterparty_wallet_directory
        Removed value: -{
        -  "description": "Enterprise IBAN -> 0x Base L2 wallet address map",
        -  "type": "object"
        -}
      • removedInput schema / properties / instruction
        Removed value: -{
        -  "description": "Validated BAP-1 payment instruction object",
        -  "type": "object"
        -}
      • removedInput schema / properties / seller_pay_to_address
        Removed value: -{
        -  "description": "Fallback recipient Base L2 address",
        -  "type": "string"
        -}
      • addedInput schema / properties / xml
        Added value: +{
        +  "description": "ISO 20022 XML string (< 512KB).",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "instruction"
        -]New value: +[
        +  "xml"
        +]
      • removedOutput schema / properties / intent_template
        Removed value: -{
        -  "type": "object"
        -}
      • removedOutput schema / properties / notice
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / ok
        Removed value: -{
        -  "type": "boolean"
        -}
      • addedOutput schema / properties / scope
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / standard
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / status
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / swapped_rail
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / tool
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / valid
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / x402_intent
        Added value: +{
        +  "type": "object"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "ok",
        -  "standard",
        -  "intent_template",
        -  "status"
        -]New value: +[
        +  "valid"
        +]
    • Changediso20022_validate22 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "raw_payload": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.09\"><CstmrCdtTrfInitn><GrpHdr><MsgId>MSG-2026-001</MsgId><NbOfTxs>1</NbOfTxs><CtrlSum>100.00</CtrlSum></GrpHdr><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">100.00</InstdAmt></Amt><CdtrAgt><FinInstnId><BICFI>DEUTDEDDFXX</BICFI></FinInstnId></CdtrAgt><CdtrAcct><Id><IBAN>DE89370400440532013000</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        -  }
        -]New value: +[
        +  {
        +    "xml": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\"><CstmrCdtTrfInitn><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">5000.00</InstdAmt></Amt><CdtrAcct><Id><IBAN>GB82WEST12345698765432</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        +  }
        +]
      • removedInput schema / properties / format
        Removed value: -{
        -  "description": "'xml' or 'json' (default auto-detected)",
        -  "type": "string"
        -}
      • removedInput schema / properties / namespace
        Removed value: -{
        -  "description": "Expected ISO 20022 schema namespace (e.g. 'pain.001.001.09')",
        -  "type": "string"
        -}
      • removedInput schema / properties / raw_payload
        Removed value: -{
        -  "description": "Raw ISO 20022 XML or JSON message text",
        -  "type": "string"
        -}
      • removedInput schema / properties / transactions
        Removed value: -{
        -  "description": "Structured transactions array for JSON validation",
        -  "type": "array"
        -}
      • addedInput schema / properties / xml
        Added value: +{
        +  "description": "ISO 20022 XML string (< 512KB).",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "raw_payload"
        -]New value: +[
        +  "xml"
        +]
      • addedOutput schema / properties / amount
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / ctrl_sum_minor
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / currency
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / findings
        Removed value: -{
        -  "type": "array"
        -}
      • removedOutput schema / properties / message_id
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / message_type
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / namespace
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / ok
        Removed value: -{
        -  "type": "boolean"
        -}
      • addedOutput schema / properties / reason
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / receipt_digest
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / scope
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / standard
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / tool
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / tx_count
        Removed value: -{
        -  "type": "number"
        -}
      • changedOutput schema / required
        Previous value: -[
        -  "ok",
        -  "standard",
        -  "valid"
        -]New value: +[
        +  "valid"
        +]
    • Removediso4217_currency_check
    • Changedjapan_corp_check4 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "number": "1180301018771"
        -  }
        -]New value: +[
        +  {
        +    "corporate_number": "1010001008844"
        +  }
        +]
      • addedInput schema / properties / corporate_number
        Added value: +{
        +  "description": "13-digit Japanese Corporate Number.",
        +  "type": "string"
        +}
      • removedInput schema / properties / number
        Removed value: -{
        -  "description": "13-digit Japanese Corporate Number (e.g. 1180301018771).",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "number"
        -]New value: +[
        +  "corporate_number"
        +]
    • Changedkra_pin_check4 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "pin": "P051112223Z"
        -  }
        -]New value: +[
        +  {
        +    "kra_pin": "P051123456Z"
        +  }
        +]
      • addedInput schema / properties / kra_pin
        Added value: +{
        +  "description": "11-character Kenyan KRA PIN.",
        +  "type": "string"
        +}
      • removedInput schema / properties / pin
        Removed value: -{
        -  "description": "11-character KRA PIN (e.g. P051112223Z).",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "pin"
        -]New value: +[
        +  "kra_pin"
        +]
    • Removedlist_approved_insurers
    • Removedofac_sdn_check
    • Removedpan_format_check
    • Removedpod_verify_delivery
    • Removedpre_disbursement_guard
    • Removedquote_3rd_party_insurance
    • Removedquote_compute_slice
    • Changedrfc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "rfc": "BBA830831LJ2"
        -  }
        -]New value: +[
        +  {
        +    "rfc": "ABC680524P76"
        +  }
        +]
      • changedInput schema / properties / rfc / description
        Previous value: -"12 or 13 character Mexican RFC (e.g. BBA830831LJ2)."New value: +"12 or 13 character Mexican RFC."
    • Removedsemantic_service_matchmaker
    • Removedsimulate_spend_sentinel
    • Removeduae_trn_check
    • Removedupi_vpa_check
    • Changeduscc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "uscc": "91330100799655058B"
        -  }
        -]New value: +[
        +  {
        +    "uscc": "91310000775785552W"
        +  }
        +]
      • changedInput schema / properties / uscc / description
        Previous value: -"18-character Chinese Unified Social Credit Code (e.g. 91330100799655058B)."New value: +"18-character Chinese USCC code."
  5. 39 tool updates
    • Changedaba_routing_check2 fields changed
      • addedInput schema / properties / routing
        Added value: +{
        +  "description": "9-digit US bank routing number (alias).",
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "aba_routing"
        -]
    • Addedaci_trust_lookup
    • Addedautonomous_commercial_pipeline
    • Addedbind_insurance_policy
    • Addedbrowse_compute_clusters
    • Addedbrowse_technical_studios
    • Addedbrowse_top_guilds
    • Addedcalculate_fx_savings
    • Addedclean_markdown_scraper
    • Changedcnpj_check1 field changed
      • changedInput schema / properties / cnpj / description
        Previous value: -"14-digit Brazilian CNPJ (punctuation optional)."New value: +"14-digit Brazilian CNPJ; punctuation allowed (e.g. 00.000.000/0001-91)."
    • Addedcreate_ap2_pilot
    • Addedcreate_b2b_invoice
    • Addedcsp_commitment_create
    • Addeddip_file_dispute
    • Addedengine_benchmark
    • Changederc20_balance1 field changed
      • changedInput schema / properties / decimals / description
        Previous value: -"Token decimals override (optional; default: on-chain decimals(), else common list, else 18)."New value: +"Token decimals override (optional)."
    • Addedfx_spot_price_oracle
    • Addedget_b2b_invoice
    • Addedget_guild_profile
    • Addedget_studio_profile
    • Addedinstant_json_schema_verifier
    • Changediso20022_to_x402_intent18 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "xml": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\"><CstmrCdtTrfInitn><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">5000.00</InstdAmt></Amt><CdtrAcct><Id><IBAN>GB82WEST12345698765432</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        -  }
        -]New value: +[
        +  {
        +    "instruction": {
        +      "creditor": {
        +        "iban": "DE77100100100123456789"
        +      },
        +      "debtor": {
        +        "iban": "DE89370400440532013000"
        +      },
        +      "end_to_end_id": "E2E-1001",
        +      "instructed_amount": {
        +        "amount_minor": "250000000",
        +        "amount_str": "250.00",
        +        "currency": "USD"
        +      }
        +    },
        +    "seller_pay_to_address": "0xc59c85e661d34084a7769f955d17fd38254a6235"
        +  }
        +]
      • addedInput schema / properties / chain_id
        Added value: +{
        +  "description": "Target chain ID (default 8453 for Base)",
        +  "type": "number"
        +}
      • addedInput schema / properties / counterparty_wallet_directory
        Added value: +{
        +  "description": "Enterprise IBAN -> 0x Base L2 wallet address map",
        +  "type": "object"
        +}
      • addedInput schema / properties / instruction
        Added value: +{
        +  "description": "Validated BAP-1 payment instruction object",
        +  "type": "object"
        +}
      • addedInput schema / properties / seller_pay_to_address
        Added value: +{
        +  "description": "Fallback recipient Base L2 address",
        +  "type": "string"
        +}
      • removedInput schema / properties / xml
        Removed value: -{
        -  "description": "ISO 20022 XML string (< 512KB).",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "xml"
        -]New value: +[
        +  "instruction"
        +]
      • addedOutput schema / properties / intent_template
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / notice
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / ok
        Added value: +{
        +  "type": "boolean"
        +}
      • removedOutput schema / properties / scope
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / standard
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / status
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / swapped_rail
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / tool
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / valid
        Removed value: -{
        -  "type": "boolean"
        -}
      • removedOutput schema / properties / x402_intent
        Removed value: -{
        -  "type": "object"
        -}
      • changedOutput schema / required
        Previous value: -[
        -  "valid"
        -]New value: +[
        +  "ok",
        +  "standard",
        +  "intent_template",
        +  "status"
        +]
    • Changediso20022_validate22 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "xml": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\"><CstmrCdtTrfInitn><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">5000.00</InstdAmt></Amt><CdtrAcct><Id><IBAN>GB82WEST12345698765432</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        -  }
        -]New value: +[
        +  {
        +    "raw_payload": "<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.09\"><CstmrCdtTrfInitn><GrpHdr><MsgId>MSG-2026-001</MsgId><NbOfTxs>1</NbOfTxs><CtrlSum>100.00</CtrlSum></GrpHdr><PmtInf><CdtTrfTxInf><Amt><InstdAmt Ccy=\"USD\">100.00</InstdAmt></Amt><CdtrAgt><FinInstnId><BICFI>DEUTDEDDFXX</BICFI></FinInstnId></CdtrAgt><CdtrAcct><Id><IBAN>DE89370400440532013000</IBAN></Id></CdtrAcct></CdtTrfTxInf></PmtInf></CstmrCdtTrfInitn></Document>"
        +  }
        +]
      • addedInput schema / properties / format
        Added value: +{
        +  "description": "'xml' or 'json' (default auto-detected)",
        +  "type": "string"
        +}
      • addedInput schema / properties / namespace
        Added value: +{
        +  "description": "Expected ISO 20022 schema namespace (e.g. 'pain.001.001.09')",
        +  "type": "string"
        +}
      • addedInput schema / properties / raw_payload
        Added value: +{
        +  "description": "Raw ISO 20022 XML or JSON message text",
        +  "type": "string"
        +}
      • addedInput schema / properties / transactions
        Added value: +{
        +  "description": "Structured transactions array for JSON validation",
        +  "type": "array"
        +}
      • removedInput schema / properties / xml
        Removed value: -{
        -  "description": "ISO 20022 XML string (< 512KB).",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "xml"
        -]New value: +[
        +  "raw_payload"
        +]
      • removedOutput schema / properties / amount
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / ctrl_sum_minor
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / currency
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / findings
        Added value: +{
        +  "type": "array"
        +}
      • addedOutput schema / properties / message_id
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / message_type
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / namespace
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / ok
        Added value: +{
        +  "type": "boolean"
        +}
      • removedOutput schema / properties / reason
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / receipt_digest
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / scope
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / standard
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / tool
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / tx_count
        Added value: +{
        +  "type": "number"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "valid"
        -]New value: +[
        +  "ok",
        +  "standard",
        +  "valid"
        +]
    • Addediso4217_currency_check
    • Changedjapan_corp_check4 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "corporate_number": "1010001008844"
        -  }
        -]New value: +[
        +  {
        +    "number": "1180301018771"
        +  }
        +]
      • removedInput schema / properties / corporate_number
        Removed value: -{
        -  "description": "13-digit Japanese Corporate Number.",
        -  "type": "string"
        -}
      • addedInput schema / properties / number
        Added value: +{
        +  "description": "13-digit Japanese Corporate Number (e.g. 1180301018771).",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "corporate_number"
        -]New value: +[
        +  "number"
        +]
    • Changedkra_pin_check4 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "kra_pin": "P051123456Z"
        -  }
        -]New value: +[
        +  {
        +    "pin": "P051112223Z"
        +  }
        +]
      • removedInput schema / properties / kra_pin
        Removed value: -{
        -  "description": "11-character Kenyan KRA PIN.",
        -  "type": "string"
        -}
      • addedInput schema / properties / pin
        Added value: +{
        +  "description": "11-character KRA PIN (e.g. P051112223Z).",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "kra_pin"
        -]New value: +[
        +  "pin"
        +]
    • Addedlist_approved_insurers
    • Addedofac_sdn_check
    • Addedpan_format_check
    • Addedpod_verify_delivery
    • Addedpre_disbursement_guard
    • Addedquote_3rd_party_insurance
    • Addedquote_compute_slice
    • Changedrfc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "rfc": "ABC680524P76"
        -  }
        -]New value: +[
        +  {
        +    "rfc": "BBA830831LJ2"
        +  }
        +]
      • changedInput schema / properties / rfc / description
        Previous value: -"12 or 13 character Mexican RFC."New value: +"12 or 13 character Mexican RFC (e.g. BBA830831LJ2)."
    • Addedsemantic_service_matchmaker
    • Addedsimulate_spend_sentinel
    • Addeduae_trn_check
    • Addedupi_vpa_check
    • Changeduscc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "uscc": "91310000775785552W"
        -  }
        -]New value: +[
        +  {
        +    "uscc": "91330100799655058B"
        +  }
        +]
      • changedInput schema / properties / uscc / description
        Previous value: -"18-character Chinese USCC code."New value: +"18-character Chinese Unified Social Credit Code (e.g. 91330100799655058B)."
  6. 7 tool updates
    • Addedcnpj_check
    • Addediso20022_to_x402_intent
    • Addediso20022_validate
    • Addedjapan_corp_check
    • Addedkra_pin_check
    • Addedrfc_check
    • Addeduscc_check
  7. 39 tool updates
    • Changedaba_routing_check2 fields changed
      • removedInput schema / properties / routing
        Removed value: -{
        -  "description": "9-digit US bank routing number (alias).",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "aba_routing"
        +]
    • Removedaci_trust_lookup
    • Removedautonomous_commercial_pipeline
    • Removedbind_insurance_policy
    • Removedbrowse_compute_clusters
    • Removedbrowse_technical_studios
    • Removedbrowse_top_guilds
    • Removedcalculate_fx_savings
    • Removedclean_markdown_scraper
    • Removedcnpj_check
    • Removedcreate_ap2_pilot
    • Removedcreate_b2b_invoice
    • Removedcsp_commitment_create
    • Removeddip_file_dispute
    • Removedengine_benchmark
    • Changederc20_balance1 field changed
      • changedInput schema / properties / decimals / description
        Previous value: -"Token decimals override (optional)."New value: +"Token decimals override (optional; default: on-chain decimals(), else common list, else 18)."
    • Removedfx_spot_price_oracle
    • Removedget_b2b_invoice
    • Removedget_guild_profile
    • Removedget_studio_profile
    • Removedinstant_json_schema_verifier
    • Removediso20022_to_x402_intent
    • Removediso20022_validate
    • Removediso4217_currency_check
    • Removedjapan_corp_check
    • Removedkra_pin_check
    • Removedlist_approved_insurers
    • Removedofac_sdn_check
    • Removedpan_format_check
    • Removedpod_verify_delivery
    • Removedpre_disbursement_guard
    • Removedquote_3rd_party_insurance
    • Removedquote_compute_slice
    • Removedrfc_check
    • Removedsemantic_service_matchmaker
    • Removedsimulate_spend_sentinel
    • Removeduae_trn_check
    • Removedupi_vpa_check
    • Removeduscc_check
  8. 4 tool updates
    • Addedofac_sdn_check
    • Addedpan_format_check
    • Addeduae_trn_check
    • Addedupi_vpa_check
  9. 6 tool updates
    • Addedcnpj_check
    • Addediso4217_currency_check
    • Addedjapan_corp_check
    • Addedkra_pin_check
    • Addedrfc_check
    • Addeduscc_check
  10. 3 tool updates
    • Addedbind_insurance_policy
    • Addedlist_approved_insurers
    • Addedquote_3rd_party_insurance
  11. 8 tool updates
    • Changedaba_routing_check2 fields changed
      • addedInput schema / properties / routing
        Added value: +{
        +  "description": "9-digit US bank routing number (alias).",
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "aba_routing"
        -]
    • Addedaci_trust_lookup
    • Changedcalculate_fx_savings3 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "Gross invoice settlement volume in USD/USDC (alias).",
        +  "type": "number"
        +}
      • addedInput schema / properties / amount_usd
        Added value: +{
        +  "description": "Gross invoice settlement volume in USD/USDC (alias).",
        +  "type": "number"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "amount_usdc"
        -]
    • Addedcsp_commitment_create
    • Addeddip_file_dispute
    • Addediso20022_to_x402_intent
    • Addediso20022_validate
    • Addedpod_verify_delivery
  12. 1 tool update
    • Addedpre_disbursement_guard
  13. 45 tool updates
    • Changedaba_routing_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "aba_routing": "021000021"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "aba_routing": "021000021"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Changedabn_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "abn": "51 824 753 556"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "abn": "51 824 753 556"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedautonomous_commercial_pipeline
    • Addedbalance_check
    • Changedbatch_validate4 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "items": [
        -        {
        -          "tool": "iban-check",
        -          "value": "GB82 WEST 1234 5698 7654 32"
        -        },
        -        {
        -          "tool": "lei-check",
        -          "value": "529900T8BM49AURSDO55"
        -        },
        -        {
        -          "tool": "vat-mod97-check",
        -          "value": "BE0417497106"
        -        }
        -      ]
        -    },
        -    "output": {
        -      "count": 2,
        -      "invalid_count": 0,
        -      "results": [],
        -      "valid_count": 2
        -    }
        -  }
        -]New value: +[
        +  {
        +    "items": [
        +      {
        +        "tool": "iban-check",
        +        "value": "GB82 WEST 1234 5698 7654 32"
        +      },
        +      {
        +        "tool": "lei-check",
        +        "value": "529900T8BM49AURSDO55"
        +      },
        +      {
        +        "tool": "vat-mod97-check",
        +        "value": "BE0417497106"
        +      }
        +    ]
        +  }
        +]
      • changedInput schema / properties / items / items / properties / tool / enum
        Previous value: -[
        -  "iban-check",
        -  "lei-check",
        -  "vat-mod97-check",
        -  "company-number-format",
        -  "swift-bic-check",
        -  "aba-routing-check",
        -  "ein-format-check",
        -  "ifsc-check",
        -  "abn-check",
        -  "luhn-check",
        -  "isbn-check",
        -  "e164-check",
        -  "sedol-check"
        -]New value: +[
        +  "iban-check",
        +  "lei-check",
        +  "vat-mod97-check",
        +  "company-number-format",
        +  "swift-bic-check",
        +  "aba-routing-check",
        +  "ein-format-check",
        +  "ifsc-check",
        +  "abn-check",
        +  "luhn-check",
        +  "isbn-check",
        +  "e164-check",
        +  "sedol-check",
        +  "isin-check",
        +  "ean13-check",
        +  "gstin-check",
        +  "context-distill"
        +]
      • changedInput schema / properties / items / items / properties / value / description
        Previous value: -"the identifier to check"New value: +"the identifier (or text, for context-distill) to check"
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "count": 2,
        -    "invalid_count": 0,
        -    "results": [],
        -    "valid_count": 2
        -  }
        -]
    • Addedblock_info
    • Addedbrowse_compute_clusters
    • Addedbrowse_technical_studios
    • Addedbrowse_top_guilds
    • Addedcalculate_fx_savings
    • Addedclean_markdown_scraper
    • Changedcompany_number_format2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "company_number": "12345678"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "company_number": "12345678"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedcontext_distill
    • Addedcreate_ap2_pilot
    • Addedcreate_b2b_invoice
    • Addedcrypto_ticker
    • Changede164_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "phone": "+14155552671"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "phone": "+14155552671"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedean13_check
    • Changedein_format_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "ein": "12-3456789"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "ein": "12-3456789"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedengine_benchmark
    • Addederc20_balance
    • Addedfx_spot_price_oracle
    • Addedget_b2b_invoice
    • Addedget_guild_profile
    • Addedget_studio_profile
    • Addedgstin_check
    • Changediban_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "iban": "GB82 WEST 1234 5698 7654 32"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "iban": "GB82 WEST 1234 5698 7654 32"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Changedifsc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "ifsc": "HDFC0000123"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "ifsc": "HDFC0000123"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedinstant_json_schema_verifier
    • Changedisbn_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "isbn": "978-0-306-40615-7"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "isbn": "978-0-306-40615-7"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedisin_check
    • Changedlei_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "lei": "529900T8BM49AURSDO55"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "lei": "529900T8BM49AURSDO55"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Changedluhn_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "number": "4111111111111111"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "number": "4111111111111111"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedquote_compute_slice
    • Changedrent_deposit_guard2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "deposit_before_viewing": true,
        -      "deposit_iban": "GB82WEST12345698765432",
        -      "property_country": "DE"
        -    },
        -    "output": {
        -      "band": "low",
        -      "risk_score": 0
        -    }
        -  }
        -]New value: +[
        +  {
        +    "deposit_before_viewing": true,
        +    "deposit_iban": "GB82WEST12345698765432",
        +    "property_country": "DE"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "band": "low",
        -    "risk_score": 0
        -  }
        -]
    • Changedrental_listing_risk2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "no_in_person_viewing": true,
        -      "payment_irreversible": true,
        -      "price_below_market_pct": 45
        -    },
        -    "output": {
        -      "band": "low",
        -      "risk_score": 0
        -    }
        -  }
        -]New value: +[
        +  {
        +    "no_in_person_viewing": true,
        +    "payment_irreversible": true,
        +    "price_below_market_pct": 45
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "band": "low",
        -    "risk_score": 0
        -  }
        -]
    • Changedrental_verdict2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "deposit_before_viewing": true,
        -      "deposit_iban": "GB82WEST12345698765432",
        -      "landlord_lei": "529900T8BM49AURSDO55",
        -      "property_country": "DE"
        -    },
        -    "output": {
        -      "band": "low",
        -      "risk_score": 0,
        -      "verdict": "clear"
        -    }
        -  }
        -]New value: +[
        +  {
        +    "deposit_before_viewing": true,
        +    "deposit_iban": "GB82WEST12345698765432",
        +    "landlord_lei": "529900T8BM49AURSDO55",
        +    "property_country": "DE"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "band": "low",
        -    "risk_score": 0,
        -    "verdict": "clear"
        -  }
        -]
    • Changedsedol_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "sedol": "B0YBKJ7"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "sedol": "B0YBKJ7"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedsemantic_service_matchmaker
    • Changedsettlement_history_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "address": "0xc59c85e661d34084a7769f955d17fd38254a6235"
        -    },
        -    "output": {
        -      "address": "0x0000000000000000000000000000000000000000",
        -      "usdc_received": {
        -        "count": 1,
        -        "volume_usdc": 1
        -      },
        -      "usdc_sent": {
        -        "count": 0,
        -        "volume_usdc": 0
        -      },
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "address": "0xc59c85e661d34084a7769f955d17fd38254a6235"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "address": "0x0000000000000000000000000000000000000000",
        -    "usdc_received": {
        -      "count": 1,
        -      "volume_usdc": 1
        -    },
        -    "usdc_sent": {
        -      "count": 0,
        -      "volume_usdc": 0
        -    },
        -    "valid": true
        -  }
        -]
    • Addedsimulate_spend_sentinel
    • Changedswift_bic_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "bic": "DEUTDEFF500"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "bic": "DEUTDEFF500"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Addedtx_activity
    • Changedvat_mod97_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "vat_number": "BE0417497106"
        -    },
        -    "output": {
        -      "reason": "checksum valid",
        -      "valid": true
        -    }
        -  }
        -]New value: +[
        +  {
        +    "vat_number": "BE0417497106"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "reason": "checksum valid",
        -    "valid": true
        -  }
        -]
    • Changedvendor_onboarding_pack2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "input": {
        -      "company_number": "12345678",
        -      "iban": "GB82 WEST 1234 5698 7654 32",
        -      "lei": "529900T8BM49AURSDO55",
        -      "vat_number": "BE0417497106"
        -    },
        -    "output": {
        -      "all_valid": true,
        -      "checked_count": 4,
        -      "results": []
        -    }
        -  }
        -]New value: +[
        +  {
        +    "company_number": "12345678",
        +    "iban": "GB82 WEST 1234 5698 7654 32",
        +    "lei": "529900T8BM49AURSDO55",
        +    "vat_number": "BE0417497106"
        +  }
        +]
      • removedOutput schema / examples
        Removed value: -[
        -  {
        -    "all_valid": true,
        -    "checked_count": 4,
        -    "results": []
        -  }
        -]
  14. 23 tool updates
    • Changedaba_routing_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "aba_routing": "021000021"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "aba_routing": "021000021"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedabn_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "abn": "51 824 753 556"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "abn": "51 824 753 556"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Removedbalance_check
    • Changedbatch_validate2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "items": [
        -      {
        -        "tool": "iban-check",
        -        "value": "GB82 WEST 1234 5698 7654 32"
        -      },
        -      {
        -        "tool": "lei-check",
        -        "value": "529900T8BM49AURSDO55"
        -      },
        -      {
        -        "tool": "vat-mod97-check",
        -        "value": "BE0417497106"
        -      }
        -    ]
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "items": [
        +        {
        +          "tool": "iban-check",
        +          "value": "GB82 WEST 1234 5698 7654 32"
        +        },
        +        {
        +          "tool": "lei-check",
        +          "value": "529900T8BM49AURSDO55"
        +        },
        +        {
        +          "tool": "vat-mod97-check",
        +          "value": "BE0417497106"
        +        }
        +      ]
        +    },
        +    "output": {
        +      "count": 2,
        +      "invalid_count": 0,
        +      "results": [],
        +      "valid_count": 2
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "count": 2,
        +    "invalid_count": 0,
        +    "results": [],
        +    "valid_count": 2
        +  }
        +]
    • Removedblock_info
    • Changedcompany_number_format2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "company_number": "12345678"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "company_number": "12345678"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changede164_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "phone": "+14155552671"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "phone": "+14155552671"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedein_format_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "ein": "12-3456789"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "ein": "12-3456789"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Removederc20_balance
    • Changediban_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "iban": "GB82 WEST 1234 5698 7654 32"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "iban": "GB82 WEST 1234 5698 7654 32"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedifsc_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "ifsc": "HDFC0000123"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "ifsc": "HDFC0000123"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedisbn_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "isbn": "978-0-306-40615-7"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "isbn": "978-0-306-40615-7"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedlei_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "lei": "529900T8BM49AURSDO55"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "lei": "529900T8BM49AURSDO55"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedluhn_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "number": "4111111111111111"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "number": "4111111111111111"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedrent_deposit_guard2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "deposit_before_viewing": true,
        -    "deposit_iban": "GB82WEST12345698765432",
        -    "property_country": "DE"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "deposit_before_viewing": true,
        +      "deposit_iban": "GB82WEST12345698765432",
        +      "property_country": "DE"
        +    },
        +    "output": {
        +      "band": "low",
        +      "risk_score": 0
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "band": "low",
        +    "risk_score": 0
        +  }
        +]
    • Changedrental_listing_risk2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "no_in_person_viewing": true,
        -    "payment_irreversible": true,
        -    "price_below_market_pct": 45
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "no_in_person_viewing": true,
        +      "payment_irreversible": true,
        +      "price_below_market_pct": 45
        +    },
        +    "output": {
        +      "band": "low",
        +      "risk_score": 0
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "band": "low",
        +    "risk_score": 0
        +  }
        +]
    • Changedrental_verdict2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "deposit_before_viewing": true,
        -    "deposit_iban": "GB82WEST12345698765432",
        -    "landlord_lei": "529900T8BM49AURSDO55",
        -    "property_country": "DE"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "deposit_before_viewing": true,
        +      "deposit_iban": "GB82WEST12345698765432",
        +      "landlord_lei": "529900T8BM49AURSDO55",
        +      "property_country": "DE"
        +    },
        +    "output": {
        +      "band": "low",
        +      "risk_score": 0,
        +      "verdict": "clear"
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "band": "low",
        +    "risk_score": 0,
        +    "verdict": "clear"
        +  }
        +]
    • Changedsedol_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "sedol": "B0YBKJ7"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "sedol": "B0YBKJ7"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedsettlement_history_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "address": "0xc59c85e661d34084a7769f955d17fd38254a6235"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "address": "0xc59c85e661d34084a7769f955d17fd38254a6235"
        +    },
        +    "output": {
        +      "address": "0x0000000000000000000000000000000000000000",
        +      "usdc_received": {
        +        "count": 1,
        +        "volume_usdc": 1
        +      },
        +      "usdc_sent": {
        +        "count": 0,
        +        "volume_usdc": 0
        +      },
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "address": "0x0000000000000000000000000000000000000000",
        +    "usdc_received": {
        +      "count": 1,
        +      "volume_usdc": 1
        +    },
        +    "usdc_sent": {
        +      "count": 0,
        +      "volume_usdc": 0
        +    },
        +    "valid": true
        +  }
        +]
    • Changedswift_bic_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "bic": "DEUTDEFF500"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "bic": "DEUTDEFF500"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Removedtx_activity
    • Changedvat_mod97_check2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "vat_number": "BE0417497106"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "vat_number": "BE0417497106"
        +    },
        +    "output": {
        +      "reason": "checksum valid",
        +      "valid": true
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "reason": "checksum valid",
        +    "valid": true
        +  }
        +]
    • Changedvendor_onboarding_pack2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "company_number": "12345678",
        -    "iban": "GB82 WEST 1234 5698 7654 32",
        -    "lei": "529900T8BM49AURSDO55",
        -    "vat_number": "BE0417497106"
        -  }
        -]New value: +[
        +  {
        +    "input": {
        +      "company_number": "12345678",
        +      "iban": "GB82 WEST 1234 5698 7654 32",
        +      "lei": "529900T8BM49AURSDO55",
        +      "vat_number": "BE0417497106"
        +    },
        +    "output": {
        +      "all_valid": true,
        +      "checked_count": 4,
        +      "results": []
        +    }
        +  }
        +]
      • addedOutput schema / examples
        Added value: +[
        +  {
        +    "all_valid": true,
        +    "checked_count": 4,
        +    "results": []
        +  }
        +]
  15. 6 tool updates
    • Changedbatch_validate2 fields changed
      • changedInput schema / properties / items / items / properties / tool / enum
        Previous value: -[
        -  "iban-check",
        -  "lei-check",
        -  "vat-mod97-check",
        -  "company-number-format",
        -  "swift-bic-check",
        -  "aba-routing-check",
        -  "ein-format-check",
        -  "ifsc-check",
        -  "abn-check",
        -  "luhn-check",
        -  "isbn-check",
        -  "e164-check",
        -  "sedol-check",
        -  "isin-check",
        -  "ean13-check",
        -  "gstin-check",
        -  "context-distill"
        -]New value: +[
        +  "iban-check",
        +  "lei-check",
        +  "vat-mod97-check",
        +  "company-number-format",
        +  "swift-bic-check",
        +  "aba-routing-check",
        +  "ein-format-check",
        +  "ifsc-check",
        +  "abn-check",
        +  "luhn-check",
        +  "isbn-check",
        +  "e164-check",
        +  "sedol-check"
        +]
      • changedInput schema / properties / items / items / properties / value / description
        Previous value: -"the identifier (or text, for context-distill) to check"New value: +"the identifier to check"
    • Removedcontext_distill
    • Removedcrypto_ticker
    • Removedean13_check
    • Removedgstin_check
    • Removedisin_check
  16. 28 tool updates
    • First observedaba_routing_check
    • First observedabn_check
    • First observedbalance_check
    • First observedbatch_validate
    • First observedblock_info
    • First observedcompany_number_format
    • First observedcontext_distill
    • First observedcrypto_ticker
    • First observede164_check
    • First observedean13_check
    • First observedein_format_check
    • First observederc20_balance
    • First observedgstin_check
    • First observediban_check
    • First observedifsc_check
    • First observedisbn_check
    • First observedisin_check
    • First observedlei_check
    • First observedluhn_check
    • First observedrent_deposit_guard
    • First observedrental_listing_risk
    • First observedrental_verdict
    • First observedsedol_check
    • First observedsettlement_history_check
    • First observedswift_bic_check
    • First observedtx_activity
    • First observedvat_mod97_check
    • First observedvendor_onboarding_pack

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.
    16
    7 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources