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-25. We parse the payment challenge, we do not complete a payment.

EndpointStatusPriceNetworkSpecChecked
agent402.tools api case
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, lower, UPPER.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api json-format
Validate, pretty-print, or minify JSON. Returns parse errors with position when invalid.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api captcha-generate
Mint a stateless captcha challenge to gate your OWN endpoint: returns a human prompt plus a salted sha256 answer hash
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api easter-date
Compute the date of Easter Sunday for a given year using the Anonymous Gregorian algorithm (Meeus/Jones/Butcher). Also
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api csv-lint
Validate CSV structure: consistent column counts across rows, properly closed quotes, delimiter detection. Returns row
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api polymarket-orderbook
Live CLOB orderbook for a Polymarket outcome token. Returns top N bids (highest first), top N asks (lowest first), bes
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api annuity
Present and future value of a level annuity (equal periodic payments). Supports an ordinary annuity (payments at perio
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api forecast-eval
Backtest a forecasting method on the input series by holding out the last `testSize` observations, forecasting them, a
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api correlation
Pearson correlation coefficient between two equal-length numeric series. Returns r (the correlation, -1 to 1), r² (var
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api dmarc-check
Fetch and validate a domain's DMARC policy at _dmarc.<domain> (RFC 7489). Surfaces the enforcement policy (none/quaran
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api ens-resolve
Resolve an ENS name (e.g. vitalik.eth) to its Ethereum address - so an agent can turn a human-readable recipient into
answers 402 $0.001 base v2 GET 20d 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.
answers 402 $0.001 base v2 POST 20d 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.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api percentage
Percentage helper. op: "of" (a% of b), "change" (% change a→b), "ratio" (a is what % of b).
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api base-convert
Convert an integer between number bases (radix 2-36), e.g. binary↔hex↔decimal. Arbitrary size via BigInt.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api levenshtein
Levenshtein edit distance between two strings, plus a 0-1 similarity ratio.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api count
Count characters, words, lines, and (optionally) occurrences of a substring in text.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api crc32
CRC-32 checksum of a text string (hex), the IEEE polynomial used by zip/png/gzip.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api tls-cert
Inspect the TLS certificate of any public host: subject, issuer, validity window, days remaining, SANs, and SHA-256 fi
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api semver
Parse a semantic version, or compare two (a vs b → -1/0/1, with greater/lesser flags).
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api date-diff
Difference between two dates/times in ms, seconds, minutes, hours, days, and a human summary.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api slugify
Turn any text into a URL-safe slug (lowercase, hyphenated, diacritics stripped).
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api jwt-decode
Decode a JWT without verification: header, payload, expiry status, and time remaining. (Decoding only - signatures are
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api hmac
HMAC signature of a message with a shared key. Algorithms: sha256 (default), sha512, sha1. Returns hex and base64.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api onramp-link
Generate a single-use Coinbase Onramp URL that lets a human fund any wallet with a card or Apple Pay - the fastest way
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api readability-score
Compute Flesch-Kincaid Grade Level, Flesch Reading Ease, Gunning Fog Index, and Automated Readability Index from text.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api dex-top-pools
Top DEX pools (Uniswap, Sushi, Curve, Aerodrome, etc.) ranked by current TVL - filterable by chain and project. Source
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api sharpe-ratio
Risk-adjusted return: (mean return - risk-free rate) / sample standard deviation of returns (n-1). Pass periodsPerYear
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api forecast-holt-winters
Holt-Winters triple exponential smoothing - level + trend + seasonal component. Use for series with a repeating cycle
answers 402 $0.001 base v2 POST 20d 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
answers 402 $0.001 base v2 POST 20d 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 (
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api gunzip
Decompress a base64-encoded gzip payload. Returns the result as utf8 (text) or base64 (binary). Refuses to expand past
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api html-strip
Strip all HTML tags and return plain text. Preserves block-level structure (paragraphs and headings become newline-sep
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api spf-check
Fetch and validate a domain's SPF record (RFC 7208). Parses mechanisms (ip4/ip6/include/a/mx/all), counts DNS lookups
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api tx-status
Check the confirmation status of a transaction by hash on Base/Polygon/Arbitrum/Optimism/Ethereum/Monad/Celo/Avalanche
answers 402 $0.001 base v2 GET 20d 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
answers 402 $0.001 base v2 POST 20d 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.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api unit-convert
Convert a value between units of length, mass, temperature, volume, area, speed, time, data, pressure, energy, power,
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api querystring
Parse a URL query string into an object, or build one from an object. mode: parse (default) | build.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api dedupe-lines
Remove duplicate lines, preserving first-seen order. Returns the deduped text and how many were removed.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api card-validate
Validate a payment card number (Luhn checksum) and detect the brand. Numbers are not stored or logged.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api duration
Parse a duration like "2h30m" / "1d4h" / "90s" to seconds, or humanize a number of seconds.
answers 402 $0.001 base v2 POST 20d ago
agent402.tools api regex
Run a regular expression against text. Returns up to 100 matches with index and capture groups. Pattern ≤ 200 chars, t
answers 402 $0.001 base v2 POST 20d ago
15619 matching, page 13 of 313 Previous Next