1.0.0npm · @tokenizin/mcp-npx-fetch · current release
Observed 2026-08-14T17:36:32.171Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2025-06-18.
{
"resources": {},
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
fetch_htmlFetch a website and return the content as HTMLInput 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 URLInput 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 MarkdownInput 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"
]
} | — | — · — | — |