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 who work with ai training data, developer tools and documentation and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 25 · #18 OF 93 MAINTAINED WEB SCRAPING · VERIFIED 2026-09-18

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.5 · 2026-09-05

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.5.4 · 2026-09-04

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.5.3 · 2026-09-04

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…

04 · Who maintains Doc Pull

DocPull is maintained by raintree-technology. We track 3 MCP servers from raintree-technology - 3 actively maintained, 154 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. ★ 129

05 · Facts

category
web scraping - ranked #18 of 93 actively-maintained web scraping servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-05)
registry
io.github.raintree-technology/docpull (active, first published 2026-07-04 · 7 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-09-18, its last commit was 2026-09-18 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 · Reef API · Pyre Crawl · Scrape Badger · OpenGraph.io MCP Server

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