agentsvc.io

27 pay-per-call web tools for agents: scrape, screenshot, PDF, OCR, search, prices, validation.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    27 pay-per-call web tools for agents: scrape, screenshot, PDF, OCR, search, prices, validation. x402

    Server tool list (27)

    Raw names from tools/list. Only developers need these.

    screenshotCapture any URL as a PNG screenshot. Returns image_base64 (base64 PNG — decode to get raw bytes). Full JS rendering via Playwright, works on SPAs and dynamic content. Params: url (required), width px (default 1280), height px (default 800), full_page boolean, wait_ms. Price: $0.005 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/screenshot. Through this MCP endpoint the call uses the free trial quota (1 per day). Example input: {"url":"https://example.com","width":1280,"height":800}
    weatherReal-time weather + 3-day forecast. Returns current (temp_c, feels_like_c, humidity_pct, wind_kph, weather_code) and forecast_3d array. Pass location as city name ('Berlin') or GPS string ('52.52,13.41'). WMO codes: 0=clear, 1-3=cloudy, 45-48=fog, 51-67=rain, 71-77=snow, 95-99=thunderstorm. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/weather. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"location":"Berlin"}
    exchange_ratesLive forex rates from European Central Bank (ECB), updated hourly. Returns rates object mapping currency codes to rates relative to base. Pass symbols array to filter (e.g. ['USD','CHF','GBP']). Empty symbols = all 30+ currencies. Use for currency conversion in invoices, pricing, or financial calculations. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/exchange-rates. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"base":"EUR","symbols":["USD","CHF","GBP"]}
    html_to_pdfRender a URL or raw HTML string to PDF. Returns pdf_base64 (base64 PDF — decode to get raw bytes) and page_count. Provide url OR html — never both. Supports format (A4/Letter/Legal), landscape boolean, and margin settings (top/bottom/left/right in CSS units). Use for invoices, reports, or printable document generation. Price: $0.008 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/html-to-pdf. Through this MCP endpoint the call uses the free trial quota (1 per day). Example input: {"html":"<h1>Invoice #123</h1><p>Total: $42.00</p>"}
    ip_lookupResolve any IPv4 or IPv6 address to location and network data. Returns country, country_code, city, region, postal, lat/lon, timezone, ISP, org, and ASN. Use for fraud detection, geolocation enrichment, or access log analysis. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/ip-lookup. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"ip":"8.8.8.8"}
    webpage_readerFetch and extract clean readable text from any URL. Full JS rendering via Playwright — works on SPAs and dynamic sites. Returns title, text (cleaned content, default max 8000 chars), description, word_count, and optional links array. Ideal for web research, content summarization, or feeding page content to an LLM. Price: $0.006 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/webpage-reader. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"url":"https://example.com","max_chars":4000}
    dns_lookupResolve DNS records for any domain. Supports A, AAAA, MX, TXT, CNAME, NS. Returns records object with array per type. Default: A records only. Use to verify mail server setup (MX), check domain ownership (TXT), or debug DNS propagation. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/dns-lookup. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"domain":"github.com","types":["A","MX"]}
    qr_codeGenerate a QR code for any text or URL. Returns image_base64 (base64 PNG — decode to get raw bytes). Params: text (required), size in px (64-1024, default 256), error_correction (L/M/Q/H, default M). H = highest redundancy, survives up to 30% damage. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/qr-code. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"text":"https://agentsvc.io","size":256}
    web_searchSearch for factual information via DuckDuckGo + Wikipedia. Returns heading, abstract (plain-language summary), abstract_url, and results (list of relevant links). Best for: people, places, concepts, history, science. NOT for breaking news — use news-search instead. Price: $0.003 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/web-search. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"query":"x402 payment protocol"}
    translateTranslate text between 100+ languages. Max 500 characters per call. Returns translated_text and confidence (0-1). Set target_lang to IETF code: 'de' (German), 'fr' (French), 'es' (Spanish), 'ja' (Japanese), 'zh-CN' (Chinese Simplified), 'ar' (Arabic), 'pt' (Portuguese), 'it' (Italian), 'nl' (Dutch). source_lang defaults to auto-detect. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/translate. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"text":"Hello, how are you?","target_lang":"de"}
    email_validateValidate an email address: RFC 5322 format check, domain MX record lookup, disposable provider detection, and role address detection (e.g. info@, admin@). Returns is_valid boolean and granular checks object. Use before storing or sending to email addresses to prevent bounces. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/email-validate. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"email":"support@github.com"}
    ssl_checkInspect SSL/TLS certificate for any domain. Returns valid boolean, days_remaining, issuer, valid_from, valid_to, subject_alt_names (SANs), fingerprint_sha256, and protocol version. Default port 443. Use for certificate expiry monitoring, security audits, or HTTPS verification. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/ssl-check. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"domain":"github.com"}
    whoisDomain registration lookup via RDAP (modern WHOIS). Returns registrar, registrar_url, created_at, updated_at, expires_at, days_until_expiry, name_servers array, status array, and registrant_country. Clean JSON — no raw WHOIS text to parse. Covers all major TLDs. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/whois. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"domain":"github.com"}
    crypto_pricesReal-time crypto prices, market caps, and 24h % changes via CoinGecko. Pass coins as CoinGecko IDs (['bitcoin','ethereum','solana']) or tickers. Max 25 coins per call. Returns usd, usd_24h_change, usd_market_cap per coin. Add currencies param for multi-currency output (['usd','eur','gbp']). Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/crypto-prices. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"coins":["bitcoin","ethereum"],"currencies":["usd"]}
    pdf_extractExtract all text from a PDF. Send as pdf_base64 (base64-encoded PDF, max ~10 MB decoded). Returns text (full concatenated text), pages array (per-page text + char_count), page_count, and metadata (title, author, creator). Encode with: Buffer.from(pdfBytes).toString('base64'). Ideal for RAG pipelines, document QA, or LLM ingestion. Price: $0.004 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/pdf-extract. Through this MCP endpoint the call uses the free trial quota (1 per day). Example input: {"pdf_base64":"<base64 of a PDF>","max_pages":10}
    phone_validateParse and validate any phone number worldwide using libphonenumber. Returns is_valid, e164 (canonical international format e.g. '+4917612345678'), national_format, country_code (ISO alpha-2), and line_type (MOBILE/FIXED_LINE/VOIP/TOLL_FREE). Provide country_code hint (e.g. 'DE') for local numbers without country prefix. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/phone-validate. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"phone":"+41 44 668 18 00"}
    stock_pricesReal-time stock data via Yahoo Finance. Returns price, change, change_pct, previous_close, market_cap, pe_ratio, week_52_high, week_52_low, volume, and market_state. Max 10 symbols per call. Non-US exchange suffixes: 'SAP.DE' (Xetra), 'VOD.L' (London LSE), 'AIR.PA' (Paris Euronext), 'ASML.AS' (Amsterdam). Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/stock-prices. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"symbols":["AAPL","MSFT"]}
    geocodeForward geocoding: address string → lat/lon. Reverse geocoding: lat/lon → human-readable address. Powered by OpenStreetMap Nominatim. Returns results array with display_name, lat, lon, type, and structured address object. Provide address (string) for forward, or lat + lon (numbers) for reverse. Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/geocode. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"address":"Brandenburger Tor, Berlin"}
    news_searchSearch recent news articles by keyword. Returns articles with title, url, source, published_at, and snippet. Sources: HackerNews Algolia (tech) + BBC RSS (general/world). Optional category filter: general/tech/business/science/health/politics. Limit max 30. Use for current events, topic monitoring, or market sentiment. Price: $0.003 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/news-search. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"query":"AI agents","limit":5}
    ocrExtract text from images using Tesseract OCR. Send image as image_base64 (PNG/JPEG/WebP/TIFF/BMP, max 10 MB decoded). Returns text and confidence (0-100, where 80+ is reliable). Set language to Tesseract code: 'eng' (default), 'deu' (German), 'fra' (French), 'chi_sim' (Chinese Simplified), 'jpn' (Japanese), 'ara' (Arabic). Use for invoices, receipts, scanned documents, or screenshots with text. Price: $0.008 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/ocr. Through this MCP endpoint the call uses the free trial quota (1 per day). Example input: {"image_base64":"<base64 of a PNG/JPG>","language":"eng"}
    web_scrapeFetch any public URL and return the page as clean Markdown for LLM consumption (title, meta description, main content with headings/lists/links preserved). Pass render:true to execute JavaScript in a real browser for SPAs (slower, returns plain text). Use this instead of raw fetch when a site blocks bots or when you want token-efficient content. Params: url (required), max_chars (default 8000, max 60000), include_links boolean, render boolean. Price: $0.004 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/web-scrape. Through this MCP endpoint the call uses the free trial quota (1 per day). Example input: {"url":"https://example.com","max_chars":8000}
    rss_fetchFetch an RSS 2.0, RSS 1.0 or Atom feed and return normalized JSON items (title, link, published_at ISO 8601, summary without HTML, author, guid). Use for monitoring blogs, news sites, GitHub releases, podcasts or any feed URL without writing an XML parser. Params: url (required), limit (default 20, max 100). Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/rss-fetch. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"url":"https://hnrss.org/frontpage","limit":10}
    url_statusCheck whether a URL is reachable and what it returns: final status code, full redirect chain, response time, content-type, server header and content length. Use for link validation, uptime checks, canonical URL resolution or before spending money on a scrape/screenshot. Params: url (required), method (GET default, or HEAD). Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/url-status. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"url":"https://example.com"}
    evm_balanceRead the ETH and USDC balance of any address on Base mainnet (chain 8453) straight from the chain, plus transaction count and how many x402 calls the USDC covers. Use it to check your own agent wallet before a paid workflow, to verify a counterparty was paid, or to monitor treasury addresses. Params: address (required, 0x...). Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/evm-balance. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"address":"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27"}
    barcodeGenerate a barcode as PNG (base64): code128 (default), ean13, ean8, upca, upce, code39, itf14, gs1_128, isbn, datamatrix, pdf417, aztec or qr. Validates check digits for EAN/UPC. Use for labels, shipping, inventory, tickets or invoices. Params: text (required), type, scale (1-8, default 3), include_text boolean (human-readable text under the bars). Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/barcode. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"text":"4006381333931","type":"ean13"}
    image_resizeResize, crop-fit and convert images (PNG, JPEG, WebP, AVIF, GIF, TIFF, SVG input) to webp, png, jpeg or avif. Auto-rotates by EXIF. Use to shrink screenshots before sending them to a vision model, create thumbnails, or convert formats. Params: image_base64 or image_url (one required), width, height (max 4096), fit (inside default | cover | contain | fill), format (webp default), quality (1-100, default 80). Price: $0.003 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/image-resize. Through this MCP endpoint the call uses the free trial quota (1 per day). Example input: {"image_url":"https://agentsvc.io/sample.png","width":130,"format":"webp"}
    timezoneResolve a city name or coordinates to its IANA timezone and return the current local time, UTC offset, DST flag and weekday. Use for scheduling across regions, 'what time is it in X', or normalizing timestamps. Params: location (required, e.g. 'Tokyo' or '35.68,139.69'). Price: $0.002 USDC per call via x402 at POST https://agentsvc.io/api/v1/proxy/timezone. Through this MCP endpoint the call uses the free trial quota (3 per day). Example input: {"location":"Tokyo"}