the402 x402 endpoint directory

Every x402 endpoint we can find, each one actually called to see whether it still works and what it really charges. Other directories list what providers claim. This one reports what the endpoint did when we asked it.

EndpointStatusPriceNetworkSpecChecked
agent402.tools api readability-score
Compute Flesch-Kincaid Grade Level, Flesch Reading Ease, Gunning Fog Index, and Automated Readability Index from text.
payable $0.001 base v2 POST 1d ago
agent402.tools api calendar-diff
Calculate the precise difference between two datetimes in years, months, days, hours, minutes, seconds, and total mill
payable $0.001 base v2 GET 1d ago
agent402.tools api defi-tvl
Look up the current Total Value Locked (TVL) for a DeFi protocol via DeFiLlama's public API. Identify the protocol by
payable $0.001 base v2 POST 1d ago
agent402.tools api token-price
Return the current USD spot price for an ERC-20 token, identified by its contract address and network. Sourced from Al
payable $0.001 base v2 POST 1d ago
agent402.tools api color-blindness
Simulate how a color appears to viewers with protanopia (red-blind), deuteranopia (green-blind), or tritanopia (blue-b
payable $0.001 base v2 POST 1d ago
agent402.tools api annuity
Present and future value of a level annuity (equal periodic payments). Supports an ordinary annuity (payments at perio
payable $0.001 base v2 POST 1d ago
agent402.tools api irr
Compute the internal rate of return (IRR) of a cashflow stream — the discount rate at which NPV = 0. Index 0 is treate
payable $0.001 base v2 POST 1d ago
agent402.tools api forecast-eval
Backtest a forecasting method on the input series by holding out the last `testSize` observations, forecasting them, a
payable $0.001 base v2 POST 1d ago
agent402.tools api forecast-naive
Three textbook baseline forecasts: mean (forecast = average of history), naive (forecast = last value), drift (linear
payable $0.001 base v2 POST 1d ago
agent402.tools api correlation
Pearson correlation coefficient between two equal-length numeric series. Returns r (the correlation, -1 to 1), r² (var
payable $0.001 base v2 POST 1d ago
agent402.tools api html-links
Enumerate every <a href> in an HTML string with its anchor text and rel attribute. Optionally resolves relative hrefs
payable $0.001 base v2 POST 1d ago
agent402.tools api color-contrast
Compute the WCAG 2.x contrast ratio between two colors (hex #rgb or #rrggbb) and whether it passes AA/AAA for normal a
payable $0.001 base v2 POST 1d ago
agent402.tools api uuid-v5
Generate a deterministic name-based UUID (version 5, SHA-1) from a namespace + name — the same inputs always yield the
payable $0.001 base v2 POST 1d ago
agent402.tools api text-chunk
Split text into overlapping chunks for RAG ingestion — by characters (default) or by exact LLM tokens. Returns the chu
payable $0.001 base v2 POST 1d ago
agent402.tools api json-pointer
Resolve an RFC 6901 JSON Pointer (e.g. /items/0/name) against a JSON value. Returns the value or found:false.
payable $0.001 base v2 POST 1d ago
agent402.tools api relative-time
Format a timestamp as a human relative phrase ("3 hours ago", "in 2 days") versus now or a reference time.
payable $0.001 base v2 POST 1d ago
agent402.tools api percentage
Percentage helper. op: "of" (a% of b), "change" (% change a→b), "ratio" (a is what % of b).
payable $0.001 base v2 POST 1d ago
agent402.tools api base-convert
Convert an integer between number bases (radix 2-36), e.g. binary↔hex↔decimal. Arbitrary size via BigInt.
payable $0.001 base v2 POST 1d ago
agent402.tools api levenshtein
Levenshtein edit distance between two strings, plus a 0-1 similarity ratio.
payable $0.001 base v2 POST 1d ago
agent402.tools api count
Count characters, words, lines, and (optionally) occurrences of a substring in text.
payable $0.001 base v2 POST 1d ago
agent402.tools api crc32
CRC-32 checksum of a text string (hex), the IEEE polynomial used by zip/png/gzip.
payable $0.001 base v2 POST 1d ago
agent402.tools api iban-validate
Validate an IBAN: country code, length, and the ISO 13616 mod-97 checksum.
payable $0.001 base v2 POST 1d ago
agent402.tools api user-agent
Heuristic user-agent string parser: browser, version, OS, device class, and bot detection.
payable $0.001 base v2 POST 1d ago
agent402.tools api json-format
Validate, pretty-print, or minify JSON. Returns parse errors with position when invalid.
payable $0.001 base v2 POST 1d ago
agent402.tools api base64
Base64 encode or decode text. mode: encode (default) or decode. Handles URL-safe base64 on decode.
payable $0.001 base v2 POST 1d ago
agent402.tools memory log
Tamper-evident history of every change to a namespace — an append-only, hash-chained audit log the server attests to (
payable $0.001 base v2 GET 1d ago
agent402.tools memory incr
Atomically increment (or decrement) a numeric key and return the new value — a coordination primitive for counters, lo
payable $0.001 base v2 POST 1d ago
agent402.tools api leap-year
Check whether a year is a leap year and get related info: days in that year, the next and previous leap years, and the
payable $0.001 base v2 POST 1d ago
agent402.tools api string-similarity
Compute multiple similarity metrics between two strings at once: Dice coefficient, Jaccard index, overlap coefficient
payable $0.001 base v2 POST 1d ago
agent402.tools api constant-compare
Compare two strings in constant time using node:crypto timingSafeEqual, preventing timing side-channel attacks. Return
payable $0.001 base v2 POST 1d ago
agent402.tools api nato-phonetic
Convert text to the NATO phonetic alphabet (Alpha, Bravo, Charlie...) or decode phonetic words back to text. Letters a
payable $0.001 base v2 POST 1d ago
agent402.tools api csv-lint
Validate CSV structure: consistent column counts across rows, properly closed quotes, delimiter detection. Returns row
payable $0.001 base v2 POST 1d ago
agent402.tools api workday-count
Count business days (weekdays) between two dates, optionally excluding US federal holidays (MLK, Presidents Day, Memor
payable $0.001 base v2 GET 1d ago
agent402.tools api timezone-convert
Convert a datetime from one IANA timezone to another. Accepts ISO 8601, Unix timestamps (seconds or milliseconds), or
payable $0.001 base v2 GET 1d ago
agent402.tools api price-coingecko
Live spot price (and optional 24-hour change) for one or more coins from CoinGecko's public Simple Price endpoint. Ide
payable $0.001 base v2 POST 1d ago
agent402.tools api token-metadata
Resolve an ERC-20 contract address to its on-chain metadata: symbol, decimals, name, and logo URL where available. Use
payable $0.001 base v2 POST 1d ago
agent402.tools api color-convert
Convert a color between every common notation (hex, rgb, hsl, oklch) at once, plus return the nearest CSS named color.
payable $0.001 base v2 POST 1d ago
agent402.tools api sharpe-ratio
Risk-adjusted return: (mean return - risk-free rate) / sample standard deviation of returns (n-1). Pass periodsPerYear
payable $0.001 base v2 POST 1d ago
agent402.tools api npv
Compute the net present value of a stream of cashflows at a given discount rate. Index 0 is treated as t=0 (today, not
payable $0.001 base v2 POST 1d ago
agent402.tools api forecast-holt-winters
Holt-Winters triple exponential smoothing — level + trend + seasonal component. Use for series with a repeating cycle
payable $0.001 base v2 POST 1d ago
agent402.tools api outliers
Flag outliers in a numeric series using either the IQR rule (Tukey fences at 1.5·IQR — robust, default) or z-score (|z
payable $0.001 base v2 POST 1d ago
agent402.tools api stats-summary
Compute the full descriptive-stats panel for an array of numbers in one call: count, sum, mean, median, mode, stddev (
payable $0.001 base v2 POST 1d ago
agent402.tools api gunzip
Decompress a base64-encoded gzip payload. Returns the result as utf8 (text) or base64 (binary). Refuses to expand past
payable $0.001 base v2 POST 1d ago
agent402.tools api html-strip
Strip all HTML tags and return plain text. Preserves block-level structure (paragraphs and headings become newline-sep
payable $0.001 base v2 POST 1d ago
agent402.tools api geo-distance
Great-circle distance between two latitude/longitude points using the haversine formula. Returns kilometers and miles.
payable $0.001 base v2 POST 1d ago
agent402.tools api jwt-sign
Mint a signed JSON Web Token (HMAC: HS256 default, HS384, HS512) from a payload + secret. Pairs with jwt-decode/jwt-ve
payable $0.001 base v2 POST 1d ago
agent402.tools api token-count
Count exact LLM tokens for a string using the real OpenAI BPE (o200k_base for gpt-4o/o-series, cl100k_base for gpt-4/g
payable $0.001 base v2 POST 1d ago
agent402.tools api password-strength
Score a password's strength: character-set size, entropy bits, a 0–4 rating, and an estimated offline crack time. The
payable $0.001 base v2 POST 1d ago
agent402.tools api age
Compute a precise age (years, months, days) from a birth date to today (or a given date), plus total days.
payable $0.001 base v2 POST 1d ago
agent402.tools api unit-convert
Convert a value between units of length, mass, temperature, volume, area, speed, time, data, pressure, energy, power,
payable $0.001 base v2 POST 1d ago
14402 matching, page 22 of 289 Previous Next