Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

WebLens

dev.weblens/weblens

Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.

Uptime
100.0%
1 direct probes · 30d
Response
154ms
last probe
Tools
36
callable
Resources
0
readable
Prompts
0
available

Tools · 36

preview_endpoint

FREE. See what a paid WebLens endpoint costs and what it returns before paying: the live price, a one-line summary, and a recorded sample of the exact response shape. Endpoints with no paid upstream (…

fetch_webpage

Fetch and convert a webpage to clean markdown. Fast, no JavaScript rendering. Price: $0.002

fetch_webpage_pro

Fetch webpage with full JavaScript rendering. Use for SPAs and dynamic content. Price: $0.006

screenshot

Capture a screenshot of a webpage. Returns base64 PNG image. Price: $0.008

search_web

Search the web and get real-time results with snippets. Set includeContent to also fetch the top result pages as markdown (+$0.0015/result). Price: $0.015

search_news

Search Google News for real-time articles with source, date, and thumbnail. Price: $0.015

search_images

Search Google Images for direct image URLs with dimensions, thumbnails, and source pages. Price: $0.015

search_places

Search local businesses via Google Local: names, addresses, ratings, reviews, phone, website, coordinates. Price: $0.045

search_shopping

Search Google Shopping for products with prices, sellers, ratings, and links. Price: $0.015

search_scholar

Search Google Scholar for academic papers with snippets, publication info, and citation counts. Price: $0.015

search_autocomplete

Get Google Autocomplete suggestions for a partial query — keyword research and intent discovery. Price: $0.015

search_trends

Get Google Trends interest-over-time timeline for a query. Price: $0.015

youtube_transcript

Get the full transcript of a YouTube video with timestamps. Accepts a video ID or any YouTube URL. Price: $0.03

get_contents

Fetch 1-20 URLs and get clean markdown per page, truncated to a character cap. Price: $0.0015/URL

answer_question

Get a grounded answer with inline [n] citations: searches the web, fetches sources, and answers strictly from them. Price: $0.05

extract_data

Extract structured data from a webpage using a JSON schema. AI-powered extraction. Price: $0.03

smart_extract

Extract data using natural language. AI understands what you want. Price: $0.035

research

One-stop research: searches web, fetches top results, and summarizes findings. Price: $0.08

deep_research

Multi-step cited research in one call: plans sub-questions, searches each, fetches and dedupes sources, then synthesizes an answer with inline [n] citations, key findings, and gaps. Unlike `research` …

extract_pdf

Extract text and metadata from a PDF document. Price: $0.004

compare_urls

Compare 2-3 webpages and get AI-generated analysis of differences. Price: $0.05

batch_fetch

Fetch multiple URLs in parallel. Efficient for bulk operations. Price: $0.0015/URL

domain_intel

Everything about a domain in one call: who registered it and when, when it expires, its DNS records, the mail and DNS providers behind them, the SaaS vendors its TXT verification tokens reveal (Google…

project_due_diligence

Off-chain due diligence on a project's web presence — the half an on-chain rug checker cannot see. Returns domain age and registrar, whether a team page, whitepaper, docs and socials exist, whether th…

package_intel

Should you depend on this package? One call returns version, license, deprecation status WITH the maintainer's reason, weekly/monthly downloads, last release date, maintainer count, npm's quality/popu…

detect_tech

What a website is built and run on, from a single fetch: framework, CMS, ecommerce platform, CDN, analytics, payments, support widgets and web server — each reported with the response header or HTML m…

search_discussions

What Hacker News said about a topic: matching stories with points, comment counts and links to the threads, plus aggregates — total matches, points and comments returned, most-submitted domains, and w…

map_site

Discover a site's URLs without fetching page content — reads robots.txt sitemap directives, sitemap.xml and nested sitemap indexes, falling back to homepage link extraction. Price: $0.004

crawl_site

Crawl a site and get clean markdown for every page in one synchronous call (no polling). Same-host BFS with depth and page-budget limits, robots.txt honoured by default. Price: $0.0015 per requested p…

fetch_resilient

Resilient fetch with automatic fallback: native scraper first, then headless Chromium for JS-rendered or bot-walled pages. Price: $0.008

intel_company

Company intelligence deep dive: tech stack, funding, team, competitors, news. Price: $1.00

intel_market

AI-powered market research report with trends, key players, and data points. Price: $5.00

intel_competitive

Competitive analysis: feature matrix, pricing, SWOT analysis. Price: $8.00

intel_site_audit

Comprehensive SEO, performance, and security audit with scoring. Price: $0.75

monitor_create

Create a URL change detection monitor with webhook notifications. Price: $0.01

memory_set

Store key-value data in persistent agent memory. Price: $0.001

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "weblens": {
      "url": "https://api.weblens.dev/mcp",
      "transport": "streamable-http"
    }
  }
}