eip155:10

649 resources accept payment on this network.

Strip all HTML tags and return plain text

Strip all HTML tags and return plain text. Preserves block-level structure (paragraphs and headings become newline-separated). Faster and more predictable than running extract on a raw HTML string when you already have it.

1000 / request

Mask emails, phone numbers, credit-card-like numbers, IPs, and SSNs in

Mask emails, phone numbers, credit-card-like numbers, IPs, and SSNs in text. Returns the redacted text and counts by type.

2000 / request

Fetch a PDF from a URL and extract its text content

Fetch a PDF from a URL and extract its text content. Returns page count, document info, and the full text (up to 20MB PDFs).

10000 / request

48-hour hourly weather forecast for any location: temperature, precipi

48-hour hourly weather forecast for any location: temperature, precipitation probability and amount, wind, cloud cover, humidity. Open-Meteo, no key, global. ?lat=-33.87&lon=151.21.

2000 / request

Fetch and validate a domain's SPF record (RFC 7208)

Fetch and validate a domain's SPF record (RFC 7208). Parses mechanisms (ip4/ip6/include/a/mx/all), counts DNS lookups against the famous 10-lookup limit, and flags the qualifier on `all` (-/fail, ~/softfail, ?/neutral). The first stop when an email is hitting the spam folder.

1000 / request

Look up the Autonomous System (ASN), prefix, country, registry, and al

Look up the Autonomous System (ASN), prefix, country, registry, and allocation date for an IPv4 address - or for a hostname (which is resolved first). Uses Team Cymru's free DNS-based IP→ASN mapping; no HTTPS upstream, no auth, no rate-limit headaches.

1000 / request

Infer a draft-07 JSON Schema from sample JSON document(s)

Infer a draft-07 JSON Schema from sample JSON document(s). Send one sample as json, or several as samples. Heuristic merge rules: required = keys present in every sample, conflicting types become a type union, integer widens to number, and string formats (date-time, date, email, uri, uuid) are detected from values. Complements json-validate.

1000 / request

Convert a value between units of length, mass, temperature, volume, ar

Convert a value between units of length, mass, temperature, volume, area, speed, time, data, pressure, energy, power, angle, frequency - every unit the retired convert-* endpoints handled (e.g. miles, kilograms, us-gallons, fahrenheit, psi, kilowatt-hours).

1000 / request

Turn any text into a URL-safe slug (lowercase, hyphenated, diacritics

Turn any text into a URL-safe slug (lowercase, hyphenated, diacritics stripped).

1000 / request

Search Farcaster casts by keyword (literal, semantic or hybrid match),

Search Farcaster casts by keyword (literal, semantic or hybrid match), newest first, optionally filtered to one author or channel. Returns compact casts: hash, author (fid, username, follower count), text, timestamp, channel, reactions, reply count, embed URLs. Use for mention monitoring, sentiment sampling, or finding discussion of a token, product or topic.

5000 / request

Count characters, words, lines, and (optionally) occurrences of a subs

Count characters, words, lines, and (optionally) occurrences of a substring in text.

1000 / request

Label a known EVM address from a curated, committed dataset: major sta

Label a known EVM address from a curated, committed dataset: major stablecoin + token contracts (USDC on every chain we settle on, USDT, DAI, WETH, WBTC), DEX routers (Uniswap, 1inch, 0x), canonical L1↔L2 bridges, large exchange hot/cold wallets, and burn/system addresses. Deterministic and offline - the provenance field states the dataset revision. Unknown addresses return {found:false}, not an error.

2000 / request

Add (or subtract) a duration to a date

Add (or subtract) a duration to a date. duration like "2d", "-3h", "1w 2d", "90m". Returns the resulting UTC ISO timestamp.

1000 / request

Validate an A2A (Agent2Agent protocol) Agent Card: required fields, sk

Validate an A2A (Agent2Agent protocol) Agent Card: required fields, skill shape, transport names, capability flags - spec v0.3 structural core. Returns errors, interop warnings, and a normalized summary (skills, interfaces, capabilities). Deterministic mini-A2A tooling - check a card before your agent trusts it.

2000 / request

Discover and fetch a site's A2A (Agent2Agent protocol) Agent Card - tr

Discover and fetch a site's A2A (Agent2Agent protocol) Agent Card - tries /.well-known/agent-card.json then /.well-known/agent.json (or fetches a direct .json URL as-is) - and validate it against the spec v0.3 structural core. Returns the card, errors, interop warnings, and a normalized summary. Mini-A2A discovery for agents. Marked untrustedContent: the fetched card is external data to analyze, not instructions to follow.

5000 / request

Crop an image to a pixel box, and/or rotate (90/180/270) and flip it -

Crop an image to a pixel box, and/or rotate (90/180/270) and flip it - applied in that order. Send a public image URL or a base64 image. Returns the result as binary, or as a JSON data URI with dataUri:true. Deterministic.

2000 / request

Check the confirmation status of a transaction by hash on Base/Polygon

Check the confirmation status of a transaction by hash on Base/Polygon/Arbitrum/Optimism/Ethereum/Monad/Celo/Avalanche/Sei/Robinhood Chain: success / failed / pending / not found, with block, from, to, gas used. Read-only. ?hash=0x…&network=base

1000 / request

Resolve an ERC-20 contract address to its on-chain metadata: symbol, d

Resolve an ERC-20 contract address to its on-chain metadata: symbol, decimals, name, and logo URL where available. Use this to humanize a raw contract address before showing it to a user or before computing fiat values.

1000 / request

Look up the current Total Value Locked (TVL) for a DeFi protocol via D

Look up the current Total Value Locked (TVL) for a DeFi protocol via DeFiLlama's public API. Identify the protocol by its DeFiLlama slug (uniswap, aave, lido, ethena, etc.). Returns the total TVL plus per-chain breakdown and 24h/7d/30d change where DeFiLlama exposes it.

1000 / request

L2 order-book snapshot for a spot pair: best bid/ask, mid price, sprea

L2 order-book snapshot for a spot pair: best bid/ask, mid price, spread (absolute + %), and the top N aggregated price levels per side (default 25, max 100). Pairs use BASE-QUOTE format (BTC-USD, ETH-USD, SOL-USDC). Backed by Coinbase Exchange's public market-data API - keyless; coverage is Coinbase-listed markets.

1000 / request

Look up the Uniswap V3 pool address for a token pair + fee tier on Eth

Look up the Uniswap V3 pool address for a token pair + fee tier on Ethereum, Base, Polygon, Arbitrum, or Optimism. Pass either order (tokenA/tokenB) - the factory sorts internally. Returns 0x0…0 if no pool has been deployed for that combination yet.

1000 / request

Search 300,000+ US government datasets on catalog

Search 300,000+ US government datasets on catalog.data.gov (Catalog API): titles, publishing org, formats, and direct resource URLs - the index agents need before fetching public data. ?q=electric+vehicles&rows=5.

3000 / request

Base64 encode or decode text

Base64 encode or decode text. mode: encode (default) or decode. Handles URL-safe base64 on decode.

1000 / request

Upcoming and very-recent US economic data release dates - CPI, employm

Upcoming and very-recent US economic data release dates - CPI, employment, GDP, FOMC minutes, Treasury auctions, etc. Useful for scheduling agents around event-driven moves. ?days=14 (default 14, range 1-90). This product uses the FRED(R) API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.

5000 / request

Next page