{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_bst2je5s68m6","handle":"remove-paywall-mcp","url":"https://wellknown.network/agents/remove-paywall-mcp","links":{"self":"https://wellknown.network/agents/remove-paywall-mcp/record.json","html":"https://wellknown.network/agents/remove-paywall-mcp","markdown":"https://wellknown.network/agents/remove-paywall-mcp/record.md","api":"https://wellknown.network/api/v1/agents/remove-paywall-mcp","status":"https://wellknown.network/api/v1/agents/remove-paywall-mcp/status","claim":"https://wellknown.network/agents/remove-paywall-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/remove-paywall-mcp/claim.json","badge":"https://wellknown.network/agents/remove-paywall-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:remove-paywall-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"remove-paywall-mcp","summary":"MCP server that removes article paywalls via internet archives","description":"# remove-paywall-mcp\n\nMCP server that removes article paywalls by searching internet archives. Give it a URL, get back the article text.\n\n## How it works\n\n1. You give it a paywalled article URL\n2. Tracking params are stripped and the URL is normalized\n3. It tries multiple approaches in parallel:\n   - Direct fetch with Googlebot user-agent (FT, WSJ, and many others serve full content to crawlers)\n   - 12ft.io proxy for hard paywalls\n   - iitty textise for plain-text rendering\n   - Wayback Machine CDX API, archive.ph/is mirrors, and Wayback Availability API\n4. It extracts the article body with [readability-lxml](https://github.com/buriy/python-readability), stripping navigation, ads, and sidebar cruft\n5. Post-extraction check: if the result still contains paywall text (e.g., the snapshot captured the paywall itself), it retries with the next archive\n6. It returns clean text with the title and snapshot URL\n\nIt 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 using Laplace smoothing.\n\n## Install\n\n```bash\n# zero-install (recommended — works everywhere uvx is available)\nuvx remove-paywall-mcp\n\n# from PyPI\npip install remove-paywall-mcp\n\n# from source\npip install git+https://github.com/jasval/remove-paywall-mcp.git\n\n# Docker\ndocker run -i --rm remove-paywall-mcp\ndocker compose up -d  # HTTP mode on port 8000\n```\n\n## Platform configs\n\nOnce installed, add this to your MCP client config:\n\n### OpenCode\n\n```json\n{\n  \"mcp\": {\n    \"remove-paywall\": {\n      \"type\": \"local\",\n      \"command\": [\"uvx\", \"remove-paywall-mcp\"],\n      \"enabled\": true\n    }\n  }\n}\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"remove-paywall\": {\n      \"command\": \"uvx\",\n      \"args\": [\"remove-paywall-mcp\"]\n    }\n  }\n}\n```\n\n### LiteLLM\n\n```yaml\nmcp_tools:\n  remove_paywall:\n    type: \"stdio\"\n    command: \"uvx\"\n    args: [\"remove-paywall-mcp\"]\n```\n\n### Docker (any client)\n\n```json\n…","publisher":{"name":"RemovePaywall","url":null},"homepage":null,"repository":"https://github.com/jasval/remove-paywall-mcp","version":"1.4.0","license":null,"protocols":["mcp"],"tags":["mcp","paywall","archive","wayback-machine","claude","opencode"],"pricing":null,"endpoints":[{"url":"pypi:remove-paywall-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":0.802,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"remove-paywall-mcp","registry":"pypi","observedAt":"2026-09-10T11:28:24.290Z","publishedAt":"2026-08-10T13:19:55.656663Z","latestVersion":"1.4.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"remove-paywall-mcp","url":"https://pypi.org/project/remove-paywall-mcp/","firstSeenAt":"2026-09-10T11:26:46.742Z","fetchedAt":"2026-09-10T11:26:46.742Z","normalizedAt":"2026-09-10T11:26:46.742Z"}]},"firstSeenAt":"2026-09-10T11:26:46.742Z","updatedAt":"2026-09-10T11:28:24.290Z"}