reader
ActiveTool of Toolcall
Turn any public web page, including JavaScript-heavy ones, into clean readable markdown (or text/html) with title and byline. Rendered by a real browser then stripped to the main content. Ideal for feeding pages to LLMs. JSON response. [Paid: $0.006 USDC per call via x402 on Base; the calling client pays automatically.]
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Public page URL"
},
"format": {
"enum": [
"markdown",
"text",
"html"
],
"type": "string",
"description": "Output format, default markdown"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Toolcall
https://github.com/BeneIstvan/toolcall-mcp
1/7 registries