npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@httpstatus/mcp-server

v0.1.0

Published

24 AI-callable tools for API mocking, chaos engineering, security scanning, OpenAPI validation, distributed tracing, automation workflows, and monitoring.

Readme

HttpStatus MCP Server

24 AI-callable tools for API testing, mocking, monitoring, security, and automation — directly from your AI assistant.

Remote URL: https://mcp.httpstatus.com/mcp Transport: Streamable HTTP Auth: OAuth2 or Bearer token Documentation: httpstatus.com/mcp

Quick Setup

OAuth2 (recommended)

{
  "mcpServers": {
    "httpstatus": {
      "url": "https://mcp.httpstatus.com/mcp"
    }
  }
}

Bearer Token

{
  "mcpServers": {
    "httpstatus": {
      "url": "https://mcp.httpstatus.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Tools (24)

API Mocking

  • create_mock — Create an API mock endpoint with custom response, headers, and delay
  • update_mock — Update an existing API mock by ID
  • delete_mock — Delete an API mock by ID
  • list_mocks — List API mocks with optional filtering and pagination

Chaos Engineering

  • create_chaos_rule — Create a chaos engineering rule for an API endpoint
  • disable_chaos_rule — Disable a chaos rule by ID
  • list_chaos_rules — List chaos engineering endpoint mappings

Security & Validation

  • run_security_scan — Scan a URL for security issues (headers, TLS, CORS, CSP, HSTS, XSS)
  • check_ssl — Check SSL/TLS certificate validity, expiry, issuer chain, and protocols
  • validate_openapi — Validate OpenAPI 2.x/3.x specification (JSON or YAML)
  • decode_jwt — Decode JWT and return header, payload, and signature metadata

Networking & Diagnostics

  • run_redirect_analyzer — Analyze redirect chain behavior for a URL
  • run_cors_debug — Run CORS diagnostics for a target URL and origin
  • run_trace — Analyze distributed trace data (Jaeger, Zipkin, OpenTelemetry)
  • analyze_har — Analyze HTTP Archive (HAR) file for performance and errors

Monitoring

  • create_monitor — Create uptime monitor for a URL with custom intervals and regions
  • get_monitor_status — Get current status and uptime percentage for a monitor

Automation Workflows

  • automation_create_workflow — Create API automation workflow from defined steps
  • automation_generate_from_openapi — Generate automation workflow from OpenAPI spec
  • automation_import_postman_collection — Convert Postman collection to automation workflow
  • automation_run_workflow — Run an existing automation workflow by ID
  • automation_get_workflow_status — Get status, step results, and logs for a workflow run

Utilities

  • capture_webhook — Create and poll webhook capture bins for request inspection
  • start_resolve — Resolve natural-language intent to HttpStatus.com tools

Links

License

MIT