Content is loading…
Extract clean article text from any URL using Mozilla Readability.
extract_text_from_url#readability#article extraction#reader mode#content extraction#web scrapingExtracts the primary content from a webpage while stripping navigation, ads, and sidebars using the Readability algorithm. Provide a url and set includeMetadata to true for page titles and descriptions. Returns the cleaned article text and optional metadata.
| Name | Type | Required | Description |
|---|---|---|---|
url | string | required | The URL of the article/page to extract |
includeMetadata | boolean | optional | Include title, byline, excerpt, and site name in the response. Default true. |
{
"url": "https://example.com/article"
}curl -X POST https://toolsy.my/api/mcp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "extract_text_from_url",
"arguments": {
"url": "https://example.com/article"
}
}
}'Fetch any public URL and return its body, optionally as Markdown.
fetch_urlPull every hyperlink from raw HTML or a URL with same-domain filter.
extract_html_linksExtract text from any PDF URL page by page, with document metadata.
pdf_extract_textGenerate a free API key or set up an OAuth connector for Claude.ai.