MCP NPX Fetch
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fetch_html | Fetch a website and return the content as HTML |
fetch_markdown | Fetch a website and return the content as Markdown |
fetch_txt | Fetch a website, return the content as plain text (no HTML) |
fetch_json | Fetch a JSON file from a URL |