read_url
Pack: jina-reader · Endpoint: https://gateway.pipeworx.io/jina-reader/mcp
Fetch any web page as clean, LLM-ready markdown (strips nav/ads) — ideal for giving an agent the readable content of a URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The full target URL to fetch, e.g. “https://example.com/article”. |
Example call
curl -X POST https://gateway.pipeworx.io/jina-reader/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"read_url","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"jina-reader": {
"url": "https://gateway.pipeworx.io/jina-reader/mcp"
}
}
}
See Getting Started for client-specific install steps.