mcpbeat Sign in

HTTP Inspector MCP Server

local only

HTTP Inspector MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · http-inspector-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add http-inspector-mcp -- npx -y http-inspector-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "http-inspector-mcp": {
      "args": [
        "-y",
        "http-inspector-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.http-inspector-mcp]
command = "npx"
args = ["-y", "http-inspector-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "http-inspector-mcp": {
      "args": [
        "-y",
        "http-inspector-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "http-inspector-mcp": {
      "args": [
        "-y",
        "http-inspector-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to HTTP Inspector MCP

same job, measured the same way
Startup Finance Metrics
by mayanktalwar0

An MCP server for analyzing startup financial health and generating metrics reports locally.

109 installs/wk local only
Malwagon
by malwagon

Submit files and URLs to a malware sandbox, poll scans, fetch reports, hashes and IOCs.

5 tools answering
siGit CLI
by sigit

Run sigit.si locally: browse repos, search code, manage PRs, issues, and Cloud Sessions.

local only
Agentloopkit
by abhiyoheswaran1

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

52 installs/wk local only
YK Blueprint
by yantrakit

Reports the launch status of YK Blueprint.

1 tools answering
Sitemap Stats
by pipeworx-io

Sitemap Stats MCP — reads a domain's sitemap(s) and reports their STRUCTURE,

answering
Hyperping
by hyperping

Uptime, API and server monitoring with outages, reporting, on-call and status pages.

26 tools answering
NinjaOne MCP
by servosity

Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can

local only

HTTP Inspector MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for HTTP Inspector MCP?
HTTP Inspector MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package http-inspector-mcp.
Is HTTP Inspector MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect HTTP Inspector MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls http-inspector-mcp straight from npm; nothing to host, nothing to sign up for.