A servlet that fetches web pages and converts them to markdown.
Takes a URL, fetches the page content, strips out scripts and styles, and converts the HTML to markdown format.
Call with:
{
"plugins": [
// {},
{
"name": "fetch",
"path": "oci://ghcr.io/hyper-mcp-rs/fetch-plugin:latest",
"runtime_config": {
"allowed_hosts": ["*"]
}
}
]
}
Returns the page content converted to markdown format.