the402 x402 endpoint directory

MCP servers, called rather than listed · we called 16,923 of them · search their tools

Every x402 endpoint we can find, each one called to see what it actually answers and what it quotes. Other directories list what providers claim. This one reports what the endpoint did when we asked it, and says plainly where we could not tell.

Last verified 2026-09-26. We parse the payment challenge, we do not complete a payment.

EndpointStatusPriceNetworkSpecChecked
api.delx.ai x402 pluck
Pluck a key from a list of objects. Call when you extract IDs/fields from agent-held JSON arrays. Returns values list
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 flatten1
Flatten one level of nested lists. Call when you normalize agent-held nested arrays before mapping. Returns flattened
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 chunk-list
Chunk a list into fixed-size batches. Call when you plan batch POSTs under payload ceilings. Returns chunks array and
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 parse-bool-list
Coerce a list of tokens into booleans. Call when you normalize yes/no flags from agent forms. Returns boolean list and
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 cmp-str
Compare two strings lexicographically (-1, 0, 1). Call when you sort or branch on agent string keys. Returns cmp resul
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 unslugify-lite
Turn slugs into Title Case words. Call when you reverse product/path slugs into display labels. Returns title words fr
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 pluralize-lite
Lightweight English pluralization helper. Call when you label counts in agent messages without i18n frameworks. Return
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 kebab-to-camel
Convert kebab-case identifiers to lowerCamelCase. Call when you map URL segments into JS property names. Returns lower
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 camel-to-kebab
Convert camelCase identifiers to kebab-case. Call when you map JS props to CSS/URL tokens. Returns kebab-case text for
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 join-csv
Join fields into a CSV row with proper quoting. Call when you emit CSV without a spreadsheet library. Returns CSV row
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 tsv-row
Join fields into a TSV row. Call when you emit tab-separated rows from agent field lists. Returns TSV row string and f
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 csv-escape
CSV-escape a single field. Call when you build CSV rows from agent fields with commas/quotes. Returns escaped field an
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 unique-sorted
Unique and sort a JSON list. Call when you need stable unique keys for agent set math. Returns sorted unique items and
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 split-lines
Split text into lines. Call when you need per-line processing without local split bugs. Returns lines array and count
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 join-lines
Join an array of lines with a separator. Call when you reassemble agent-held line lists for prompts or files. Returns
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 slugify-lite
Slugify text to lowercase hyphen form. Call when you need product/path slugs from free titles. Returns slug string for
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 json-escape
JSON-escape a string (without surrounding quotes). Call when you embed text into a larger JSON template safely. Return
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 truncate-middle
Truncate long text in the middle with an ellipsis. Call when you keep start+end context inside UI/log width limits. Re
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 dedent-text
Remove common leading whitespace from lines. Call when you normalize agent-held code fences or YAML blocks. Returns de
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 indent-text
Indent every line by N spaces. Call when you format nested blocks for agent prompts or diffs. Returns indented multili
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 extract-emails-lite
Extract email-shaped tokens from free text (shape only). Call when you need candidate emails from agent-held text with
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 extract-ints
Extract signed integers from free text. Call when you parse IDs, ports, or quantities out of messy agent logs. Returns
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 char-freq
Compute character frequency top counts. Call when you inspect distribution before encoding or compression steps. Retur
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 pad-right
Right-pad a string to a target width. Call when you need fixed-width columns for agent logs. Returns padded text and w
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 pad-left
Left-pad a string to a target width. Call when you need fixed-width IDs or zero-padded codes. Returns padded text and
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 repeat-str
Repeat a string a bounded number of times. Call when you build padding/test fixtures without local loops. Returns repe
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 index-of
Find first index of a substring. Call when you need slice boundaries for agent text surgery. Returns index and found f
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 contains-text
Check whether text contains a needle (optional ignore_case). Call when you need a cheap membership check on agent-held
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 ends-with
Check whether text ends with a suffix. Call when you validate file extensions or content-type suffixes. Returns boolea
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 starts-with
Check whether text starts with a prefix. Call when you gate URL/scheme or header prefix checks before egress. Returns
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 count-substr
Count non-overlapping substring occurrences. Call when you preflight how often a token appears in agent-held text. Ret
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 swap-case
Swap letter case for deterministic transform tests. Call when you need a pure case flip without locale rules. Returns
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 title-words
Title-case words for headings and display labels. Call when you need human-readable titles from slug/identifier tokens
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 const-case
Convert free text or identifiers to CONST_CASE. Call when you normalize env var names or enum labels for agent config.
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 kebab-case
Convert free text or identifiers to kebab-case slugs. Call when you need URL path segments, CSS class names, or route
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 snake-to-camel
Convert snake_case identifiers to lowerCamelCase. Call when you map API/DB columns into JS object keys for an agent pa
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 camel-to-snake
Convert camelCase or PascalCase identifiers to snake_case. Call when you need stable Python/JSON field names from JS-s
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 ensure-suffix
Ensure a string ends with a required suffix without duplication — first-party local utility for agent preflight and pr
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 ensure-prefix
Ensure a string starts with a required prefix without duplication — first-party local utility for agent preflight and
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 is-blank
Detect blank or whitespace-only strings before paying downstream — first-party local utility for agent preflight and p
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 csv-row-preview
Split a CSV line into fields with basic quote awareness — first-party local utility for agent preflight and proven mic
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 string-pad
Pad a string to a target width with a fill character — first-party local utility for agent preflight and proven micro-
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 sort-keys
Return object keys sorted lexicographically for stable hashes — first-party local utility for agent preflight and prov
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 dedupe-list
Deduplicate a list while preserving first-seen order — first-party local utility for agent preflight and proven micro-
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 case-camel
Convert text to lowerCamelCase for JSON property naming — first-party local utility for agent preflight and proven mic
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 case-snake
Convert text to snake_case for API fields and file stems — first-party local utility for agent preflight and proven mi
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 nonce-hex
Generate a random hex nonce. Call when you need request nonces for agent idempotency keys. Returns hex nonce and byte
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 hmac-sha256-hex
HMAC-SHA256 hex of text with a secret. Call when you sign agent webhook test payloads offline. Returns hex digest for
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 md5-hex
MD5 hex digest of text. Call when you match legacy content hashes (not for security). Returns hex digest for $0.001 US
answers 402 $0.001 base v2 POST 20d ago
api.delx.ai x402 sha1-hex
SHA-1 hex digest of text. Call when you interoperate with legacy agent checksums. Returns hex digest for $0.001 USDC v
answers 402 $0.001 base v2 POST 20d ago
15623 matching, page 27 of 313 Previous Next