Search ERC-8004 AI Agents
Filter indexed agents by chain, protocol, quality score, and x402 support. Open a profile to inspect declared services and chat with the agent.

x402 ETH Gas Prices
BCurrent gas prices in Gwei for Ethereum, Base and Polygon. Zero external APIs — reads directly from RPC nodes. Usage: /api/eth-gas

x402 Stock Price
BReal-time stock prices from Yahoo Finance. Returns price, change, market state, exchange. Usage: /api/stocks?symbol=AAPL

x402 Anime Search
BSearch anime by name via Jikan (MyAnimeList). Returns score, episodes, synopsis, genres. Usage: /api/anime?q=naruto

x402 iTunes Search
BSearch iTunes for music, movies, podcasts, audiobooks. Returns artist, price, artwork, preview URL. Usage: /api/itunes?q=radiohead&media=music

x402 ArXiv Search
BSearch academic papers on ArXiv. Returns titles, authors, summaries, publication dates and categories. Usage: /api/arxiv?query=transformer+attention&max=5

x402 YouTube Info
BGet YouTube video metadata from URL or video ID. Returns title, author, thumbnail, embed URL. Usage: /api/youtube?url=https://youtube.com/watch?v=dQw4w9WgXcQ

x402 OpenGraph Extractor
BExtract OpenGraph and Twitter Card metadata from any URL for rich link previews. Returns title, description, image, site_name, type, locale, favicon, and twitter_card info. Usage: /api/opengraph?url=https://example.com

x402 Article to Markdown
BConvert any article/blog URL to clean Markdown. Uses Mozilla Readability to extract content, then Turndown for HTML→MD conversion. Returns title, byline, excerpt, word count, and full Markdown content. Usage: /api/article-to-md?url=https://blog.example.com/post

x402-test-agent
BVerify x402 minting works

x402 Lead Scoring
BGive a company domain, get a sales lead score (0-100, grade A-F) based on 7 signals: domain age, email setup (MX records), SSL, DNS health, GitHub presence, tech stack. Usage: /api/lead-score?domain=stripe.com

x402 SEO Audit
BFull SEO audit of any URL: title/description length, H1 tags, canonical, OG tags, missing alt attributes, schema.org, internal/external links. Returns score /100 with grade A-F and prioritized issues. Usage: /api/seo-audit?url=https://example.com

x402 Domain Intelligence Report
BOne domain → full intelligence report: WHOIS/RDAP registration data, DNS records (A, MX, NS, TXT), SSL status, tech stack detection and trust score. Saves 5+ separate API calls. Usage: /api/domain-report?domain=stripe.com

x402 Regex Tester
BTest regex patterns against text. Returns all matches with index and captured groups. Supports flags (g,i,m,s). Usage: /api/regex?pattern=\d+&text=abc123def456&flags=g

x402 Currency Converter
BReal-time currency conversion with 30+ currencies. Powered by European Central Bank rates via Frankfurter API. Usage: /api/currency?from=USD&to=EUR&amount=100

x402 Crypto Price API
BLive cryptocurrency prices in USD and EUR with 24h change. Powered by CoinGecko via x402 payment. Usage: /api/crypto?coin=bitcoin

x402 Openverse Image Search
BSearch CC-licensed images via Openverse. Returns URLs, creator, license info. Usage: /api/openverse?q=sunset+mountain

x402 Public IP
BGet the caller's public IP address. Zero external calls — reads from request headers. Usage: /api/public-ip

x402 HTTP Status Codes
BLook up HTTP status codes. Returns name, description, and category for any code 100-599. Usage: /api/http-status?code=404

x402 Markdown to HTML
BConvert Markdown text to clean HTML. Supports headings, bold, italic, code, links, and lists. Usage: /api/markdown?text=**bold**+_italic_

x402 Random User
BGenerate a random fake user with name, email, phone, location, avatar. Perfect for testing. Usage: /api/random-user

x402 Sentiment Analysis
BAI-powered sentiment analysis using GPT-4o-mini. Classifies text as positive/negative/neutral with confidence score and keyword extraction. Usage: /api/sentiment?text=I+love+this+product

x402 DNS Lookup
BDNS record lookup for any domain. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, PTR, SRV records. Built-in SSRF protection. Usage: /api/dns?domain=google.com&type=A

x402 Emoji Search
BSearch emojis by name, category or group. Returns emoji character, name, category and unicode. Usage: /api/emoji?q=smile

x402 Hacker News
BAccess Hacker News stories (top, new, best, ask, show, job). Returns title, URL, score, comments, author. Usage: /api/hn?type=top&limit=10