Web data tools for your users
Add a “Connect Import.io” button and your agent platform can read the defended web.
If your product is an MCP client, your users can connect their own Import.io Web Scraper MCP account with OAuth and get hosted scraping, proxies and extraction as tools.
MCP endpoint https://mcp.import.io/mcp
Auth OAuth, started when the server requests it
Fallback Authorization: Bearer mcp_live_…
Billing Per successful call, on the user’s accountAny public page, rendered, through managed proxies
Rendering, proxy routing, captcha handling, extraction
https://mcp.import.io/mcp
Offer Import.io web data tools inside your own agent platform with OAuth.
Add a “Connect Import.io” button and your agent platform can read the defended web.
OAuth scopes usage to the user’s Import.io account, their free calls and their spend limit.
The scraping engine, browsers and proxies stay on Import.io. You implement the OAuth flow and call tools.
https://mcp.import.io/mcp. When the server asks for authentication, start the OAuth authorization flow.Talk to us. Partnerships for platforms that bundle web data are handled by the sales team.
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.
Call Import.io tools directly from the official Python and TypeScript SDKs.
Setup 10 minMCPPass one server in mcp_servers and Claude calls Import.io tools server-side.
Setup 5 minMCPAdd Import.io as a remote MCP tool in the Responses API.
Setup 5 minMCPLive, structured web data as tools in Claude on the web and Claude Desktop.
Setup 2 min