Plans that start from real data
Cline inspects the live page before it proposes changes to your parser or integration.
Check whether this page’s markup changed and fix our extractor if it did.
Add Import.io Web Scraper MCP as a remote server and Cline can read rendered pages, capture HTML and extract data as part of the plan it executes.
{
"mcpServers": {
"importio": {
"type": "streamableHttp",
"url": "https://mcp.import.io/mcp",
"headers": {
"Authorization": "Bearer mcp_live_..."
}
}
}
}Any public page, rendered, through managed proxies
Rendering, proxy routing, captcha handling, extraction
https://mcp.import.io/mcp
Hosted web scraping tools for Cline’s autonomous coding agent.
Cline inspects the live page before it proposes changes to your parser or integration.
Check whether this page’s markup changed and fix our extractor if it did.
Let Cline paginate, extract and write the results without a browser on your machine.
Collect every review on this product across all pages into reviews.json.
Auto-approve the read-only Import.io tools so long runs don’t stall on prompts.
Fetch these ten URLs and summarize what changed since yesterday’s snapshot.
cline_mcp_settings.json.https://mcp.import.io/mcp and your bearer key.The read-only ones: importio_web_fetch, importio_page_text, importio_page_links, importio_get_html and importio_extract_data. Keep form input and click actions on manual approval if the agent works on logged-in pages.
Signup includes 10,000 successful calls. After that it is $0.0002 per successful call. Setup requests, tool listings, malformed requests, blocked requests and failed upstream calls are never billed, and you can set a monthly spend limit that stops paid usage when reached.
Use OAuth in interactive clients that support it: the client opens a sign-in, stores the credentials and reuses them. Use an API key for scripts, servers and clients without OAuth, sent as Authorization: Bearer mcp_live_…. Keep keys out of prompts and shared config files.
importio_web_fetch, importio_render, importio_extract_data and importio_get_html, page helpers such as importio_page_text, importio_page_links and importio_search_cards, and browser actions for clicks, form input, scrolling, pagination, waits, screenshots and captcha handling. Requests can pick a proxy country and type, with bounded retries when a page blocks.
Cursor’s agent reads live pages while it writes your scraper, tests and data code.
Setup 2 minMCPGitHub Copilot agent mode with live web data from Import.io.
Setup 3 minMCPCascade gets live web data tools for scraping, testing and research.
Setup 2 minMCPOne plugin install: Claude Code scrapes, tests and builds against live pages.
Setup 1 min