MCP Server

A Model Context Protocol (MCP) server that lets IDEs and agentic systems orchestrate crawling and scraping with WDS. It exposes ready‑to‑use tools and prompts for link discovery, data extraction, and workflow automation — all backed by the WDS API Server.

What You Can Do

WDS API Server

WDS API Server provides the core functionality, including the WDS MCP Server.

WDS MCP Server

When the WDS API Server is up and running, the WDS MCP Server can be connected to IDEs:

Visual Studio Code

Here is an official instruction on how to connect MCP servers to Visual Studio Code. Use the following values to connect WDS MCP Server:

Parameter Value Description
Name wds A name to find the WDS MCP Server among other connected MCP servers
Type http WDS MCP Server is connected using the HTTP protocol
URL http://[host:port]/mcp A WDS MCP Server URL. If WDS API Server is deployed locally in Docker, the URL appears to be http://localhost:2807/mcp

Quick Start

  1. Deploy the WDS API Server (see Server Deployments).
  2. Connect the MCP server in your IDE (see table above).
  3. Try a prompt, for example in VS Code: /mcp.wds.scrape-data with optional urls and mainTask args.

Tools at a Glance

See full details in MCP Tools.

Prompts at a Glance

See full details in MCP Prompts.

Typical Flows

Endpoint and Base Path

Please rotate your device to landscape mode

This documentation is specifically designed with a wider layout to provide a better reading experience for code examples, tables, and diagrams.
Rotating your device horizontally ensures you can see everything clearly without excessive scrolling or resizing.

Return to Web Data Source Home