Get agent-economy payment metrics with real vs nominal volume separation. Filter out wash trading. Three views: summary KPIs, daily trends, top seller leaderboards across x402 and other protocols.
Check a payment card number's structural validity: verify Luhn checksum, detect brand (Visa, Mastercard, etc.), and confirm correct length. Do not assume a card is valid.
Validate a credit card number using the Luhn algorithm and detect its brand. The card number is never logged; only masked details and the validation result are processed.
Mint test ARQCs for EMV verification testing, differential analysis, and cross-implementation checks. Generates reference cryptograms from TDES E0 keys to validate ARQC verification logic.
An MCP server that provides access to Mastercard's BIN Table Resource API, allowing users to look up and interact with Bank Identification Number data through natural language queries.
Verify a payment card number's structural validity: validate the Luhn checksum, detect the brand from the BIN, and check the correct length before using the number.
Validate credit card numbers using Luhn checksum and identify the issuing network from the BIN prefix. Checks brand-specific length and formatting, all processed locally without external lookups.
Verify an EMV Authorization Request Cryptogram (ARQC) for transaction authorization and optionally generate an Authorization Response Cryptogram (ARPC) in the same call.
Filter and retrieve merchant transactions by status, amount, date, card brand, customer email, and more. Returns paginated results with customer and payment details.
Mask credit or debit card numbers to protect sensitive payment data. Shows only the last four digits, supporting all major card types for PCI DSS compliance.
Retrieve daily activity balances broken down by card network, including PIN and signature purchase volumes. Use the 'expand' parameter to break out specific transaction types per network for detailed network-specific transaction analysis.
Find agent spending use cases for prepaid Visa/Mastercard, travel eSIMs, and gift cards funded by USDT TRC-20, with KYT address screening and policy references.
Identify the card network (Visa, Mastercard, American Express, etc.) from a card number's IIN/BIN prefix. Provide digits only to get the network type instantly.