mount_url
Fetch web pages and convert HTML to Markdown for AI access, with content cached and persisted across server sessions.
Instructions
Fetch a web page, convert its HTML to Markdown, and expose it as an MCP resource. The content is cached and persisted across server restarts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the web page to mount, e.g. https://example.com |