ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use ParseHub with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Control advanced cloud scraping projects via ParseHub. list targets, dispatch headless runs, trace crawler status, and fetch extracted datasets directly via AI

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete ParseHub capability set.

These are the exact actions your AI can choose when you ask it to work with ParseHub.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through ParseHub.

  1. 01

    List projects

    Each project includes a project_token (unique identifier), title, last_run timestamp, and template configuration. Use the project_token for all subsequent run management operations. List all ParseHub web scraping projects

  2. 02

    Cancel run

    If the run was already scraping pages, partial data may be available. Data from already-scraped pages is preserved and can be retrieved with get_run_data. Use this to stop long-running scrapes or free up queue slots. Cancel a queued or actively running ParseHub run

  3. 03

    Delete run

    Cannot be undone. Use this to clean up old runs and free up storage quota on your account. Permanently delete a ParseHub run and its extracted data

  4. 04

    Get last ready data

    Ideal for dashboards or integrations that always want the freshest available data without managing individual run tokens. Instantly get the latest completed data for a ParseHub project

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through ParseHub.

  1. 05

    Get project

    The project_token can be found via list_projects or in the ParseHub desktop client settings tab. Get detailed configuration of a specific ParseHub project

  2. 06

    Get run data

    Only works when the run status is "complete" and data_ready is true. The JSON structure mirrors the template selection configuration set up in the ParseHub desktop client. Download the raw JSON data extracted from a completed ParseHub run

  3. 07

    Get run details

    Poll this endpoint to wait for a run to complete before fetching data. Check the status of a specific ParseHub run

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through ParseHub.

  1. 08

    Run project with URL

    Perfect for scraping different pages with the same template (e.g., different product categories). The template extraction rules still apply unchanged. only the starting page changes. Start a ParseHub run targeting a custom URL instead of the project default

  2. 09

    List runs

    Useful for auditing or finding a specific completed run to fetch data from. Get the history of all runs for a ParseHub project

  3. 10

    Run project

    Returns a run_token for tracking progress. The run enters a queue and begins processing within seconds. Use get_run to monitor and get_run_data to retrieve results once complete. Start a new ParseHub scraping run for a project

Observed, not estimated

889ms average. Fast in production.

ParseHub is checked daily against the live service.

Daily averagePeak 1152ms
Aug 20Today
Fastest day
731ms
Slowest day
1152ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of ParseHub, so you can see the experience inside your AI.

It does not authenticate your account with ParseHub. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

ParseHub Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_KQ4Vz5JSUvjaARvQvBDyCn0dVVNm7RhifigMEXcR/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — ParseHub capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "parsehub-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_KQ4Vz5JSUvjaARvQvBDyCn0dVVNm7RhifigMEXcR/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions ParseHub owners ask.

  • 01

    Do I need the ParseHub Desktop capability running to use this?

    No. This integration operates completely natively via ParseHub's Cloud API endpoints. You only need the desktop app to build the templates originally. All executions mapped here happen on their cloud scaling servers.

  • 02

    Can I provide a different Start URL when running a project?

    Yes. The run_project_with_url command allows you to explicitly provide a start_url query property. This instructs the ParseHub crawler to ignore its project-saved URL and begin parsing the newly mapped domain using the same semantic template.

  • 03

    Is the downloaded data returned in JSON or raw HTML?

    The payload fetched by get_run_data is exported entirely as structured, pre-parsed JSON mirroring the exact template node selections defined in your project architecture.