← MCP NPX Fetch

MCP NPX Fetch 1.0.0

npm · @tokenizin/mcp-npx-fetch · current release

4
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-14T17:36:32.171Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "resources": {},
  "tools": {}
}

Tools 4

ToolCategoryAnnotationsRisk
fetch_htmlFetch a website and return the content as HTML
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the website to fetch"
    },
    "headers": {
      "type": "object",
      "description": "Optional headers to include in the request"
    }
  },
  "required": [
    "url"
  ]
}
— · —
fetch_jsonFetch a JSON file from a URL
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the JSON to fetch"
    },
    "headers": {
      "type": "object",
      "description": "Optional headers to include in the request"
    }
  },
  "required": [
    "url"
  ]
}
— · —
fetch_markdownFetch a website and return the content as Markdown
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the website to fetch"
    },
    "headers": {
      "type": "object",
      "description": "Optional headers to include in the request"
    }
  },
  "required": [
    "url"
  ]
}
— · —
fetch_txtFetch a website, return the content as plain text (no HTML)
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the website to fetch"
    },
    "headers": {
      "type": "object",
      "description": "Optional headers to include in the request"
    }
  },
  "required": [
    "url"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.