How to Use the Import.io (Web Data Extraction) MCP in Cursor
Generate production-ready code using live web data extracted by Import.io right inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Import.io (Web Data Extraction) MCP to Cursor
Create your Vinkius account to connect Import.io (Web Data Extraction) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Feed live web data into your Cursor code generator
The `get_extractor_data` tool fetches structured JSON data from completed Import.io extractions directly into your active coding session. Your agent reads the exact schema of the returned data, allowing it to generate accurate TypeScript interfaces or database schemas without relying on placeholder mocks. If you need to kick off a new run first, trigger it with `run_extractor` and poll the status using `get_extractor_status`. This keeps your development loop fast, as you never have to leave your editor to grab real-world test data.
Debug extraction pipelines using this MCP Server
The `get_crawl_status` tool lets you monitor active bulk extraction jobs directly from the Cursor terminal interface. You can see the exact page success rates and processing states while your code runs in parallel. When the crawl completes, pull the unified payload using `get_crawl_data` to verify your parser logic against actual production outputs. If you prefer tabular data, use `download_csv` to inspect the first 1000 characters of the CSV file.
Explore unstructured target sites on the fly
The `run_magic_api` tool executes automated extractions against any URL without requiring pre-configured schemas. It is perfect for rapid prototyping when you need to inspect a site's structure before writing custom scraper code. To keep your project budget in check, run `account_usage` to see your API credit consumption. You can also use `list_extractors` to find existing scraper templates that your team has already built, saving you from duplicating work.
Set up Import.io (Web Data Extraction) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Import.io (Web Data Extraction) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Import.io (Web Data Extraction) transactions." If the MCP tools are loaded correctly, Cursor will call the Import.io (Web Data Extraction) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"importio-web-data-extraction-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Import.io. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Import.io (Web Data Extraction) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Import.io (Web Data Extraction) MCP today
We host it, we monitor it, we maintain it. You just paste one token.