Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose

@agentutility/mcp-web-probe

Inspect any website. Pay per look. · 155 tools · $0.001 – $0.1

INSTALL — CLAUDE DESKTOP
{
  "mcpServers": {
    "agentutility-web-probe": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-web-probe"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HEX"
      }
    }
  }
}

Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

INSTALL — CURSOR
{
  "mcpServers": {
    "agentutility-web-probe": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-web-probe"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Path: .cursor/mcp.json in your project root.

FUNDING

Send any amount of USDC on Base mainnet to the address derived from your X402_PRIVATE_KEY. The MCP server uses it to pay per call.

USDC on Base contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

TOOLS (155)
toolpricedescription
answer-web$0.04Answers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs.
archive-snapshot$0.02Finds the closest archived snapshot of a public URL, like a Wayback Machine API.
archive-snapshot-api$0.02Finds archived snapshots of public web pages, returning the closest Wayback Machine captures with timestamps, status codes, and replay URLs.
archive-url$0.02Looks up the archived copy of a public URL closest to a given timestamp and can fetch cleaned archived page text.
arxiv-bibtex$0.005Turns an arXiv paper into a BibTeX entry: pulls title, authors, year, abstract, and DOI from the arXiv API and generates a properly-forma…
arxiv-search$0.03arXiv full-text search.
arxiv-summarize$0.04arXiv paper summarizer / research-paper TLDR.
b2b-lead-enrich$0.01Enriches B2B leads from caller-supplied email/name/domain/company into a public-data profile with inferred name, company, domain, MX reco…
brand-domain-check$0.02Checks whether a brand or company domain is established, expiring, registrar-locked, or newly registered, on the same RDAP backend as who…
brand-name-generator$0.05Generates brand name candidates and returns ranked names, slugs, rationale, checked TLDs, and availability counts.
brand-name-score$0.005Scores a candidate brand or startup name on quality and risk.
brand-watch-domain-risk$0.02Checks new or suspicious brand-adjacent domains for age, registrar, expiry, DNSSEC, and transfer/lock statuses.
browser-render$0.03Loads a public URL with JavaScript enabled and returns rendered HTML, title, final URL, byte count, or a base64 screenshot when requested.
browser-session$0.03Loads a URL in a real headless browser with JavaScript executed, then returns the rendered HTML and page title, or a base64 screenshot.
business-name-generator$0.05Generates business name ideas: brainstorms short brandable candidates for a concept, checks TLD availability, and ranks by available doma…
civic-meeting-brief$0.015Civic meeting brief for turning a raw council or board agenda or minutes document into a scannable summary of what actually happened.
company-enrich$0.01Enrich a company from its domain or an email address.
company-name-score$0.005Scores the quality of a company name before you commit to domain, handle, trademark, and launch work.
contact-enrich$0.01Enriches a contact from email, name, domain, or company into a normalized public-data record with inferred display name, company/domain c…
crates-io-stats$0.003Fetches the public crates.io API record for a Rust crate and returns description, license, repository, homepage, documentation, keywords,…
creator-domain-check$0.02Checks creator, newsletter, podcast, and community domains for age, expiry, registrar, DNSSEC, and suspicious new-registration flags.
crypto-headlines$0.005Searches recent bitcoin, ethereum, and DeFi headlines via GDELT with a GNews fallback when configured, returning headline URLs, domains,…
crypto-news$0.005Fetches recent cryptocurrency news headlines from GDELT with a GNews fallback when configured, filtered by crypto topic or caller query,…
crypto-news-api$0.003Returns recent cryptocurrency headline metadata and sentiment.
disposable-email-check$0.005Detects disposable and throwaway email addresses before they get through your signup form.
dmarc-check$0.02Audits a domain's email authentication posture: DMARC, SPF, and DKIM in one check.
dns-lookup$0.02Full DNS lookup over Cloudflare 1.1.1.1 DNS-over-HTTPS.
domain-age-check$0.02Checks a domain's age and registration date, with registrar metadata, for fraud, phishing, brand-protection, and lead-enrichment workflows.
domain-availability$0.005Checks whether a domain is registered and returns registrar, registration date, expiry date, days_until_expiry, and current EPP status flags.
domain-enrich$0.01Enrich any domain, website URL, or email into company facts.
domain-expiry-check$0.02Checks a domain's expiration date and days until it expires, for renewal monitoring, vendor-risk checks, and brand-protection agents.
domain-name-generator$0.05Generates domain name ideas: brainstorms domain-friendly names from a concept and checks RDAP availability across allowed TLDs.
domain-portfolio-risk$0.02Audits individual portfolio domains for age, expiry, registrar, DNSSEC, nameservers, and lock status before renewal or acquisition decisions.
domain-renewal-monitor$0.02Monitors a domain's renewal status: expiration date, registrar metadata, nameservers, and expiring-soon risk flags, on the same RDAP back…
domain-risk-check$0.02Screens a domain for risk signals: age, expiration, registrar, nameservers, DNSSEC, status codes, and flags such as newly-registered or e…
domain-suggest$0.05Suggests short brandable domain candidates for a concept and verifies which are actually available.
email$0.005Validates an email address end to end: syntax, MX reachability, disposable/temp-mail domains, role accounts, and SPF/DMARC/DKIM posture.
email-deliverability$0.005Checks email deliverability by validating address format, MX reachability, temp-mail risk, role mailbox risk, and SPF/DMARC/DKIM authenti…
email-deliverability-check$0.005Checks whether an email address is likely to be deliverable and how risky it looks.
email-deliverability-score$0.005Scores an email domain's deliverability from 0-100.
email-domain-age-check$0.02Checks whether a sender or lead email domain is established, expiring, DNSSEC-signed, or newly registered.
email-domain-health$0.005Validates an email address and scores whether its domain can receive mail, reporting authentication records and disposable-domain risk wi…
email-spam-check$0.005Scores whether an address and domain are likely to receive mail cleanly, using syntax validation, MX records, disposable-domain signals,…
email-validator$0.005Validates email syntax and domain health, returning a deliverability score, risk bucket, MX records, disposable-domain match, role-accoun…
email-verify$0.005Verifies an email address and its domain with DNS-based risk checks: MX, disposable-domain, role-account, SPF, DMARC, and DKIM signals.
email-verify-api$0.005Verifies an email address with syntax, MX, disposable-domain, role-account, SPF, DMARC, and DKIM checks.
equities-news$0.005Equities news API (alias of stocks-news).
expand-url$0.02Expands shortened URLs by tracing the full redirect chain hop-by-hop.
github-readme$0.005Fetches the raw README markdown for any public GitHub repository via the official GitHub REST API, no auth required for public repos.
github-stars-history$0.005Tracks GitHub stars history: current star count plus a sampled cumulative-stars-vs-date series for any public GitHub repo.
google-search$0.01Ranked Google organic results for any query — title, URL, snippet, domain, and an optional recency filter, via Decodo Google Search.
grant-lookup$0.015Grant lookup and federal funding opportunities search for agents scouting money on the table for nonprofits, small businesses, researcher…
hacker-news-search$0.001Search 30M+ Hacker News stories and comments via the Algolia HN index.
handle-availability$0.005Checks whether a social handle is available on X and returns public profile metrics when it is already claimed.
headless-browser$0.03Opens a public URL in a real headless browser, waits for client-side rendering, and returns the rendered DOM or a screenshot.
hn-search$0.001Searches 30M+ Hacker News stories and comments via the public Algolia HN index.
homoglyph-check$0.003Detects Unicode lookalike characters that impersonate ASCII Latin letters, a common phishing-domain trick.
inbox-readiness-check$0.005Checks whether an email domain is ready to receive mail, returning a low/medium/high risk bucket and findings for mail launch or lead-rou…
ip-asn$0.001Looks up ASN and geolocation for any IPv4 or IPv6 address: ASN number, ASN org, ISP, country, region, city, postal, latitude/longitude, a…
javascript-render$0.03Renders a URL with JavaScript enabled and returns the browser-rendered HTML, title, resolved URL, and truncation metadata, or captures a…
jwt-decode$0.003Decodes a JWT and inspects its claims without needing the signing key.
keyword-suggest$0.002Keyword and autocomplete suggestions for any seed query.
lead-enrich$0.01Enriches a lead from an email, name, domain, or company into a normalized public-data person record.
link-extract$0.005Extracts every link from a webpage: fetches the HTML URL and returns each <a> link with its anchor text, rel attribute, and an is_externa…
link-unshortener$0.02Unshortens links, unmasking shortened URLs before fetch, enrichment, or security review.
ma-domain-diligence$0.02Runs M&A domain diligence, giving deal, finance, and procurement agents domain age, expiry, registrar, DNSSEC, nameserver, and transfer s…
market-recap$0.005Builds a short crypto market recap from recent GDELT crypto headlines with a GNews fallback when configured: lead headlines, top sources,…
mcp-tools-list$0.005Lists the tools exposed by any MCP (Model Context Protocol) server from its URL.
mentions$0.006Monitors public X mentions of a brand, handle, URL, ticker, or phrase by searching recent posts and returning matches with author and met…
mindshare$0.008Measures social mindshare by searching recent public X posts for a topic and returning tweet-level sentiment plus aggregate positive/neut…
ncbi-taxonomy-lookup$0.01Taxonomy lookup for resolving a common or scientific organism name into its NCBI TaxID, rank, and full ancestor lineage.
news-search$0.005News search API / GDELT article search / public news feed lookup.
npm-package-stats$0.003Fetches the public npm registry record for a package and returns description, license, repository, latest version, total version count, r…
password-strength$0.02Measures password strength with a zxcvbn-style score and optional HIBP breach lookup.
people$0.01Looks up a person from an email, name, domain, or company and returns a normalized public-data record (alias of people-enrich).
people-enrich$0.01Enriches a person record from an email, name, domain, or company using public data only.
people-search$0.01Searches for a person from caller-supplied identifiers and returns a normalized public-data record.
person$0.01Person lookup / person enrichment API (alias of people-enrich).
person-enrich$0.01Builds a normalized person profile from email, name, domain, or company inputs using public DNS and homepage metadata.
phishing-domain-triage$0.02Phishing domain triage API / suspicious domain age and registrar risk check.
product-name-score$0.005Scores product name quality for agents naming products, features, apps, tools, newsletters, and APIs.
public-post-search$0.01Searches recent public posts on X/Twitter with public metrics and author expansion.
pubmed-search$0.01Searches PubMed for biomedical literature by free-text query, with optional date range and sort (relevance / pub_date / first_author).
pypi-package-stats$0.003Fetches the public PyPI JSON record for a Python package and returns summary, license, homepage, repository, documentation, issues URL, a…
qr-code$0.005Reads one or more QR codes from a public PNG, JPG, GIF, BMP, or SVG-rendered image URL and returns the decoded text strings.
qr-code-api$0.005Decodes QR codes, reading one or more codes from public PNG, JPG, GIF, BMP, or SVG-rendered image URLs.
qr-code-decode$0.005Reads QR codes out of any public image URL (PNG / JPG / GIF / BMP) and returns the decoded text strings.
qr-code-generate$0.005Generates a QR code from arbitrary text (URL, vCard, WiFi join string, plain text) and returns it as a base64-encoded PNG (default) or SVG.
qr-generator$0.001Generates PNG or SVG QR codes from text, URLs, vCards, WiFi strings, and plain text with configurable size, margin, colors, and error cor…
qr-maker$0.001Makes a QR code from text, URL, vCard, WiFi join string, or plain text and returns it as PNG or SVG.
qr-reader$0.005Fetches a public image and returns decoded QR text values, with multiple QR codes returned as separate entries.
qr-scanner$0.005Scans QR codes from a public image URL and returns decoded text strings plus source notes.
recent-tweet-search$0.01Searches recent public tweets/posts on X and returns text, timestamps, public metrics, and expanded author context.
registrar-lookup$0.02Finds a domain's registrar and related RDAP metadata: registrar name, IANA id, nameservers, DNSSEC, and EPP status codes.
research-brief$0.10Builds a structured research brief on a company, person, product, or topic as fixed-shape JSON: overview, key_facts, recent_news (with da…
rss-from-anything$0.04RSS feed generator / HTML to RSS converter.
sales-lead-domain-enrich$0.02Enriches sales leads with company domain metadata: registrar, domain age, expiry, nameservers, DNSSEC, and domain status codes before out…
scrape$0.04Scrape any webpage.
scrape-to-json$0.02Turn any webpage into structured JSON that matches your schema.
scrape-website$0.04Scrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a s…
screenshot$0.04Website screenshot / URL to PNG/JPG.
search$0.01Returns ranked Google web search results for a query, with title, URL, snippet, domain, and optional recency filter.
search-site$0.01Site/domain-scoped web search via Google results.
search-web$0.01Ranked Google results with snippets and domains from Decodo Google Search.
serp-search$0.01Ranked Google search results with title, URL, snippet, and domain from Decodo Google Search.
site-search$0.01Searches the public web, or a specific site/domain when the query includes a site: filter, returning ranked Google results with title, UR…
sitemap-fetch$0.005Fetches and parses a site's sitemap.xml into a full website URL inventory.
social-handle-check$0.005Checks whether a proposed X/Twitter handle is claimed and returns public account metrics when it exists.
ssl-cert$0.03Checks a domain's SSL certificate: issuer, subject, SAN list, validity dates, and days-until-expiry.
ssl-cert-info$0.03Inspects a domain's SSL/TLS certificate: issuer, subject, SAN list, validity dates, and days-until-expiry.
ssl-certificate-check$0.03SSL certificate check / TLS certificate expiry API.
startup-domain-diligence$0.02Checks a domain's age, registrar, transfer history, DNSSEC, and expiry before a startup launch or outreach.
startup-name-generator$0.05Generates candidate names for a startup concept and checks matching domain availability across common startup TLDs.
stock-news$0.005Stock news / equities headlines (alias of stocks-news).
stocks-news$0.005Fetches recent stock market news on equities, earnings, IPOs, the Fed, and macro from GDELT with a GNews fallback when configured, return…
subdomain-enum$0.03Enumerates a domain's subdomains by mining Certificate Transparency logs (crt.sh).
tech-stack-detect$0.01Tech stack detector.
tld-info$0.005Returns registry info for any top-level domain: registry operator, type (gTLD / ccTLD / sTLD), country (for ccTLDs), introduction year, a…
tweet-lookup$0.01Looks up tweets by ID and returns public text, timestamps, metrics, language, and expanded author profiles.
tweet-search$0.01Searches recent public X posts with author expansion and public metrics.
tweets$0.01Looks up X posts in bulk by ID with the read-only X API v2, using the exact buyer slug seen in market demand.
tweets-by-id$0.01Fetches public text, metrics, and author context for tweet IDs you already have.
tweets-search$0.01Searches recent public X posts and returns post text, timestamps, metrics, and expanded author profile data.
tweets-user$0.01Returns recent public tweets by username, using the same read-only X API v2 user_tweets backend as user-tweets.
twitter-search$0.01Searches recent public posts on X, excluding retweets by default and returning author profile fields and public metrics.
twitter-user-lookup$0.005Resolves a Twitter or X username to a public profile with a read-only X API v2 lookup; no account mutation.
twitter-user-tweets$0.01Looks up a Twitter user's recent public tweets by handle, with metrics and pagination.
twitter-users$0.01Looks up Twitter user profiles in bulk by username or ID, for routers and buyers searching for bulk profile enrichment.
twitter-x-api$0.01Read-only X API v2 wrapper for tweet search, tweet lookup, username lookup, bulk users lookup, and user timeline fetch.
url-expander$0.02Expands shortened URLs from bit.ly, t.co, lnkd.in, goo.gl, tinyurl, and other redirects into final landing URLs, with hop-by-hop status,…
url-metadata-extract$0.003Extracts page metadata from any URL: title, description, Open Graph and Twitter Card tags, canonical link, and favicon.
user-agent-parse$0.005Parses a User-Agent string entirely locally with regex, no external lookups.
user-tweets$0.01Fetches the latest public tweets from any X username, with text, timestamps, metrics, pagination token, and author profile.
users$0.01Looks up X user profiles in bulk by usernames or IDs, using the read-only X API v2 users route matching market demand for bulk public pro…
users-by-username$0.005Resolves an X handle to a public profile: id, username, display name, bio, verification fields, created_at, followers, following, tweet c…
vendor-domain-risk$0.02Screens vendor domains for age, expiration, registrar, DNSSEC, nameservers, and suspicious newly-registered risk flags.
watch-page$0.01Monitors a webpage for changes and remembers the state server-side: caller picks a watch_id and the server stores the page's hash + text…
wayback-lookup$0.02Finds the closest archived URL for a public page and optional timestamp, with cleaned archived text for citation repair.
wayback-machine$0.02Finds Wayback Machine captures of a page by URL and timestamp, and can fetch cleaned archived text.
web-archive$0.02Returns the closest archived snapshot URL and timestamp for a public web page, with optional cleaned text fetch for reference rot repair…
web-search$0.006Ranked Google results for a query: title, URL, snippet, domain, and a recency filter, via Decodo Google Search.
webpage-diff$0.04Detects changes on a webpage: fetches a URL, strips HTML to plain text, computes a SHA-256 hash, and (when given a previous hash or text)…
website-screenshot$0.04Captures a website screenshot from a URL as PNG or JPG.
whois$0.02Looks up a domain's WHOIS/RDAP registration record: age, expiry, registrar, and nameservers.
whois-lookup$0.02Looks up WHOIS registration data for a domain via the IANA-mandated RDAP endpoint for its TLD.
wikidata-resolve$0.01Wikidata resolve for turning a name into a structured knowledge-graph identifier.
wikipedia$0.005Fetches Wikipedia articles with disambiguation-aware search across 300+ language editions.
wikipedia-lookup$0.005Fetches the canonical Wikipedia article for a query (page title or near-title) and returns title, canonical URL, page id, Wikidata Q-id,…
wikipedia-pageviews$0.008Wikipedia pageviews trend for reading topic interest over time straight from real traffic data.
wikipedia-search$0.008Wikipedia search for full-text lookups across any Wikipedia language edition, built for agents that need a quick encyclopedia fact-check…
x-handle-availability$0.005Checks whether an X handle is available, using a read-only X API v2 user-by-username check.
x-search$0.01Searches recent public X posts, wrapping the read-only X API v2 recent-search route.
x-user-timeline$0.01Returns the recent public post timeline for a known X handle.
x-username$0.005Looks up a public X profile by username, wrapping the read-only X API v2 user-by-username route.
x-users$0.01Fetches public X profiles and metric fields in bulk from usernames or numeric user IDs.
SEE ALSO
cluster overview (WebProbe) · all MCP servers · npm: @agentutility/mcp-web-probe