HttpStatus MCP Server
24 AI-callable tools for API mocking, chaos engineering, security scanning, SSL checks, CORS debugging, OpenAPI validation, JWT decoding, HAR analysis, distributed tracing, webhook capture, automation workflows, and uptime monitoring. Supports OAuth2 and Bearer token auth.
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
Option 1: OAuth2 (recommended)
Clients that support OAuth2 (Claude, Cursor, etc.) will handle authentication automatically:
{
"mcpServers": {
"httpstatus": {
"url": "https://mcp.httpstatus.com/mcp"
}
}
}
Option 2: Bearer Token
Generate an API key at httpstatus.com/app/api-keys and pass it as a 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
Registry
Published on the official MCP registry:
https://registry.modelcontextprotocol.io/v0.1/servers/com.httpstatus%2Fmcp-server/versions/0.1.0
License
MIT
関連サーバー
Obsidian via REST
Access and manage your Obsidian vault through a local REST API.
Attendee MCP Server
An MCP server for managing Attendee meeting bots, requiring a running Attendee backend service.
Vibe Worldbuilding MCP
Create detailed fictional worlds with automatic taxonomies, interconnected entries, AI-generated images, and navigable websites.
Browser Use MCP Server
Automate browser actions using natural language commands. Powered by Playwright and supports multiple LLM providers.
Productboard MCP Server
Integrate the Productboard API into agentic workflows for product management.
MCP Handoff Server
Manages AI agent handoffs with structured documentation and seamless task transitions.
Paperless-MCP
An MCP server for interacting with a Paperless-NGX API server. This server provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
Claude Desktop
Integrates Amoga Studio with Claude Desktop for enhanced productivity and communication.
Anamnese
Portable, cloud-hosted AI memory you own - structured memories, tasks, goals, and notes that work across Claude, ChatGPT, Gemini, and any MCP client.
notebooklm-mcp-cli
Programmatic access to Google NotebookLM — via command-line interface (CLI) or Model Context Protocol (MCP) server.