DocPull
Rank #4,088io.github.raintree-technology/docpull
Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.
DocPull is a Model Context Protocol (MCP) server published by raintree-technology. It ranks #4,088 of 115,460 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. DocPull is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 24, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 111,372 of 115,460 servers on MCP Toplist.
Use DocPull
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add docpull -- uvx docpull[mcp_servers.docpull]
command = "uvx"
args = ["docpull"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"docpull": {
"command": "uvx",
"args": [
"docpull"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"docpull": {
"command": "uvx",
"args": [
"docpull"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"docpull": {
"type": "stdio",
"command": "uvx",
"args": [
"docpull"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"docpull": {
"command": "uvx",
"args": [
"docpull"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docpull": {
"command": "uvx",
"args": [
"docpull"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.raintree-technology%2Fdocpull)<a href="https://mcptoplist.com/server/io.github.raintree-technology%2Fdocpull"><img src="https://mcptoplist.com/badge/io.github.raintree-technology%2Fdocpull.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
raintree-technology
Other servers by raintree-technology
View all raintree-technology servers →Available versions (2)
| Version | Published |
|---|---|
| 6.5.0 | Jul 23, 2026 |
| 6.0.1 | Jul 4, 2026 |
Frequently asked questions
- Who maintains DocPull?
- DocPull is maintained by raintree-technology, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is DocPull listed on the Official MCP Registry?
- Yes — DocPull is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does DocPull have?
- MCP Toplist tracks 2 versions of DocPull, most recently published on Jul 23, 2026.
- Where can I find the source code for DocPull?
- The source code for DocPull is hosted at github.com/raintree-technology/docpull.