mcpbeat Sign in

agentsvc.io MCP Server

answering

agentsvc.io is answering right now. Last checked 4 min ago. It exposes 27 tools.

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

Uptime history 9 days of history
9 days agonow
100.0%
Uptime 24h
92 of 92 checks
27
Tools
read from the server
216 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check agentsvc.io every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add services --transport http https://agentsvc.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "services": {
      "url": "https://agentsvc.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.services]
url = "https://agentsvc.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "services": {
      "url": "https://agentsvc.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "services": {
      "url": "https://agentsvc.io/mcp"
    }
  }
}

Available tools 27

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

web
web_scrape
Fetch 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}
web_search
Search 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"}
barcode
barcode
Generate 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"}
code
qr_code
Generate 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}
crypto
crypto_prices
Real-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"]}
dns
dns_lookup
Resolve 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"]}
email
email_validate
Validate 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":"[email protected]"}
evm
evm_balance
Read 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"}
exchange
exchange_rates
Live 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"]}
geocode
geocode
Forward 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"}
html
html_to_pdf
Render 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>"}
image
image_resize
Resize, 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"}
lookup
ip_lookup
Resolve 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"}
news
news_search
Search 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}
ocr
ocr
Extract 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"}
pdf
pdf_extract
Extract 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
phone_validate
Parse 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"}
rss
rss_fetch
Fetch 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}
screenshot
screenshot
Capture 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}
ssl
ssl_check
Inspect 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"}
stock
stock_prices
Real-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"]}
timezone
timezone
Resolve 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"}
translate
translate
Translate 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"}
url
url_status
Check 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"}
weather
weather
Real-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"}
webpage
webpage_reader
Fetch 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}
whois
whois
Domain 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"}

Endpoints

URLTransportStateLatencyChecked
https://agentsvc.io/mcp streamable-http answering 141 ms 4 min ago

Alternatives to agentsvc.io

same job, measured the same way
upAPI
by devinosolutions

All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.

223 installs/wk answering
Web Scraper
by agishub

10 pay-per-call web tools: markdown, CSS scrape, links, crawl, screenshot, PDF, browser.

11 tools answering
Screenshotink
by screenshotink

Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

26 installs/wk answering
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

15 installs/wk local only
Cyberwarex Web Access
by cyberpunk11147

Web access for agents: fetch, extract, screenshot, or PDF any public URL.

local only
ocular
by xyun1996

Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.

33 installs/wk local only
Scrapeless MCP Server
by scrapeless-ai

Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.

276 installs/wk answering
Pagewatch
by pagelens

Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

57 installs/wk 5 tools answering

agentsvc.io — questions

Answers built from our own checks of this server.

What can agentsvc.io do?
It exposes 27 tools, read directly from the server on our last check. Among them: barcode, crypto_prices, dns_lookup, email_validate, evm_balance, exchange_rates and 21 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is agentsvc.io working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 216 ms. The bar chart above shows every period we have measured.
How do I connect agentsvc.io?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does agentsvc.io need an API key?
No. agentsvc.io completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 27 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is agentsvc.io?
It answers our handshake in 216 ms on average, which is faster than 63% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.