Research a market in one message
Ask for prices, stock and promotions across retailers and get a table back, fetched live rather than recalled from training.
Compare the price of the Dyson V15 at Amazon, Best Buy and Target today, with links.
Add Import.io Web Scraper MCP as a custom connector and Claude can open any page, get past blocks and return the exact fields you ask for, in the chat you already use.
Name Import.io Web Scraper
URL https://mcp.import.io/mcp
Auth OAuth (sign in when prompted)Any public page, rendered, through managed proxies
Rendering, proxy routing, captcha handling, extraction
https://mcp.import.io/mcp
Live, structured web data as tools in Claude on the web and Claude Desktop.
Ask for prices, stock and promotions across retailers and get a table back, fetched live rather than recalled from training.
Compare the price of the Dyson V15 at Amazon, Best Buy and Target today, with links.
Requests run through managed proxies in the country you name, with captcha handling, so the answer reflects the page a real shopper sees.
Open ikea.co.uk from the UK and list the five cheapest sofas with prices.
Name the fields and Claude calls importio_extract_data, returning clean rows you can paste into a sheet.
Extract title, price, rating and review count for every product on this category page.
https://mcp.import.io/mcp.Yes. A custom connector added in Claude’s settings is available in Claude on the web and in Claude Desktop.
The Import.io listing is coming to the Claude marketplace. The custom connector is the same product today: same endpoint, same tools, same billing.
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.
One plugin install: Claude Code scrapes, tests and builds against live pages.
Setup 1 minMCPA ChatGPT connector for live prices, listings and page data.
Setup 2 minMCPCursor’s agent reads live pages while it writes your scraper, tests and data code.
Setup 2 minMCPPass one server in mcp_servers and Claude calls Import.io tools server-side.
Setup 5 min