# agentutility > 244 paid x402 endpoints for autonomous agents, organized into 9 product clusters. USDC-settled on Base. MCP-discoverable. ERC-8004 identified (agentId 47167). Built so an agent can find, call, and pay for utility on its own. By x.com/x402_deployer. ## what this is agentutility hosts paid HTTP endpoints behind the x402 protocol. Every endpoint accepts a POST, returns 402 Payment Required with payment instructions, and delivers the response after a USDC transferWithAuthorization is signed and replayed via X-PAYMENT. Per-call pricing ranges from $0.001 to $0.30 USDC on Base mainnet. There are no API keys, no signups, no dashboards. Agents discover endpoints via the Coinbase x402 Bazaar, this site's MCP server, or the ERC-8004 Identity Registry. ## machine-readable indexes - [registry.json](https://agentutility.ai/registry.json): canonical endpoint manifest with prices, schemas, and tags - [llms-full.txt](https://agentutility.ai/llms-full.txt): full content snapshot of every cluster + endpoint - [endpoints.txt](https://agentutility.ai/endpoints.txt): plain-text one-line-per-endpoint listing - [catalog.txt](https://agentutility.ai/catalog.txt): plain-text catalog with descriptions, grep-friendly - [sitemap.xml](https://agentutility.ai/sitemap.xml): every page URL - [/.well-known/agent.json](https://agentutility.ai/.well-known/agent.json): ai-plugin.json-shaped agent manifest ## docs - [How it works](https://agentutility.ai/docs): the protocol, MCP server, ERC-8004 discovery, registry - [Agent card](https://agentutility.ai/agent-card): on-chain ERC-8004 agent card resolution - [Updates](https://agentutility.ai/updates): daily articles on x402, the agent economy, and the portfolio (also at [feed.xml](https://agentutility.ai/updates/feed.xml) and [atom.xml](https://agentutility.ai/updates/atom.xml)) ## recent updates - [2026-05-18: What x402 transaction volume on Base actually looks like in May 2026](https://agentutility.ai/updates/x402-volume-base-mainnet-may-2026): Daily x402 settlement on Base crossed 200k calls and $11k USDC in mid-May 2026. Here's the per-endpoint breakdown and what the trajectory says about pricing. - [2026-05-17: Schema design rules for paid agent endpoints](https://agentutility.ai/updates/schema-design-for-agent-endpoints): What we learned about field shapes, error handling, naming, and defaults after shipping 244 paid x402 endpoints across the agentutility portfolio. - [2026-05-17: MCP is becoming an API discovery protocol, not just a tool surface](https://agentutility.ai/updates/mcp-as-a-discovery-protocol): Model Context Protocol started as a way to hand tools to agents. It's quietly becoming the layer where agents discover, evaluate, and call paid APIs. - [2026-05-16: Prooflayer and the verification bottleneck](https://agentutility.ai/updates/prooflayer-and-the-verification-bottleneck): AI writes code fast. Reviewing whether that code is safe to ship is the next scarcity. Prooflayer's 13 endpoints try to compress that review into one paid call. - [2026-05-16: How the token-risk-score endpoint actually scores a token](https://agentutility.ai/updates/edge-market-token-risk-score-walkthrough): Walkthrough of the EdgeMarket token-risk-score endpoint: six subscores from honeypot.is, GoPlus, and Etherscan, totaling 0-100 with a verdict tag, for $0.10 a call. - [2026-05-15: Why an HTTP 402 paywall beats handing out API keys](https://agentutility.ai/updates/why-x402-paywalls-beat-api-keys): API keys assume one human, one account, one billing relationship. Agents don't fit that shape. x402 fixes it by turning the 402 status code into a payment handshake. - [2026-05-15: The economics of $0.001-per-call APIs](https://agentutility.ai/updates/the-economics-of-per-call-pricing): Why SaaS minimums priced agents out, what a 1,000-call month costs on a $0.03 x402 endpoint vs a $99/mo plan, and where sub-cent pricing opens new work. - [2026-05-14: ERC-8004 in one page: what an agent card actually contains](https://agentutility.ai/updates/erc-8004-agent-card-primer): The ERC-8004 agent card spec in one screen: the on-chain struct, the resolution path from agentId to JSON, and why agentId 47167's URI points at a worker, not a pinned file. - [2026-05-13: Mediakit: 50 file-format endpoints, one paywall](https://agentutility.ai/updates/mediakit-50-file-format-endpoints): Mediakit ships 50 single-purpose file-conversion endpoints across PDF, image, audio, video, OCR, and office. Why 50 endpoints beats one /convert tool with a format flag. - [2026-05-12: Why named LLM tasks beat raw token billing](https://agentutility.ai/updates/wordmint-named-tasks-vs-token-billing): Token billing forces agents to guess prices before they know input sizes. Wordmint's named-task pricing flips that so a 'summarize' call costs $0.005, full stop. ## clusters - [Prooflayer](https://agentutility.ai/prooflayer): Trust + risk scanners for AI-built apps. — 13 endpoints, $0.005 – $0.25/call - [EdgeMarket](https://agentutility.ai/edge-market): Onchain decisions agents can charge for. — 37 endpoints, $0.002 – $0.10/call - [EdgeFinance](https://agentutility.ai/edge-finance): TradFi signals at agent prices. — 21 endpoints, $0.002 – $0.10/call - [Synthforge](https://agentutility.ai/synthforge): Generative media for agents that ship products. — 14 endpoints, $0.01 – $0.30/call - [Mediakit](https://agentutility.ai/mediakit): One endpoint per format. Pay per call. — 50 endpoints, $0.002 – $0.20/call - [Wordmint](https://agentutility.ai/wordmint): Named LLM tasks. Minted at a sticker price. — 41 endpoints, $0.001 – $0.02/call - [WebProbe](https://agentutility.ai/web-probe): Inspect any website. Pay per look. — 42 endpoints, $0.001 – $0.05/call - [Locale](https://agentutility.ai/locale): Geo, weather, civic, identity primitives. — 26 endpoints, $0.001 – $0.05/call ## endpoints ### Prooflayer - [ai-content-detector](https://agentutility.ai/prooflayer/ai-content-detector): AI content detector / GPT detector / ChatGPT plagiarism checker. ($0.03 USDC) - [brand-clearance](https://agentutility.ai/prooflayer/brand-clearance): Brand clearance aggregator / name screening / product-name vetting / startup-brand pre-flight. ($0.25 USDC) - [cve](https://agentutility.ai/prooflayer/cve): CVE lookup / vulnerability database. ($0.005 USDC) - [cve-lookup](https://agentutility.ai/prooflayer/cve-lookup): CVE lookup / vulnerability database. ($0.005 USDC) - [db-migration-risk](https://agentutility.ai/prooflayer/db-migration-risk): DB migration risk audit / SQL migration safety check / DROP COLUMN detector / unsafe ALTER TABLE detector / Postgres CREATE INDEX CONCURR… ($0.02 USDC) - [dep-risk-summary](https://agentutility.ai/prooflayer/dep-risk-summary): repo dependency risk audit / package.json + lockfile vetter / unpinned dep detector / transitive dep counter / requirements.txt audit / p… ($0.03 USDC) - [deploy-config-risk](https://agentutility.ai/prooflayer/deploy-config-risk): deploy config audit / Dockerfile lint / vercel.json hardening / wrangler.toml review / docker-compose.yml safety / fly.toml secrets check… ($0.02 USDC) - [github-repo-health](https://agentutility.ai/prooflayer/github-repo-health): GitHub repo health score / open-source maintainability checker. ($0.03 USDC) - [package-risk-npm](https://agentutility.ai/prooflayer/package-risk-npm): npm package risk score / supply-chain scanner / typosquat detector. ($0.03 USDC) - [production-readiness-score](https://agentutility.ai/prooflayer/production-readiness-score): production readiness score / AI app deploy gate / Prooflayer cluster aggregator / repo prod-risk composite / one-call audit / unified pro… ($0.10 USDC) - [prompt-injection-surface](https://agentutility.ai/prooflayer/prompt-injection-surface): AI prompt injection surface scanner / LLM call-site audit / unsanitized user input in prompts detector / system-message mixing flag / unb… ($0.03 USDC) - [pypi-package-risk](https://agentutility.ai/prooflayer/pypi-package-risk): PyPI package risk score / Python supply-chain scanner. ($0.01 USDC) - [secrets-exposure-check](https://agentutility.ai/prooflayer/secrets-exposure-check): secrets exposure scan / hardcoded API key detector / .env-committed-key audit / Next.js client env leak detector / pre-deploy secret gate. ($0.02 USDC) ### EdgeMarket - [agent-card-resolve](https://agentutility.ai/edge-market/agent-card-resolve): Agent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch… ($0.005 USDC) - [arbitrage-spread](https://agentutility.ai/edge-market/arbitrage-spread): Cross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator. ($0.005 USDC) - [basename-resolve](https://agentutility.ai/edge-market/basename-resolve): Basename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution. ($0.005 USDC) - [bridge-rates](https://agentutility.ai/edge-market/bridge-rates): Cross-chain bridge rate aggregator. ($0.03 USDC) - [contract-source](https://agentutility.ai/edge-market/contract-source): Verified contract source code / Etherscan source / contract ABI fetcher / Solidity source lookup. ($0.01 USDC) - [contract-source-verified](https://agentutility.ai/edge-market/contract-source-verified): Verified contract source code / Etherscan source / Basescan ABI / Solidity source lookup / contract verification check / ABI fetcher / Et… ($0.01 USDC) - [crypto-tx-explainer](https://agentutility.ai/edge-market/crypto-tx-explainer): Ethereum/Base/Arbitrum/Optimism/Polygon transaction explainer. ($0.04 USDC) - [dao-proposal-monitor](https://agentutility.ai/edge-market/dao-proposal-monitor): Snapshot.org DAO proposal monitor. ($0.03 USDC) - [defi-llama-protocol](https://agentutility.ai/edge-market/defi-llama-protocol): DefiLlama protocol lookup — TVL, chain breakdown, current TVL, 24h/7d/30d changes, audits, parent protocol, categories. ($0.02 USDC) - [defi-yield-pools](https://agentutility.ai/edge-market/defi-yield-pools): DeFi yield pools / APY aggregator / yield-farming opportunities / DeFiLlama yields / cross-protocol APY ranking / stablecoin yields / LP… ($0.005 USDC) - [dex-liquidity-depth](https://agentutility.ai/edge-market/dex-liquidity-depth): DEX liquidity depth / pool TVL aggregator / total liquidity per token / on-chain liquidity audit. ($0.01 USDC) - [ens-resolve](https://agentutility.ai/edge-market/ens-resolve): ENS resolver / Ethereum Name Service lookup. ($0.03 USDC) - [erc20-balance](https://agentutility.ai/edge-market/erc20-balance): ERC-20 balance reader / balanceOf / on-chain token balance / wallet balance lookup / multi-chain ERC20 balance / read Base / read Ethereu… ($0.002 USDC) - [erc20-metadata](https://agentutility.ai/edge-market/erc20-metadata): ERC-20 metadata reader / token info / token symbol lookup / token decimals / total supply / multi-chain ERC20 reader / Base / Ethereum /… ($0.002 USDC) - [eth-logs](https://agentutility.ai/edge-market/eth-logs): eth_getLogs / on-chain event logs / EVM event reader / Transfer event scan / ERC20 Transfer logs / NFT mint logs / DEX swap events / mult… ($0.01 USDC) - [funding-rates](https://agentutility.ai/edge-market/funding-rates): Perp funding rates / Binance USD-M futures funding / next-funding-time / 24h history / perp basis. ($0.002 USDC) - [gas-now-base](https://agentutility.ai/edge-market/gas-now-base): Gas oracle / EIP-1559 fee estimator. ($0.02 USDC) - [gas-price](https://agentutility.ai/edge-market/gas-price): Gas price API / EIP-1559 fee estimator / Base + Ethereum + Optimism + Arbitrum gas tracker / pre-tx cost estimator. ($0.02 USDC) - [honeypot-check](https://agentutility.ai/edge-market/honeypot-check): Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. ($0.05 USDC) - [ipfs-fetch](https://agentutility.ai/edge-market/ipfs-fetch): IPFS fetch / IPFS gateway / Web3 storage retrieval / NFT metadata fetcher / Filecoin gateway / decentralized content / pinned-content reader. ($0.005 USDC) - [lp-lock-check](https://agentutility.ai/edge-market/lp-lock-check): LP lock check / liquidity-lock auditor / Unicrypt + Team Finance + burn-address detection. ($0.01 USDC) - [nft-floor](https://agentutility.ai/edge-market/nft-floor): NFT collection floor + recent sales via Reservoir. ($0.01 USDC) - [price-impact](https://agentutility.ai/edge-market/price-impact): Price-impact / slippage estimator / DEX swap size impact / size-keyed quote / depth simulation. ($0.005 USDC) - [safe-multisig-status](https://agentutility.ai/edge-market/safe-multisig-status): Safe multisig status / Gnosis Safe info / Safe owners / Safe threshold / Safe pending queue / DAO treasury wallet / Safe wallet lookup. ($0.005 USDC) - [safe-tx-decode](https://agentutility.ai/edge-market/safe-tx-decode): Gnosis Safe execTransaction decoder. ($0.003 USDC) - [stablecoin-monitor](https://agentutility.ai/edge-market/stablecoin-monitor): Stablecoin monitor. ($0.005 USDC) - [stablecoin-peg](https://agentutility.ai/edge-market/stablecoin-peg): Stablecoin peg monitor / depeg detector. ($0.005 USDC) - [token-burn-stats](https://agentutility.ai/edge-market/token-burn-stats): Token burn stats / total burned / latest burn tx / burn-as-% supply / supply-burn auditor. ($0.005 USDC) - [token-honeypot](https://agentutility.ai/edge-market/token-honeypot): EVM token honeypot detection / can-i-sell check / rug-pull scanner / sell-tax simulator / buy-tax simulator / scam token detector / Base… ($0.05 USDC) - [token-price](https://agentutility.ai/edge-market/token-price): Crypto token price API / CoinGecko wrapper. ($0.02 USDC) - [token-risk](https://agentutility.ai/edge-market/token-risk): Token risk score / token security audit / rug-pull score / token safety check. ($0.10 USDC) - [token-risk-score](https://agentutility.ai/edge-market/token-risk-score): Composite EVM token risk score / token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / GoP… ($0.10 USDC) - [token-volatility](https://agentutility.ai/edge-market/token-volatility): Token volatility / historical volatility / annualized vol / standard deviation of returns / crypto vol calculator. ($0.005 USDC) - [tx-receipt-decode](https://agentutility.ai/edge-market/tx-receipt-decode): EVM transaction receipt decoder / log decoder / event log reader / Etherscan tx debug / receipt parser / Basescan tx explainer / tenderly… ($0.02 USDC) - [tx-simulate-swap](https://agentutility.ai/edge-market/tx-simulate-swap): Tx simulate swap / pre-trade quote / DEX swap simulator / 1inch + LlamaSwap quote / would-it-succeed check. ($0.02 USDC) - [wallet-label](https://agentutility.ai/edge-market/wallet-label): Wallet label / address tagger / known-address lookup / EOA-vs-contract check / deployer tracer. ($0.005 USDC) - [wallet-pnl](https://agentutility.ai/edge-market/wallet-pnl): Wallet token P&L / FIFO cost basis / realized + unrealized profit / EVM portfolio analytics. ($0.05 USDC) ### EdgeFinance - [13f-deltas](https://agentutility.ai/edge-finance/13f-deltas): 13F-HR position-delta computation — diff the two most recent 13F-HR filings for an institutional CIK. ($0.05 USDC) - [bls-occupational-stats](https://agentutility.ai/edge-finance/bls-occupational-stats): BLS Public Data API — wages, employment levels, growth by series ID. ($0.02 USDC) - [earnings-calendar](https://agentutility.ai/edge-finance/earnings-calendar): Earnings calendar derived from SEC 8-K Item 2.02, 10-Q, 10-K, NT 10-Q, NT 10-K filings. ($0.03 USDC) - [earnings-call-transcribe](https://agentutility.ai/edge-finance/earnings-call-transcribe): Earnings call transcriber. ($0.03 USDC) - [earnings-transcript](https://agentutility.ai/edge-finance/earnings-transcript): Earnings call transcript generator. ($0.03 USDC) - [exchange-rates](https://agentutility.ai/edge-finance/exchange-rates): FX rates / forex / currency converter / USD to EUR / ECB rates / historical exchange rates. ($0.002 USDC) - [fda-calendar](https://agentutility.ai/edge-finance/fda-calendar): FDA Advisory Committee meeting calendar. ($0.03 USDC) - [fec-political-contributions](https://agentutility.ai/edge-finance/fec-political-contributions): FEC political contributions search via api.open.fec.gov. ($0.04 USDC) - [insider-form-4](https://agentutility.ai/edge-finance/insider-form-4): SEC Form 4 (insider transactions) normalizer. ($0.01 USDC) - [insider-trading](https://agentutility.ai/edge-finance/insider-trading): Insider trading feed. ($0.01 USDC) - [kalshi-markets](https://agentutility.ai/edge-finance/kalshi-markets): Kalshi markets / event contracts / Kalshi API / CFTC-regulated prediction markets / Kalshi browse / KalshiEX markets list. ($0.005 USDC) - [patent-search](https://agentutility.ai/edge-finance/patent-search): USPTO patent search. ($0.05 USDC) - [polymarket-kalshi-arbitrage](https://agentutility.ai/edge-finance/polymarket-kalshi-arbitrage): Polymarket × Kalshi arbitrage scanner / cross-venue prediction market spread / event price arbitrage detector / Polymarket vs Kalshi comp… ($0.02 USDC) - [polymarket-leaderboard](https://agentutility.ai/edge-finance/polymarket-leaderboard): Polymarket leaderboard / top traders / profit leaderboard / Polymarket whales / volume leaderboard / prediction market rankings. ($0.005 USDC) - [polymarket-markets](https://agentutility.ai/edge-finance/polymarket-markets): Polymarket markets / prediction market data / Polymarket API / list active prediction markets / crypto-settled betting odds / event odds… ($0.005 USDC) - [polymarket-trades](https://agentutility.ai/edge-finance/polymarket-trades): Polymarket trades / recent prediction market trades / on-chain bet history / Polymarket trade feed / Polymarket data API. ($0.005 USDC) - [sec-filing](https://agentutility.ai/edge-finance/sec-filing): SEC EDGAR filing fetcher + parser + summarizer. ($0.01 USDC) - [trademark-search](https://agentutility.ai/edge-finance/trademark-search): Trademark search / USPTO trademark lookup / TSDR / federal trademark database. ($0.03 USDC) - [uspto-tm-name-search](https://agentutility.ai/edge-finance/uspto-tm-name-search): USPTO trademark name search / free-text TM search / wordmark search / brand-name clearance / freedom-to-use check. ($0.10 USDC) - [uspto-trademark-search](https://agentutility.ai/edge-finance/uspto-trademark-search): USPTO trademark status / TSDR lookup. ($0.03 USDC) - [xbrl-financials](https://agentutility.ai/edge-finance/xbrl-financials): SEC XBRL financials. ($0.05 USDC) ### Synthforge - [image-edit](https://agentutility.ai/synthforge/image-edit): Image edit / instruction-based image edit / text-driven photo edit / nano-banana image editor / GPT-image-2 edit. ($0.02 USDC) - [image-expand](https://agentutility.ai/synthforge/image-expand): AI image outpainting / image expansion. ($0.15 USDC) - [image-generate](https://agentutility.ai/synthforge/image-generate): Image generate (fast/cheap) / text-to-image / AI art. ($0.01 USDC) - [image-generate-pro](https://agentutility.ai/synthforge/image-generate-pro): Image generate (pro) / premium text-to-image / Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro / xAI Grok Imagine. ($0.10 USDC) - [image-generate-ultra](https://agentutility.ai/synthforge/image-generate-ultra): Image generate (ultra) / flagship text-to-image / Google nano-banana-pro (Gemini Image 3) / OpenAI gpt-image-2 / Recraft V4 Pro / xAI Gro… ($0.30 USDC) - [image-inpaint](https://agentutility.ai/synthforge/image-inpaint): Image inpainting / mask-based image edit / fill in masked region / object replacement / face swap (mask-driven) / generative fill. ($0.02 USDC) - [image-to-video](https://agentutility.ai/synthforge/image-to-video): Image-to-video / animate still image / Seedance image-to-video / motion-from-photo / camera-movement on photo. ($0.20 USDC) - [music-generate](https://agentutility.ai/synthforge/music-generate): Music generation / text-to-music / AI music / generative song / instrumental and vocal music. ($0.05 USDC) - [remove-bg](https://agentutility.ai/synthforge/remove-bg): AI background remover / background eraser / cutout tool. ($0.08 USDC) - [seedance-video](https://agentutility.ai/synthforge/seedance-video): Seedance 2.0 / Seedance 2.0 video generation / Seedance video AI / generative AI video / text-to-video AI / cinematic AI clips on AI Gateway. ($0.20 USDC) - [sound-effect-generate](https://agentutility.ai/synthforge/sound-effect-generate): Sound effect generation / text-to-SFX / Foley generator / ElevenLabs sound effects / ambient audio synth. ($0.01 USDC) - [text-to-speech](https://agentutility.ai/synthforge/text-to-speech): Text to speech / TTS / voice generator. ($0.05 USDC) - [text-to-video](https://agentutility.ai/synthforge/text-to-video): Text-to-video / AI video / Seedance / generative video / cinematic clip from prompt. ($0.20 USDC) - [voice](https://agentutility.ai/synthforge/voice): Text-to-speech / TTS / voice synthesis. ($0.05 USDC) ### Mediakit - [audio-loudnorm](https://agentutility.ai/mediakit/audio-loudnorm): Audio loudness normalizer (EBU R128 LUFS). ($0.02 USDC) - [audio-transcribe](https://agentutility.ai/mediakit/audio-transcribe): Audio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat. ($0.01 USDC) - [compress-pdf](https://agentutility.ai/mediakit/compress-pdf): PDF compressor / PDF size reducer. ($0.005 USDC) - [convert-html-to-markdown](https://agentutility.ai/mediakit/convert-html-to-markdown): Convert HTML to Markdown. ($0.005 USDC) - [convert-pdf](https://agentutility.ai/mediakit/convert-pdf): Convert PDF to Markdown, HTML, JSON, or structured text via Datalab Marker. ($0.20 USDC) - [csv-to-ics](https://agentutility.ai/mediakit/csv-to-ics): CSV calendar to ICS / iCal file generator. ($0.01 USDC) - [csv-to-jsonl](https://agentutility.ai/mediakit/csv-to-jsonl): CSV to JSON / CSV to JSONL converter / data pipeline preprocessor. ($0.02 USDC) - [excel-to-csv](https://agentutility.ai/mediakit/excel-to-csv): Excel (.xlsx / .xls) → CSV / TSV / JSON converter. ($0.005 USDC) - [excel-to-google-sheets](https://agentutility.ai/mediakit/excel-to-google-sheets): Convert Excel to Google Sheets / XLSX to Google Sheets / spreadsheet import / Numbers to Google Sheets / Excel to gsheet. ($0.005 USDC) - [extract-tables](https://agentutility.ai/mediakit/extract-tables): Extract tables from PDF / table extractor / PDF to CSV / spreadsheet from PDF. ($0.10 USDC) - [html-to-markdown](https://agentutility.ai/mediakit/html-to-markdown): HTML → Markdown converter. ($0.005 USDC) - [html-to-pdf](https://agentutility.ai/mediakit/html-to-pdf): URL to PDF / HTML to PDF / webpage screenshot to PDF. ($0.08 USDC) - [image-convert](https://agentutility.ai/mediakit/image-convert): Universal image format converter (PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, SVG). ($0.01 USDC) - [image-format-convert](https://agentutility.ai/mediakit/image-format-convert): Image converter. ($0.01 USDC) - [image-translate](https://agentutility.ai/mediakit/image-translate): Image translator: vision-OCR + Venice translate. ($0.02 USDC) - [image-upscale](https://agentutility.ai/mediakit/image-upscale): Image upscale / 2x upscaler / 4x upscaler / super-resolution / sharpen image / enlarge image without loss. ($0.02 USDC) - [json-yaml](https://agentutility.ai/mediakit/json-yaml): JSON ↔ YAML bidirectional converter. ($0.002 USDC) - [logo-detect](https://agentutility.ai/mediakit/logo-detect): Brand logo detection / brand recognition in images. ($0.03 USDC) - [merge-pdf](https://agentutility.ai/mediakit/merge-pdf): PDF merger / combine PDFs / concatenate PDF files / join multiple PDFs into one. ($0.01 USDC) - [mp4-to-mp3](https://agentutility.ai/mediakit/mp4-to-mp3): MP4 → MP3 audio extractor. ($0.10 USDC) - [ocr](https://agentutility.ai/mediakit/ocr): OCR / optical character recognition / scanned document extractor / image-PDF to text. ($0.20 USDC) - [office-to-pdf](https://agentutility.ai/mediakit/office-to-pdf): Office to PDF converter — DOCX/DOC, XLSX/XLS, PPTX/PPT, ODT/ODS/ODP, RTF, TXT, CSV, EPUB, MD, HTML, Apple Pages/Numbers/Keynote → PDF. ($0.05 USDC) - [pdf-compress](https://agentutility.ai/mediakit/pdf-compress): PDF compressor / shrink PDF / PDF size reducer / smaller PDF for email. ($0.005 USDC) - [pdf-extract-tables](https://agentutility.ai/mediakit/pdf-extract-tables): PDF table extractor / table from PDF / scanned-table parsing / financial-table OCR / multi-page table consolidator / Datalab Marker tables. ($0.10 USDC) - [pdf-merge](https://agentutility.ai/mediakit/pdf-merge): PDF merger / PDF combiner / PDF concatenator. ($0.01 USDC) - [pdf-split](https://agentutility.ai/mediakit/pdf-split): PDF splitter / PDF page extractor. ($0.04 USDC) - [pdf-to-jpg](https://agentutility.ai/mediakit/pdf-to-jpg): PDF to JPG / PNG / WEBP image converter. ($0.10 USDC) - [pdf-to-markdown](https://agentutility.ai/mediakit/pdf-to-markdown): AI PDF extractor: PDF to Markdown / HTML / structured JSON via Datalab Marker. ($0.20 USDC) - [pdf-to-text](https://agentutility.ai/mediakit/pdf-to-text): PDF to text / extract text from PDF. ($0.20 USDC) - [pdf-watermark](https://agentutility.ai/mediakit/pdf-watermark): PDF watermark / image watermark / video watermark — text or image overlay on PDFs, PNG/JPG/GIF, or MP4/MOV/WEBM. ($0.02 USDC) - [pdf2md](https://agentutility.ai/mediakit/pdf2md): PDF to Markdown converter. ($0.20 USDC) - [receipt-ocr](https://agentutility.ai/mediakit/receipt-ocr): Receipt OCR. ($0.01 USDC) - [receipt-parser](https://agentutility.ai/mediakit/receipt-parser): Receipt → structured JSON (vendor, address, date, line items with qty/unit_price/total, subtotal, tax, tip, total, payment method). ($0.01 USDC) - [speaker-diarize](https://agentutility.ai/mediakit/speaker-diarize): Speaker diarization / who-said-what transcription. ($0.10 USDC) - [split-pdf](https://agentutility.ai/mediakit/split-pdf): PDF splitter / PDF page extractor / split PDF by range / PDF to multiple files. ($0.04 USDC) - [subtitles](https://agentutility.ai/mediakit/subtitles): SRT / VTT subtitle generator from video or audio. ($0.08 USDC) - [transcribe](https://agentutility.ai/mediakit/transcribe): Video / audio transcription via Whisper v3. ($0.10 USDC) - [upscale-image](https://agentutility.ai/mediakit/upscale-image): AI image upscaler / super-resolution / image enlarger. ($0.10 USDC) - [video-summarize](https://agentutility.ai/mediakit/video-summarize): Video summarizer / podcast summarizer / lecture notes generator. ($0.10 USDC) - [video-thumbnail](https://agentutility.ai/mediakit/video-thumbnail): Video thumbnail / video frame extractor. ($0.03 USDC) - [video-to-audio](https://agentutility.ai/mediakit/video-to-audio): Video → audio extractor / video to audio converter. ($0.10 USDC) - [video-to-subtitles](https://agentutility.ai/mediakit/video-to-subtitles): SRT / VTT subtitle generator from video or audio. ($0.02 USDC) - [video-to-text](https://agentutility.ai/mediakit/video-to-text): Video transcription / audio transcription via Whisper v3 large. ($0.10 USDC) - [video-transcribe](https://agentutility.ai/mediakit/video-transcribe): Transcribe video / video transcription / video to audio transcription / video-to-text. ($0.10 USDC) - [video-trim](https://agentutility.ai/mediakit/video-trim): Video trimmer / video cutter / video clip tool. ($0.02 USDC) - [watermark](https://agentutility.ai/mediakit/watermark): PDF / image / video watermarking — text or image overlay. ($0.02 USDC) - [watermark-pdf](https://agentutility.ai/mediakit/watermark-pdf): Add watermark to PDF. ($0.02 USDC) - [xlsx-to-csv](https://agentutility.ai/mediakit/xlsx-to-csv): Excel to CSV / XLSX to CSV / Numbers to CSV / spreadsheet to CSV. ($0.005 USDC) - [xml-to-word](https://agentutility.ai/mediakit/xml-to-word): XML → Microsoft Word (DOCX) converter via CloudConvert. ($0.05 USDC) - [youtube-transcript](https://agentutility.ai/mediakit/youtube-transcript): YouTube transcript / closed-caption fetcher / video subtitles puller / auto-generated CC reader. ($0.01 USDC) ### Wordmint - [ai-to-human-text](https://agentutility.ai/wordmint/ai-to-human-text): AI text humanizer / GPT detector bypass. ($0.01 USDC) - [citation-verify](https://agentutility.ai/wordmint/citation-verify): Citation verifier / fact-check against URL / does-this-source-support-this-claim / hallucination detector. ($0.01 USDC) - [classify](https://agentutility.ai/wordmint/classify): Zero-shot text classifier. ($0.02 USDC) - [classify-text](https://agentutility.ai/wordmint/classify-text): Text classifier / zero-shot classifier / category sorter. ($0.02 USDC) - [commit-message-from-diff](https://agentutility.ai/wordmint/commit-message-from-diff): Git commit message generator / Conventional Commits / AI commit-msg. ($0.01 USDC) - [content-simhash](https://agentutility.ai/wordmint/content-simhash): SimHash / 64-bit content fingerprint / near-duplicate detection / dedup hashing / locality-sensitive hash. ($0.001 USDC) - [cron-explain](https://agentutility.ai/wordmint/cron-explain): Cron expression explainer / cron parser / scheduling translator. ($0.002 USDC) - [cron-parse](https://agentutility.ai/wordmint/cron-parse): Cron parser. ($0.002 USDC) - [describe-image](https://agentutility.ai/wordmint/describe-image): AI image descriptor / vision LLM. ($0.02 USDC) - [detect-language](https://agentutility.ai/wordmint/detect-language): Language detector / language identification. ($0.005 USDC) - [detect-pii](https://agentutility.ai/wordmint/detect-pii): PII detector / data leak scanner. ($0.02 USDC) - [dictionary-define](https://agentutility.ai/wordmint/dictionary-define): English dictionary / word definition / lookup word / pronunciation / part of speech / synonyms / etymology adjacent. ($0.002 USDC) - [email-draft](https://agentutility.ai/wordmint/email-draft): AI email writer / cold outreach / follow-up generator. ($0.02 USDC) - [embedding-similarity](https://agentutility.ai/wordmint/embedding-similarity): Embedding similarity / cosine similarity / semantic match / vector compare / are-these-strings-similar. ($0.002 USDC) - [extract](https://agentutility.ai/wordmint/extract): Named entity extractor / NER. ($0.02 USDC) - [extract-entities](https://agentutility.ai/wordmint/extract-entities): Named entity recognition (NER) / entity extractor. ($0.005 USDC) - [humanize](https://agentutility.ai/wordmint/humanize): AI text humanizer / GPT detector bypass. ($0.01 USDC) - [moderate-content](https://agentutility.ai/wordmint/moderate-content): Content moderation / safety classifier / OpenAI-style toxicity API. ($0.02 USDC) - [pii-redact](https://agentutility.ai/wordmint/pii-redact): PII redactor / mask emails phones SSNs IBANs credit cards IPs / GDPR safe text / privacy scrubber. ($0.005 USDC) - [prompt-compress](https://agentutility.ai/wordmint/prompt-compress): Prompt compressor / context shrinker / prompt distiller / cost-cutter for long system prompts. ($0.005 USDC) - [regex-from-prompt](https://agentutility.ai/wordmint/regex-from-prompt): Regex generator / NL to regex / pattern builder. ($0.01 USDC) - [resume-scorer](https://agentutility.ai/wordmint/resume-scorer): AI resume scorer / ATS keyword analyzer. ($0.02 USDC) - [retrieval-rerank](https://agentutility.ai/wordmint/retrieval-rerank): Retrieval reranker / RAG reranker / document scoring / top-k filter / cross-encoder substitute. ($0.005 USDC) - [rewrite-tone](https://agentutility.ai/wordmint/rewrite-tone): Tone rewriter / paraphraser / writing style changer. ($0.02 USDC) - [semantic-chunk](https://agentutility.ai/wordmint/semantic-chunk): Semantic chunker / text splitter / RAG chunker / chunking with overlap / sentence + paragraph aware. ($0.002 USDC) - [sentiment](https://agentutility.ai/wordmint/sentiment): Sentiment + emotion analyzer. ($0.01 USDC) - [sentiment-analysis](https://agentutility.ai/wordmint/sentiment-analysis): Sentiment analyzer / emotion classifier / aspect-based sentiment. ($0.01 USDC) - [sql-from-prompt](https://agentutility.ai/wordmint/sql-from-prompt): Text to SQL / NL to SQL / AI SQL generator. ($0.02 USDC) - [structured-extract](https://agentutility.ai/wordmint/structured-extract): Structured-data extractor / JSON-from-text / schema-guided extraction / key-value pull / form-filler. ($0.01 USDC) - [summarize](https://agentutility.ai/wordmint/summarize): AI summarizer / TLDR generator. ($0.01 USDC) - [summarize-text](https://agentutility.ai/wordmint/summarize-text): AI text summarizer / TLDR generator. ($0.01 USDC) - [text-classify](https://agentutility.ai/wordmint/text-classify): Text classifier. ($0.005 USDC) - [text-embedding](https://agentutility.ai/wordmint/text-embedding): Text embedding / vector embedding / semantic vector / Venice embeddings / Gemini embeddings / BGE-M3. ($0.002 USDC) - [text-normalize](https://agentutility.ai/wordmint/text-normalize): Text normalize. ($0.001 USDC) - [thesaurus](https://agentutility.ai/wordmint/thesaurus): Thesaurus / synonyms / antonyms / similar words / rhymes / Datamuse / paraphrasing / query expansion. ($0.002 USDC) - [token-count](https://agentutility.ai/wordmint/token-count): Token count / tokenizer estimate / GPT-4 token count / Claude token count / Gemini token count / context-window pre-flight. ($0.001 USDC) - [tool-card-generate](https://agentutility.ai/wordmint/tool-card-generate): Tool card generator / OpenAI function-calling spec / A2A tool-card / agent tool description. ($0.005 USDC) - [translate](https://agentutility.ai/wordmint/translate): AI translator. ($0.005 USDC) - [translate-text](https://agentutility.ai/wordmint/translate-text): AI translator — 100+ languages, native-fluent. ($0.01 USDC) - [type-inference-from-json](https://agentutility.ai/wordmint/type-inference-from-json): Type inference from JSON / JSON to TypeScript / JSON to Zod / JSON to JSON Schema / JSON shape inferer / quicktype-style type generator. ($0.001 USDC) - [unicode-normalize](https://agentutility.ai/wordmint/unicode-normalize): Unicode normalize / NFC NFD NFKC NFKD / homoglyph detection / IDN spoof / lookalike chars / invisible characters / zero-width / phishing… ($0.001 USDC) ### WebProbe - [archive-snapshot](https://agentutility.ai/web-probe/archive-snapshot): Wayback Machine API / archive.org wrapper. ($0.02 USDC) - [arxiv-bibtex](https://agentutility.ai/web-probe/arxiv-bibtex): arXiv to BibTeX / arxiv citation generator / paper bibtex / LaTeX citation builder / academic citation lookup. ($0.002 USDC) - [arxiv-search](https://agentutility.ai/web-probe/arxiv-search): arXiv full-text search. ($0.03 USDC) - [arxiv-summarize](https://agentutility.ai/web-probe/arxiv-summarize): arXiv paper summarizer / research-paper TLDR. ($0.04 USDC) - [disposable-email-check](https://agentutility.ai/web-probe/disposable-email-check): Disposable email detector / fake email filter / fraud signup defense. ($0.005 USDC) - [dmarc-check](https://agentutility.ai/web-probe/dmarc-check): DMARC / SPF / DKIM checker. ($0.02 USDC) - [dns-lookup](https://agentutility.ai/web-probe/dns-lookup): DNS lookup / DNS resolver / DoH proxy. ($0.02 USDC) - [domain-availability](https://agentutility.ai/web-probe/domain-availability): Domain availability / RDAP lookup / WHOIS replacement / domain registration checker / expiry date lookup. ($0.005 USDC) - [domain-suggest](https://agentutility.ai/web-probe/domain-suggest): Brandable domain suggester / startup-name brainstormer / product-name proposer / domain candidate generator. ($0.05 USDC) - [expand-url](https://agentutility.ai/web-probe/expand-url): URL expander / redirect chain tracer / link-shortener resolver. ($0.02 USDC) - [github-readme](https://agentutility.ai/web-probe/github-readme): GitHub README fetch / repo readme / open-source-readme-as-markdown / package documentation puller. ($0.002 USDC) - [github-stars-history](https://agentutility.ai/web-probe/github-stars-history): GitHub stars history / star growth chart / repo popularity over time / trending tracker. ($0.005 USDC) - [hacker-news-search](https://agentutility.ai/web-probe/hacker-news-search): Hacker News search / HN search / yc-news / Algolia HN. ($0.001 USDC) - [hn-search](https://agentutility.ai/web-probe/hn-search): HN search / Hacker News search / yc-news / startup-news search / Algolia HN / who-is-hiring scraper / programmer-news firehose. ($0.001 USDC) - [homoglyph-check](https://agentutility.ai/web-probe/homoglyph-check): Homoglyph attack detector / Unicode lookalike scanner. ($0.003 USDC) - [ip-asn](https://agentutility.ai/web-probe/ip-asn): IP to ASN / IP geolocation / IP-to-ISP lookup / WHOIS for IP / cloud-provider attribution. ($0.001 USDC) - [jwt-decode](https://agentutility.ai/web-probe/jwt-decode): JWT decoder / token inspector / debug tool. ($0.003 USDC) - [keyword-suggest](https://agentutility.ai/web-probe/keyword-suggest): Keyword autocomplete / search suggest / SEO keyword research / query expansion / autocomplete suggestions. ($0.002 USDC) - [link-extract](https://agentutility.ai/web-probe/link-extract): Link extractor / extract links from URL / list all anchor links / page outlink crawler / scrape outbound links / get hrefs from page. ($0.005 USDC) - [mcp-tools-list](https://agentutility.ai/web-probe/mcp-tools-list): MCP tools-list / Model Context Protocol discovery / list MCP server tools / tools/list JSON-RPC / agent capability discovery / MCP catalo… ($0.005 USDC) - [password-strength](https://agentutility.ai/web-probe/password-strength): Password strength meter + breach checker. ($0.02 USDC) - [pubmed-search](https://agentutility.ai/web-probe/pubmed-search): PubMed biomedical literature search. ($0.01 USDC) - [qr-code-decode](https://agentutility.ai/web-probe/qr-code-decode): QR decoder / QR reader / scan QR from URL / QR code OCR / barcode reader / link extraction from QR. ($0.002 USDC) - [qr-code-generate](https://agentutility.ai/web-probe/qr-code-generate): QR code generator / QR maker / vCard QR / WiFi QR / URL to QR / SVG QR / PNG QR / customizable error correction. ($0.001 USDC) - [rss-from-anything](https://agentutility.ai/web-probe/rss-from-anything): RSS feed generator / HTML to RSS converter. ($0.04 USDC) - [scrape](https://agentutility.ai/web-probe/scrape): Web scraper / HTML extractor. ($0.04 USDC) - [scrape-website](https://agentutility.ai/web-probe/scrape-website): Web scraper / HTML to text / website content extractor. ($0.04 USDC) - [screenshot](https://agentutility.ai/web-probe/screenshot): Website screenshot / URL to PNG/JPG. ($0.04 USDC) - [sitemap-fetch](https://agentutility.ai/web-probe/sitemap-fetch): Sitemap fetcher / sitemap.xml parser / sitemap index resolver / SEO sitemap reader / robots.txt sitemap discovery / website URL inventory. ($0.005 USDC) - [ssl-cert](https://agentutility.ai/web-probe/ssl-cert): SSL certificate inspector / TLS cert checker / certificate transparency lookup / ssl expiry. ($0.03 USDC) - [ssl-cert-info](https://agentutility.ai/web-probe/ssl-cert-info): SSL / TLS certificate inspector. ($0.03 USDC) - [subdomain-enum](https://agentutility.ai/web-probe/subdomain-enum): Subdomain enumeration / attack-surface mapping / DNS recon. ($0.03 USDC) - [tech-stack-detect](https://agentutility.ai/web-probe/tech-stack-detect): Tech stack detector / website fingerprint / Wappalyzer alternative. ($0.01 USDC) - [tld-info](https://agentutility.ai/web-probe/tld-info): TLD info / top-level domain registry lookup / ccTLD vs gTLD / TLD introduction year / new gTLD registry. ($0.001 USDC) - [url-metadata-extract](https://agentutility.ai/web-probe/url-metadata-extract): URL metadata extractor / OG tags / Open Graph parser / Twitter Card parser / meta tag extractor / link preview / page metadata / favicon… ($0.003 USDC) - [user-agent-parse](https://agentutility.ai/web-probe/user-agent-parse): User-Agent parser / UA classifier / browser detection / OS detection / bot detection / AI crawler identifier (GPTBot, ClaudeBot, Perplexi… ($0.001 USDC) - [webpage-diff](https://agentutility.ai/web-probe/webpage-diff): Webpage change detection / website monitor / content diff. ($0.04 USDC) - [website-screenshot](https://agentutility.ai/web-probe/website-screenshot): URL to PNG / JPG / website screenshot tool. ($0.04 USDC) - [whois](https://agentutility.ai/web-probe/whois): Domain WHOIS / RDAP lookup. ($0.02 USDC) - [whois-lookup](https://agentutility.ai/web-probe/whois-lookup): WHOIS / RDAP domain lookup. ($0.02 USDC) - [wikipedia](https://agentutility.ai/web-probe/wikipedia): Wikipedia API / encyclopedia lookup. ($0.005 USDC) - [wikipedia-lookup](https://agentutility.ai/web-probe/wikipedia-lookup): Wikipedia API / encyclopedia lookup / structured article fetch. ($0.005 USDC) ### Locale - [address-geocode](https://agentutility.ai/locale/address-geocode): Geocoder / address-to-lat-lng / location resolver. ($0.02 USDC) - [airport-delays](https://agentutility.ai/locale/airport-delays): FAA NAS Status — current US airport delays, ground stops, ground delay programs, weather-driven program changes. ($0.02 USDC) - [astro-times](https://agentutility.ai/locale/astro-times): sunrise-sunset / golden-hour / civil twilight / nautical dusk / day-length / solar-noon / dawn-dusk / astronomy times. ($0.002 USDC) - [bin-lookup](https://agentutility.ai/locale/bin-lookup): Credit card BIN / IIN lookup. ($0.02 USDC) - [building-permits](https://agentutility.ai/locale/building-permits): Building permits multi-city open-data lookup. ($0.03 USDC) - [card-bin-lookup](https://agentutility.ai/locale/card-bin-lookup): Credit card BIN lookup / IIN lookup / card-issuer lookup. ($0.02 USDC) - [country-info](https://agentutility.ai/locale/country-info): Country info / ISO 3166 / country code lookup / capital city lookup / currencies by country / population / region resolver. ($0.002 USDC) - [earthquakes-recent](https://agentutility.ai/locale/earthquakes-recent): Earthquake feed / seismic activity / USGS / recent quakes / quake monitor / tremor data / fault line activity / tsunami alerts. ($0.002 USDC) - [flight-status](https://agentutility.ai/locale/flight-status): Flight status / live aircraft position / flight tracker / ICAO24 lookup / callsign lookup / aircraft bounding-box / OpenSky Network state… ($0.01 USDC) - [holiday-lookup](https://agentutility.ai/locale/holiday-lookup): Public holidays / bank holidays / national holidays / federal holidays / holiday calendar / per-country dates. ($0.002 USDC) - [iata-airport-info](https://agentutility.ai/locale/iata-airport-info): IATA / ICAO airport code lookup. ($0.005 USDC) - [property-tax](https://agentutility.ai/locale/property-tax): Property tax lookup. ($0.01 USDC) - [property-tax-assessment](https://agentutility.ai/locale/property-tax-assessment): Property tax assessor lookup (multi-county). ($0.01 USDC) - [reverse-geocode](https://agentutility.ai/locale/reverse-geocode): Reverse geocoder / lat-lng-to-address. ($0.02 USDC) - [satellite-address](https://agentutility.ai/locale/satellite-address): Address to satellite image / one-call address → cloud-free Sentinel-2 thumbnail / postal-code satellite snapshot / place-name to space view. ($0.01 USDC) - [satellite-bbox](https://agentutility.ai/locale/satellite-bbox): Bounding-box satellite composite / Sentinel-2 cloud-free mosaic / region satellite snapshot / arbitrary bbox to imagery. ($0.02 USDC) - [satellite-change](https://agentutility.ai/locale/satellite-change): Satellite before/after / change detection / Sentinel-2 time-series diff / construction monitoring / deforestation tracker / fire-burn-sca… ($0.05 USDC) - [satellite-tile](https://agentutility.ai/locale/satellite-tile): Satellite imagery tile / lat-lon to satellite PNG / Sentinel-2 tile API / cloud-free satellite snapshot / agent-callable satellite imagery. ($0.005 USDC) - [sports-schedule](https://agentutility.ai/locale/sports-schedule): Sports schedule / MLB / NBA / NHL / NFL / WNBA / MLS / EPL / La Liga / Bundesliga / Serie A — next games + recent results / sports schedu… ($0.01 USDC) - [sunrise-sunset](https://agentutility.ai/locale/sunrise-sunset): Sunrise sunset times. ($0.002 USDC) - [timezone-convert](https://agentutility.ai/locale/timezone-convert): Timezone convert / IANA tz conversion / DST-aware time arithmetic / wall-clock to UTC / convert across cities. ($0.001 USDC) - [timezone-lookup](https://agentutility.ai/locale/timezone-lookup): Timezone lookup / IANA tz / UTC offset / DST status / local time at lat-lng / which timezone. ($0.001 USDC) - [vin-decode](https://agentutility.ai/locale/vin-decode): VIN decoder / VIN lookup / decode VIN / vehicle identification number / NHTSA vPIC wrapper. ($0.005 USDC) - [visa-requirements](https://agentutility.ai/locale/visa-requirements): Visa requirements lookup. ($0.005 USDC) - [weather](https://agentutility.ai/locale/weather): Weather API / weather forecast / current weather / hourly forecast. ($0.005 USDC) - [weather-forecast](https://agentutility.ai/locale/weather-forecast): Weather forecast / hourly forecast / current weather / temperature / precipitation / UV index / sunrise-sunset / Open-Meteo / weather API. ($0.005 USDC) ## see also - [x402.org](https://www.x402.org): protocol home - [bazaar.x402.org](https://bazaar.x402.org): official x402 directory - [modelcontextprotocol.io](https://modelcontextprotocol.io): MCP spec - [EIP-8004](https://eips.ethereum.org/EIPS/eip-8004): trustless agent identity registry - [llmstxt.org](https://llmstxt.org): llms.txt proposal