| Web Page Scraper Fetch any public web page and return clean main content as JSON: title, author, publish date, hostname, excerpt, full text, and word_count. Boilerplate (nav, ads, footers) is stripped. Input: url (public http/https). Use to read articles, docs, or pages and feed clean text to an LLM. | shizu.me | - | $0.006 | listed |
| Web Reader Fetch a URL and return clean readable text. No LLM, flat rate. | 24klabs.ai | - | $0.005 | listed |
| Web Search, News & Page Reader Read any web page or article: fetch up to 5 URLs in one batch call and extract the main content as clean, LLM-ready markdown or plain text. Convert webpages to markdown, scrape page text, pull article content for RAG ingestion and AI agent context. | x402atlas.com | - | $0.01 | listed |
| Web Search, News & Page Reader Deep web research for AI agents — advanced search returning the highest-relevance results with multiple query-focused snippets per source, plus an optional LLM-generated answer grounded in the returned sources when include_answer is set. One-call research assistant for high-precision queries; news and finance topics, date and domain filters. | x402atlas.com | - | $0.025 | listed |
| Web search returning URLs, titles, and descriptions Web search returning URLs, titles, and descriptions | oneshotagent.com | - | $0.001 | listed |
| WebberSites x402 Data API HTML → Shopify section converter. POST static HTML; get back a drop-in theme section: headings, paragraphs, images, links, and buttons are lifted into {{ section.settings.* }} references and a matching {% schema %} is generated with your original content as the defaults — immediately editable in the Shopify theme editor. Deterministic transform, no AI; output is self-linted before it's returned. | webbersites.com | - | $0.01 | listed |
| WebberSites x402 Data API Read one of your wallet's scratchpads — the exact text or JSON you last wrote, from any session, any machine; the paying wallet is the identity. Add ?raw=1 for the bare document instead of the JSON envelope. Reading extends the pad's life 30 days. | webbersites.com | - | $0.001 | listed |
| WebberSites x402 Data API JavaScript / Node lint: POST {code}, get the bugs back with line numbers. Syntax errors come from the real V8 parser (compile-only — code is never executed), plus deterministic checks: loose == coercion, assignment in conditions, comparisons with NaN, const reassignment (runtime TypeError), var pitfalls, unused variables, leftover console.log. Handles ESM imports, template literals, regex. No AI. Max 128 KB. | webbersites.com | - | $0.002 | listed |
| WebberSites x402 Data API Cheapest liveness ping: ONE request to any public URL — is anything answering, and how fast? Returns up/down, HTTP status, and latency in ms. Any HTTP response below 500 counts as up; redirects are reported, not followed. High-frequency monitoring loops belong here; step up to /api/uptime for redirect following and headers, /api/uptime/report for the full timing/TLS/CDN report. | webbersites.com | - | $0.001 | listed |
| WebberSites x402 Data API Elixir lint / debug kit: POST {code}, get the bugs back with line numbers. Deterministic static analysis — code is parsed, never executed, no AI. Catches unbalanced do/end and brackets, missing do, 'return', '+' string concat, trailing commas, field assignment, = vs == in conditions and guards, block-scoped rebinding (the classic), charlist vs String mixups, unused variables. Errors, warnings and hints with fixes. Max 128 KB. | webbersites.com | - | $0.002 | listed |
| WebberSites x402 Data API What is this website built with? Deterministic fingerprinting from one fetch — like the old meta generator tag, but it works even when sites strip it. Detects WordPress, Shopify, Squarespace, Wix, Webflow, GoDaddy, Drupal, Joomla, Ghost, Magento, Next.js/Nuxt/Gatsby/Astro and other frameworks, static HTML, custom PHP — with the evidence for the verdict, the raw generator tag when present, and the server/CDN stack. No AI. | webbersites.com | - | $0.002 | listed |
| WebberSites x402 Data API PHP lint: POST {code}, get the bugs back with line numbers. Deterministic static analysis — code is never executed, no AI. Catches SQL injection (request data interpolated into query strings), the removed mysql_* API, unbalanced braces, '+' string concat, = vs == in conditions, type-juggling loose comparisons, eval/extract on request data, unused variables, leftover var_dump. Understands PHP tags, heredocs, interpolation. Max 128 KB. | webbersites.com | - | $0.002 | listed |
| WebberSites x402 Data API AGENT DATASTORE — list your wallet's collections: names, row counts, created dates, plus total rows and storage bytes used against the 50MB quota. | webbersites.com | - | $0.001 | listed |
| WebberSites x402 Data API AGENT DATASTORE — drop one of your wallet's collections and all its rows. Cheap on purpose: clean up after yourself and stay under quota. | webbersites.com | - | $0.001 | listed |
| WebberSites x402 Data API Exact date arithmetic — the calendar math LLMs guess at. ?from=&to= → days, business days, weeks, hours between; ?date=&add=30d|2w|3m|1y|10bd → the resulting date (bd = business days); ?date= alone → weekday, ISO week, day-of-year, leap year, unix. All UTC, Mon-Fri business days, real-calendar validation (Feb 30 is rejected). | webbersites.com | - | $0.001 | listed |
| WebberSites x402 Data API Exact descriptive statistics — LLMs cannot reliably sum 200 numbers; this can. POST {values:[…]} for count/sum/mean/median/stddev/percentiles; {x:[],y:[]} for Pearson correlation + linear regression; {rows:[…], field} for object arrays — or {collection, field?} to run stats DIRECTLY ON YOUR DATASTORE collection (the paying wallet is the identity; reading extends its life 30 days). Up to 100k values, Kahan-summed. | webbersites.com | - | $0.005 | listed |
| WebberSites x402 Data API List your wallet's scratchpads: names, sizes, updated and expiry dates. The cheap 'do I have memory here?' call for the start of a session. | webbersites.com | - | $0.001 | listed |
| WebberSites x402 Data API Live crypto conversion at CoinGecko prices: any coin to any coin or fiat, and fiat to coin. ?amount=0.5&from=bitcoin&to=ethereum — common tickers (btc, eth, sol…) accepted. Returns the rate, the converted amount, and the underlying prices. Prices cached ≤30s; cheap enough to call in a loop. | webbersites.com | - | $0.001 | listed |
| WebberSites x402 Data API Exact financial + token math. POST {op:…}: compound (growth with per-period contributions), amortize (payment, total interest, schedule), npv, irr (deterministic bisection) — and token_units: exact decimal↔base-unit conversion via BigInt for any token decimals (ETH 18, USDC 6), the 18-decimal math that float64 silently corrupts. Iterative series computed exactly, never guessed. | webbersites.com | - | $0.005 | listed |
| WebberSites x402 Data API Uptime/health probe for any public URL: sends a HEAD request (auto GET fallback when the server refuses HEAD), follows redirects with per-hop safety checks, and returns up/down, HTTP status, latency in ms, redirect chain, final URL, and key response headers. Deterministic, no page download — a monitoring probe agents can call on a schedule. | webbersites.com | - | $0.002 | listed |
| WebberSites x402 Data API Barcode generator for product, shipping, and inventory labels: GET ?data=&type= and receive a print-ready SVG plus PNG (base64) and a data: URI. Types: code128 (default), ean13, ean8, upca, upce, code39, itf14, gs1-128, codabar, datamatrix, pdf417, aztec. Check digits, quiet zones, and the human-readable line are handled per spec; invalid input for a symbology returns a clear 400. Deterministic, no network. QR codes live at /api/qr. | webbersites.com | - | $0.01 | listed |
| WebberSites x402 Data API BRAND KIT bundle — one call, a complete starter identity: finished logo (SVG + PNG), app icon (1024px SVG + PNG), 1200x630 social/OG card, and a usable color palette with WCAG-checked text pairings. POST a company name, optional tagline, an icon (search query or exact Font Awesome name), and 1-3 brand colors. Everything matches: same mark, same colors, same fonts. The pieces individually total ~$0.05; the kit is $0.05 and adds the palette and coherence. | webbersites.com | - | $0.05 | listed |
| WebberSites x402 Data API SITE-WIDE audit — the full 7-part on-page audit (head/meta, alt text, social cards, links, WCAG, schema.org, robots) run across up to 8 pages of one site in a single call. Discovers pages from the start URL's internal links, audits each, and returns per-page scores plus a site-level score, grade, and the issues that repeat across pages. The finished deliverable: one call, whole-site verdict. ?url=&pages=&level=&detail= | webbersites.com | - | $0.05 | listed |
| WebberSites x402 Data API L2 ORDER-BOOK DEPTH — the live bid/ask ladder for any crypto pair, normalized across Coinbase, Binance.US and Kraken (auto-fallback, or pick a source). Returns bids/asks to your depth plus the analytics that matter: mid, spread (absolute + bps), book liquidity per side, and slippage estimates for $1k/$10k/$100k market orders both directions. Deterministic, no keys, ~1.5s cache. ?pair=BTC-USD&depth=50&source=auto | webbersites.com | - | $0.05 | listed |
| WebberSites x402 Data API Webbie page generator: site name, headline, tagline, hero images, content sections, nav, colors — returns a finished responsive standalone HTML page. Three templates (horizon, split, editorial); the seed deterministically picks template + fonts + accent, so reusing it across calls builds a consistent multi-page site. Nav loads from an editable nav.json at view-time. No AI — deterministic templating. | webbersites.com | - | $0.02 | listed |
| Webpage to Markdown Fetch any public web page and return its main content as clean Markdown, ready to feed to an LLM. Boilerplate (nav, ads, footers) stripped. Input: url (public http/https). Returns {url, markdown, word_count}. | shizu.me | - | $0.004 | listed |
| Weekly Pattern API Historical performance by day of week (avg return + win rate per weekday) over the lookback. Use to time entries/exits around statistically stronger or weaker days. Seasonality, not a forecast. | swaphunt.dev | - | $0.004 | listed |
| Weight Converter API Convert a weight/mass value between units (kg, g, lb, oz, stone, tonne, and more). | vercel.app | - | $0.0025 | listed |
| Wellnizz API Ask a grounded question across wellness data and analyses owned by the paying wallet. | wellnizz.com | - | $0.01 | listed |
| Wellnizz API Find nearby supported lab collection locations or official locator handoffs. | wellnizz.com | - | $0.005 | listed |
| Wellnizz API Find labs, wearable integrations, and genetics providers across modalities and regions. | wellnizz.com | - | $0.005 | listed |
| Whale Flow Flow, not snapshot: the largest transfers of a Base token in the last 24h, classified by whether whales are sending INTO DEX pools (sell pressure) or pulling OUT (accumulation) — a net sell-pressure read that decays in hours. Complements holder-forensics ('who could dump') with 'is anyone dumping now'. CDP-indexed events. | com.tr | - | $0.04 | listed |
| Whole Market Snapshot API Whole-market snapshot: total crypto market cap, total 24h volume, BTC dominance, and counts of active coins and markets. One call for the macro state of crypto — the top-of-funnel context before drilling into an asset. | swaphunt.dev | - | $0.002 | listed |
| Wikipedia Article Summary Wikipedia article summary — plain-text and HTML extract, short description, thumbnail and Wikidata id for any title, in a clean normalized envelope with CC-BY-SA attribution. | x402atlas.com | - | $0.005 | listed |
| Word of the Day Get today's curated Word of the Day (definition + part of speech). | vercel.app | - | $0.0015 | listed |
| Working Days In A Date Range API Working days in a date range: weekends + public holidays applied, next working day | afriref.dev | - | $0.02 | listed |
| Wrapped Btc Parity Monitor On Base API Wrapped-BTC parity monitor on Base: WBTC/cbBTC on-chain pool price vs 1:1 parity, in bps, plus consecutive-minute streak beyond a deviation threshold. Useful for collateral-acceptance decisions between BTC wrappers of the same underlying asset. Descriptive statistics only; not investment advice. | agentfeeds.jp | - | $0.003 | listed |
| X-EGO - Anonymous Human Proof Anonymous proof of human presence for AI agents - confirm a real, present human (not a bot or script) is behind this request. No KYC, no wallet scoring, no hardware. A passkey (WebAuthn) confirmation returns a signed EdDSA proof and an anonymous per-service pairwise ID; pair it with a seen-before check for one-human-one-vote and anti-Sybil gating on token drops, DAO votes, or signups. X-EGO stores no name, email, or biometrics. The anonymous alternative to World ID and KYC personhood. | x-ego.com | - | $0.05 | listed |
| X-EGO - Anonymous Human Proof Cryptographic proof that a real, present human approved THIS EXACT action - anonymously. No KYC, no wallet score, no biometrics, no hardware. The human confirms with a passkey (Face ID / fingerprint, WebAuthn); you get a signed EdDSA proof bound to your exact action text, plus an anonymous per-service pairwise ID. Use as the human-in-the-loop approval before an agent sends funds, signs, posts, or runs an irreversible action - the anonymous alternative to World ID and KYC personhood. | x-ego.com | - | $0.15 | listed |
| X402 API Activity Stats API x402 API activity stats — top endpoints by paid calls, trend data, and unique payer counts from memoryapi.org nginx logs. | memoryapi.org | - | $0.001 | listed |
| X402 Client Conformance API x402 client conformance — basic. Pay to certify your agent can complete a real x402 payment; get a public certificate + README badge. | 402.coffee | - | $0.25 | listed |
| X402 Payment E2e Test Endpoint (echoes Query) API x402 payment E2E test endpoint (echoes query). Factual data only; not investment advice. | agentfeeds.jp | - | $0.001 | listed |
| Xpost API X/Twitter thread (5-7 posts) for an ICS actor or CVE. Pass ?actor=XENOTIME or ?cve=CVE-XXXX-XXXX. Fans out to actor or cve. Returns thread array: hook post, intel posts with ATT&CK IDs and affected OT systems, mitigation post, hashtag post. Each post under 280 characters. | onrender.com | - | $0.10 | listed |
| Yield.xyz MCP Build unsigned transactions to exit a DeFi yield position — unstake, withdraw from lending or vaults, or redeem RWAs — across 80+ networks. Supports instant and queued/cooldown redemption per protocol. Does NOT execute: the caller signs and broadcasts each tx. Check positions with yields_get_balances first. | yield.xyz | - | $0.001 | listed |
| Yield.xyz MCP List past and pending actions for a wallet across all yields — filter by status, intent, type, yield, or network. Answers "what are my pending actions?" and finds actions awaiting a next step. | yield.xyz | - | $0.001 | listed |
| Yield.xyz MCP Get live DeFi yield balances and pending actions for any wallet — active staking, lending, vault, and RWA positions with accrued rewards, USD values, current APY, and claimable actions. Covers 3,300+ yields (Lido, Aave, Morpho, tokenized treasuries) across 80+ networks. Call before actions_exit or actions_manage. | yield.xyz | - | $0.001 | listed |
| Yield.xyz MCP Historical APY / reward-rate for a yield over time — plot APY trends or compute average yield across 1d/7d/30d/90d/1y windows. | yield.xyz | - | $0.001 | listed |
| Yield.xyz MCP Get the risk profile for a yield — ratings and scores from independent risk providers (Credora, Staking Rewards) so agents and users can weigh safety before depositing. | yield.xyz | - | $0.001 | listed |
| Yield.xyz MCP List every protocol/provider behind Yield.xyz yields — Lido, Aave, Morpho, validator operators, RWA issuers, and more — with names and identifiers. Use a providerId to filter yields_get_all. | yield.xyz | - | $0.001 | listed |
| Yield.xyz MCP Get the status and transactions of a specific action by its ID (returned by actions_enter/exit/manage). Poll this to track an action from CREATED → SUCCESS/FAILED. | yield.xyz | - | $0.001 | listed |