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

url2image

com.url2image/url2image

Capture batches of public web pages in a real browser and download the screenshots as a zip.

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

Tools · 5

create_screenshot_batch

Render a list of web pages in a real browser. Returns a batch id to poll. The first 10 screenshots each month are free, metered per network address rather than per key, so issuing another key does not…

get_screenshot_batch

Read the state and per URL results of a batch created by this client, including the download URL once anything has rendered.

get_account_balance

Screenshot credits and free monthly allowance remaining for the calling identity.

list_sample_captures

Public sample captures this service refreshes on a schedule. Useful for showing a user what the output looks like before they spend anything.

create_credit_checkout

Create a hosted Stripe Checkout URL for a prepaid credit pack. This can lead to a charge, but only after the user opens the URL and confirms payment on Stripe. Ask the user before calling it and never…

Resources · 3

url2image agent skill url2image://skill.md
MCP server card url2image://server-card.json
Credit packs and per screenshot pricing url2image://pricing.json

How to use

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

{
  "mcpServers": {
    "url2image": {
      "url": "https://url2image.com/mcp",
      "transport": "streamable-http"
    }
  }
}