Skip to main content

remove-paywall-mcp

MCP server that removes article paywalls by searching internet archives. Give it a URL, get back the article text.

How it works

  1. You give it a paywalled article URL
  2. It searches internet archives (Wayback Machine, archive.is, Google Cache) for an archived copy — archives don't have paywalls because they were crawled without login gates
  3. It extracts the article body with readability-lxml, stripping navigation, ads, and sidebar cruft
  4. It returns clean text with the title and snapshot URL

It also learns from every attempt — success rates per domain per archive source are tracked in a local SQLite database, and archive search order is re-ranked automatically.

Install

# zero-install (recommended — works everywhere uvx is available)
uvx remove-paywall-mcp

# from PyPI
pip install remove-paywall-mcp

# from source
pip install git+https://github.com/jasval/remove-paywall-mcp.git

# Docker
docker run -i --rm remove-paywall-mcp
docker compose up -d  # HTTP mode on port 8000

Platform configs

Once installed, add this to your MCP client config:

OpenCode

{
  "mcp": {
    "remove-paywall": {
      "type": "local",
      "command": ["uvx", "remove-paywall-mcp"],
      "enabled": true
    }
  }
}

Claude Desktop

{
  "mcpServers": {
    "remove-paywall": {
      "command": "uvx",
      "args": ["remove-paywall-mcp"]
    }
  }
}

LiteLLM

mcp_tools:
  remove_paywall:
    type: "stdio"
    command: "uvx"
    args: ["remove-paywall-mcp"]

Docker (any client)

{"command": "docker", "args": ["run", "-i", "--rm", "remove-paywall-mcp"]}

Tools

remove_paywall

Main tool. Removes a paywall from an article URL and returns clean article text.

Parameter Type Description
url string The paywalled article URL

search_archives

Search all archive sources for snapshots without extracting content. Useful to see what's available.

Parameter Type Description
url string The article URL to search for

get_from_archive

Fetch from a specific archive source.

Parameter Type Description
url string The article URL
source string wayback, archive_is, or memento

domain_info

Look up a domain in the knowledge base — paywall status, notes, and per-archive success rates.

Parameter Type Description
domain string Domain name (e.g. nytimes.com)

add_domain

Register a domain in the knowledge base. Mark paywalled domains so archives are searched first, or non-paywalled domains so the live page is fetched directly.

Parameter Type Description
domain string Domain name
has_paywall boolean true if the site has a paywall
notes string? Optional description

Domain knowledge base

Seeded with 30 well-known paywalled domains (NYT, WSJ, Bloomberg, Medium, etc.), stored in SQLite at ~/.remove-paywall-mcp/domains.db. Tracks every archive success/failure per domain and re-ranks archive search order automatically — domains where archive.is consistently fails won't waste time on it.

Env vars

Variable Default Description
MCP_TRANSPORT stdio stdio or streamable-http
MCP_HOST 0.0.0.0 Bind address (HTTP mode)
MCP_PORT 8000 Port (HTTP mode)
MCP_DB_DIR ~/.remove-paywall-mcp Database directory

Archive sources

Source Priority Notes
Wayback Machine 1 CDX API, newest-first with dedup and HTML-only filtering
archive.is mirrors 2 Tries newest/oldest across archive.is, archive.ph, archive.md
Memento Time Travel 3 Aggregates ~20 archive APIs including national libraries

Priority is dynamically re-ranked per domain based on historical success rates recorded in the knowledge base.

Architecture

MCP client (Claude/OpenCode/LiteLLM)
       │  stdio or HTTP
       ▼
┌─────────────────┐
│    server.py     │  MCPServer with 5 tools
│  (.tool decorator)│
└────────┬────────┘
         │
    ┌────┴────┐
    ▼         ▼
┌────────┐ ┌──────────┐
│archives│ │ extractors│
│  .py   │ │   .py     │
│        │ │           │
│ wayback│ │readability│
│ archive│ │Beautiful  │
│ .is    │ │Soup       │
│memento │ │           │
└───┬────┘ └──────────┘
    │
    ▼
┌──────────────┐
│domain_store  │
│   .py        │
│              │
│ SQLite knows │
│ which domains│
│ have paywalls│
│ and which    │
│ archives work│
│ best (Laplace│
│ smoothed)    │
└──────────────┘

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

remove_paywall_mcp-1.2.0.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

remove_paywall_mcp-1.2.0-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file remove_paywall_mcp-1.2.0.tar.gz.

File metadata

  • Download URL: remove_paywall_mcp-1.2.0.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for remove_paywall_mcp-1.2.0.tar.gz
Algorithm Hash digest
SHA256 b36d9562dafe77bb90c476a6d52b02a89ce1b638efa857d8a66496deeb41e52a
MD5 bfefe9bec283446151a9a8d7b7a6c7d1
BLAKE2b-256 89d09945850b84ddacdd782cc42f7106391f90ef02d716c17872e5fb5d549b69

See more details on using hashes here.

File details

Details for the file remove_paywall_mcp-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: remove_paywall_mcp-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for remove_paywall_mcp-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3786ba0cf04aa43c3edb2b4bab54764f997ac9b1a5688afe01da4ed352644981
MD5 affc3cee6ee324e50ddb0fe56897c3af
BLAKE2b-256 1d537221fc48e0bb9e068c31cce3e74f528db0f212e379f7db6a806694c08a99

See more details on using hashes here.

Release history Release notifications | RSS feed

1.4.0

2 files

1.3.0

2 files

This release

1.2.0 This release

2 files

1.1.0

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page