Paste or drop a payment file (CSV, one record per row) and sweep every record through the November 2026 Fedwire/CHIPS structured-address mandate lint (the same rule set as lint_fedwire_structured_address (art-349), applied per record). Returns a rejection-risk report — violation counts by rule, the worst offenders, and an overall risk score — plus a remediation-worksheet receipt (file digest, per-record findings digest, risk score) so a migration team can triage a whole payment file before the 2026-11-16 cutover instead of discovering rejections message-by-message in production.
address_lines is pipe-separated (|) for multiple AdrLine entries. network is fedwire or chips (defaults to fedwire). Header row optional — if omitted, columns are read in the order above.| # | Network | Structure | Errors | Violation codes |
|---|
Copy this paragraph into Claude, OpenClaw, or any MCP-aware agent to run this exact tool, with this sample, and verify the artifact.
Run the AINumbers MCP tool `sweep_fedwire_addresses`. Task: Batch-sweeps a Fedwire or CHIPS payment file (CSV, one record per row) through the November 2026 structured-address mandate lint (lint_fedwire_structured_address, art-349) per record.
Call it with arguments: {"policy_parameters":{"records":[{"network":"fedwire","street_name":"400 South Hope Street","post_code":"90071","town_name":"Los Angeles","country":"US","country_subdivision":"CA"},{"network":"chips","street_name":"1 Chase Manhattan Plaza","post_code":"10005","town_name":"New York","country":"US"},{"network":"fedwire","town_name":"Zurich","country":"CH","address_lines":["Bahnhofstrasse 1"]}]}}
Verify before trusting: call `verify_execution_hash` on mcp.ainumbers.co (https://mcp.ainumbers.co/mcp) with the parameter `claimed_hash` set to the returned `execution_hash`, passing the full artifact the run returned (the object containing `policy_parameters` + `output_payload` + `execution_hash`; equivalently `policy_parameters` + `output_payload` with `claimed_hash`), not the bare hash string.
Return the ledger link https://ledger.ainumbers.co/ so a human can re-verify without contacting us.
PII rule: All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data — use synthetic or anonymised inputs only.
Open the tool with the sample prefilled: https://ainumbers.co/chaingraph/art-350-fedwire-address-sweep.html#p=v1.H4sIAAAAAAAA_wF2AYn-eyJyZWNvcmRzIjpbeyJuZXR3b3JrIjoiZmVkd2lyZSIsInN0cmVldF9uYW1lIjoiNDAwIFNvdXRoIEhvcGUgU3RyZWV0IiwicG9zdF9jb2RlIjoiOTAwNzEiLCJ0b3duX25hbWUiOiJMb3MgQW5nZWxlcyIsImNvdW50cnkiOiJVUyIsImNvdW50cnlfc3ViZGl2aXNpb24iOiJDQSJ9LHsibmV0d29yayI6ImNoaXBzIiwic3RyZWV0X25hbWUiOiIxIENoYXNlIE1hbmhhdHRhbiBQbGF6YSIsInBvc3RfY29kZSI6IjEwMDA1IiwidG93bl9uYW1lIjoiTmV3IFlvcmsiLCJjb3VudHJ5IjoiVVMifSx7Im5ldHdvcmsiOiJmZWR3aXJlIiwidG93bl9uYW1lIjoiWnVyaWNoIiwiY291bnRyeSI6IkNIIiwiYWRkcmVzc19saW5lcyI6WyJCYWhuaG9mc3RyYXNzZSAxIl19XX1RbtV1dgEAAA