🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-fetch

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-fetch

SSRF-safe URL fetch for AI agents — returns clean markdown/text/HTML/JSON, plus guarded REST calls. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@infoinlet/mcp-fetch

SSRF-safe web fetch for AI agents, as an MCP server.

  • fetch_url — page → clean markdown (default) / text / html / json
  • fetch_json — guarded REST call (GET/POST/…) → parsed JSON

Security: every request blocks private/loopback/link-local/cloud-metadata (169.254.169.254) IPs and non-http(s) schemes, validating the resolved IP on every redirect hop (defeats DNS-rebinding). 38 SSRF unit tests.

{ "mcpServers": { "fetch": { "command": "npx", "args": ["-y", "@infoinlet/mcp-fetch"] } } }

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts