Doc Pull MCP Server

Active open-source project · MIT License DocPull turns changing public web sources into cited, reproducible context for AI agents and retrieval pipelines. Use it when your application needs to know which sources it used, whether they changed, and how to rebuild the same context later. It runs locally over stdio via the published package.

People connecting web scraping tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 25 · #23 OF 78 MAINTAINED WEB SCRAPING · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Doc Pull

Claude Code

claude mcp add raintree-technology-docpull -- uvx docpull

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "raintree-technology-docpull": {
      "command": "uvx",
      "args": [
        "docpull"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package docpull - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.raintree-technology is GitHub-verified and matches the repo owner

03 · What Doc Pull can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v6.5.0 · 2026-07-23

DocPull 6.5: provenance controls and a TypeScript SDK · DocPull 6.5 adds tamper-evident context packs, prompt-injection screening, · source opt-out handling, WARC export, and explicit provenance records. Pack · authors…

v6.4.0 · 2026-07-17

Fix release gate tooling sync · Remove standalone DocPull website · Make stale metrics advisory in CI · release DocPull 6.4.0 website snapshots · include website pack in MCP surface

v6.3.0 · 2026-07-16

DocPull 6.3: faster local evidence workflows and a complete workflow surface · DocPull 6.3 preserves the 6.2 evidence/workflow contracts while reducing the · cost of using them. Public Python exports now load lazily…

04 · Who maintains Doc Pull

DocPull is maintained by raintree-technology. We track 2 MCP servers from raintree-technology - 2 actively maintained, 136 combined GitHub stars, oldest repo from Nov 2025. Full record: all servers from raintree-technology.

  1. HIG Doctor Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents. ★ 111

05 · Facts

category
web scraping - ranked #23 of 78 actively-maintained web scraping servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-23)
registry
io.github.raintree-technology/docpull (active, first published 2026-07-04 · 3 versions)
packages
pypi:docpull

06 · Doc Pull FAQ

What is Doc Pull?

Active open-source project · MIT License DocPull turns changing public web sources into cited, reproducible context for AI agents and retrieval pipelines. Use it when your application needs to know which sources it used, whether they changed, and how to rebuild the same context later. It runs locally over stdio via the published package.

Is Doc Pull still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Doc Pull?

Run `uvx docpull`. You can also paste the ready-made client config above.

Does Doc Pull run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Doc Pull

More web scraping MCP servers · Rampify · Reefapi MCP · Scrape Badger · OpenGraph.io MCP Server · Omnisearch

More Python MCP servers · Django Telescope · N3mo · Orionbelt Analytics · Orionbelt Semantic Layer · Neuro Stack · see all