
Fetch
zcaceres/fetch-mcpA server that flexibly fetches HTML, JSON, Markdown, or plaintext
- Version
- 0.1.0
- Type
- Community Servers
- Categories
- Web Scraping
Tools
4fetch_html
Fetch a website and return the content as HTML
Parameter Type Description url*string URL of the website to fetch headersobject Optional headers to include in the request fetch_markdown
Fetch a website and return the content as Markdown
Parameter Type Description url*string URL of the website to fetch headersobject Optional headers to include in the request fetch_txt
Fetch a website, return the content as plain text (no HTML)
Parameter Type Description url*string URL of the website to fetch headersobject Optional headers to include in the request fetch_json
Fetch a JSON file from a URL
Parameter Type Description url*string URL of the JSON to fetch headersobject Optional headers to include in the request
Resources
0No resources available for this server
Prompts
0No prompts available for this server