Skip to content

A servlet that fetches web pages and converts them to markdown.

License

Notifications You must be signed in to change notification settings

hyper-mcp-rs/fetch-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch

src: https://github.com/dylibso/mcp.run-servlets/tree/main/servlets/fetch

A servlet that fetches web pages and converts them to markdown.

What it does

Takes a URL, fetches the page content, strips out scripts and styles, and converts the HTML to markdown format.

Usage

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.

About

A servlet that fetches web pages and converts them to markdown.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages