New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

http-inspector-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-inspector-mcp

Fetch a URL and report its status, headers, and size. Runs locally.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

HTTP Inspector MCP

Fetch a URL and report its status code, headers, content type, and size. Runs locally. Useful for debugging web services.

This file is self contained. It reads public data only and never writes to the machine. All output is bounded and honest about what could not be fetched.

Tools

  • inspect_url Inspect a URL.

Usage

npm install
npm run build
node dist/index.js

Response bodies are never returned, only headers and sizes, so no content is leaked.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts