Vinkius

ParseHub MCP. Control Web Scraping Runs via Chat Conversation

ParseHub connects advanced cloud scraping jobs directly into your AI workflow. List configured projects, dispatch headless runs, check crawler status in real time, and pull structured datasets via chat commands. Stop managing web scrapers through separate dashboards; control complex data collection right where you write.

ParseHub MCP is compatible with Claude Claude
ParseHub MCP is compatible with ChatGPT ChatGPT
ParseHub MCP is compatible with Cursor Cursor
ParseHub MCP is compatible with Gemini Gemini
ParseHub MCP is compatible with Windsurf Windsurf
ParseHub MCP is compatible with VS Code VS Code
ParseHub MCP is compatible with JetBrains JetBrains
ParseHub MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

List configured projects

View every web scraping project saved in your account, including their unique tokens and template details.

Start a data extraction run

Tell the MCP to trigger a new headless scrape job for any specified project.

Target custom URLs

Start a scraping run that focuses on specific pages, bypassing the default starting URL for a project.

Check run status and progress

Get real-time updates on whether a scheduled scrape is queued, running, or if it has completed successfully.

Download extracted data payload

Retrieve the final structured JSON data from any completed scraping run for immediate use.

Waiting for input…

AI Agent
ParseHub

What AI agents can do with ParseHub with 10 Tools

These tools let you manage the entire lifecycle of web scraping: listing projects, starting runs, tracking progress, and retrieving final, clean data payloads.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using ParseHub MCP

Cancel Run

Stops a running or queued scrape job to free up cloud resources and prevent unnecessary charges.

Delete Run

Permanently removes old scraping run history and associated data, helping you clean...

Get Project

Retrieves the full configuration details for a specific web scraping project token.

Get Run Data

Downloads the final, structured JSON payload from a run only after it has been...

Get Run Details

Checks the current status of a specific scrape job to determine if it's waiting in...

Get Last Ready Data

Immediately fetches the latest completed data for a project without needing to track individual run tokens first.

List Projects

Lists all available web scraping projects in your account, providing unique tokens and status information.

List Runs

Provides a historical record of every run for a project, useful for auditing or...

Run Project

Initiates a new scrape job using the default start URL and template configured in an...

Run Project With Url

Starts a scraping run targeting a specific, custom web address while maintaining all...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

ParseHub MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The ParseHub integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with ParseHub, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
ParseHub MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ParseHub. 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.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

The Grind: Web Scraping Used To Be a Juggling Act

Today, getting structured data from a website means opening the scraping dashboard in one tab. You have to manually configure the starting URL, hit run, then switch tabs every ten minutes to check if it's still running. If you need to change the target site, you restart the whole process and repeat those clicks.

With this MCP, your agent handles the entire cycle. You tell it what you need, and it manages the complex headless browser automation in the background. The result? Clean, structured data payloads appear directly for your agent to use—no dashboard refreshing required.

ParseHub: Structured Data Extraction Via Conversation

Manual steps that disappear include navigating project tokens, monitoring status codes across different UIs, and manually downloading ZIP files just to get a JSON array. These are all abstracted away.

Now you simply command the action. You use `run_project` to kick off the job, check it with `get_run_details`, and when ready, pull the exact data using `get_run_data`. It's one simple conversation.

What ParseHub MCP does for your AI

Web scraping used to mean logging into a dedicated dashboard, setting up parameters, hitting 'run,' then waiting for emails or refreshing pages until the data finally appeared. Now, you can manage that entire process inside your chat agent. This MCP lets you treat web crawling like any other function call.

You can list all your existing projects—including their start URLs and templates. Need new data? Just dispatch a run job on command, specifying which project to use or even overriding the default starting URL. The system tracks everything, telling you if the job is queued or running. When it’s done, you don't just get a 'Success' message; you pull down secure, structured JSON arrays containing all the scraped payloads, ready for your agent to process.

Built · Hosted · Managed by Vinkius ParseHub - Web Scraping & Data Extraction MCP
Server ID 019d75ef-66f9-73b1-9183-e89e904e7d83
Vinkius Inspector
Compliance Grade A+
Score 98.33/100
Vinkius Inspector Badge — Score 98.33/100

Frequently asked questions about ParseHub MCP

How do I start a scrape if I want to use different pages? +

You use the run_project_with_url tool. This lets you target custom URLs while keeping all of your project's original scraping rules and template definitions intact.

Can ParseHub MCP list what projects I already have? +

Yes, use the list_projects tool. It shows every web scraping project you’ve set up, giving you the unique tokens needed for subsequent commands.

What if my scrape job fails? Can I stop it? +

You can monitor the status using get_run_details. If it's stalled or taking too long, use the cancel_run tool to safely stop the operation and free up resources.

How do I get data from a run that finished yesterday? +

First, you should list_runs to find the specific ID. Once you have the ID for a completed job, use get_run_data to pull down the structured JSON payload.

Do I need an API key for ParseHub MCP? +

Yep. You must subscribe and provide your ParseHub API Key during setup so the agent can authenticate and manage cloud scraping jobs on your behalf.