A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease
Local Onlytokenizin-agency
Awaiting current scanNpm · 1.0.0
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
2025-06-18Negotiated protocol
@tokenizin/mcp-npx-fetchServer-reported name
2Capability groups
Aug 14, 2026Observed
Tools 4
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"
]
}
—
—
Resources 0
None observed.
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
MCP NPX Fetch MCP Server questions
How do I install MCP NPX Fetch MCP Server?
Install the selected package version with: npm install --save-exact @tokenizin/mcp-npx-fetch@1.0.0
What tools does MCP NPX Fetch MCP Server provide?
MCP NPX Fetch MCP Server exposed 4 tools during independent protocol observation, including fetch_html, fetch_json, fetch_markdown, fetch_txt.
Is MCP NPX Fetch MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.