Bring web scraping to Claude ChatGPT Cursor Windsurf VS Code
Built-in browsing gets you an answer. Import.io gets you structured web data.
Dynamic pages need a browser
Location changes the answer
Raw pages waste model context
Proxy-aware scraping
Country targeting
CAPTCHA support
How it works: Three steps to structured web data.
Connect your MCP client
Authenticate securely
Authorization: Bearer mcp_live_...Ask for the data you need
Scrape the top stories from news.ycombinator.com$ claude plugin marketplace add import-io/mcp-plugin
$ claude plugin install importio-web-scraper
> Import.io Web Scraper installed
// Claude now has web scraping tools
importio_render
*
importio_extract_data
*
importio_get_html
*
//
// Name Import.io Web Scraper
// URL https://mcp.import.io/mcp
// Auth OAuth
//
// Enable the connector in a chat, then just ask:
"Scrape the top stories from news.ycombinator.com"
> importio_render
30 results extracted
{
"mcpServers": {
"importio": {
"url": "https://mcp.import.io/mcp"
}
}
}
// Cursor's agent can now scrape the web
importio_render
*
importio_action_screen_capture
*
> https://mcp.import.io/mcp
// Authenticate with OAuth (most clients handle this for
// you), or create a key at https://mcp.import.io/app/keys
Authorization: Bearer mcp_live_...
// Full client walkthroughs
> https://mcp.import.io/docs
How it fits together: One endpoint between your AI and a hosted scraping engine
ChatGPT
Claude
Cursor
Import.io Web Scraper MCP
Structured data
Rendered HTML
Screenshots
What can you do with it? Ask in plain language. Get structured data back.
{
"title": "Example story title",
"points": 342, "link": "https://example.com/story"
},
{
"title": "Another story",
"points": 271,
"link":"https://example.com/another"
}
]
How to get access. Production web scraping without infrastructure to manage.
MCP client Connect
Agent Marketplace
Start free... Then pay only for successful calls.
What counts as a billable call
Which AI tools does the Import.io MCP work with?
Any MCP-compatible client. That covers Claude, ChatGPT, Cursor, Windsurf, and VS Code today, along with anything else built on the Model Context Protocol. You connect by pointing the client at the hosted endpoint.
Do I have to host or run anything myself?
No. Import.io runs the engine, the browsers, and the proxies on its side. You connect your AI tool to the hosted endpoint and start pulling data. There is nothing to install or maintain.
How is this different from the browsing my AI tool already has?
Built-in browsing reads a page or two and struggles the moment a site defends itself. The MCP puts a real scraping engine underneath, so your agent can get past blocks, ask for a specific country, and pull clean structured data across many pages instead of just one.
What can the tools actually do?
Import.io takes an AI-first approach to every project. Instead of starting with manual scoping or guesswork, you can engage directly with our platform using natural language to define your requirements. The AI helps refine the scope, shape the schema, and even build your first proof-of-concept automatically. This way, you see value faster, and the POC already reflects the exact business outcomes you care about.
How do I connect it?
Add the hosted endpoint at https://mcp.import.io/mcp as a connector in your client. Most clients start the sign-in flow automatically. If your client uses bearer tokens instead, create an API key and send it in the authorization header. It takes about two minutes. For step-by-step setup, see the quickstart guide.
What does it cost?
You get 10,000 free successful calls when you sign up, with no payment method needed to begin. After that it is a flat $0.0002 per successful tool call, billed monthly. You only pay for calls that return data, and you set a monthly spend limit you control. See the full pricing details.
What counts as a billable call?
Only successful tool calls. Setup requests, malformed requests, blocked requests, and calls that fail upstream are never billed. You pay for results, not attempts. See the pricing page for the full breakdown.

