MCP NPX Fetch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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