Readable

Extract the main content from any web page—no ads, no popups, no distractions. Just the article, beautifully formatted.

A Better curl for Your LLMs

Put the following code in a script file, let's call it justread.

#!/usr/bin/env sh

curl -sG --data-urlencode "url=$1" https://readable.page/md

Tell your LLM to use justread to fetch content from the web instead.

Why?

💰

Save Tokens

Significantly reduce token usage by sending only the essential content.

🧠

Reduce Context

LLMs work better with smaller, focused context windows.

👮

Stay Secure

No need to run untrusted JavaScript that could inject malicious instructions.

MCP Server

Readable also provides an MCP server at https://readable.page/mcp for LLMs that support it.

Quick start for Claude Code:

claude mcp add --transport http readable https://readable.page/mcp