CursorPool
← 返回首页
HttpStatus MCP Server logo

HttpStatus MCP Server

0

24 个可被 AI 调用的工具,用于 API 模拟、混沌工程、安全扫描、SSL 检查、CORS 调试、OpenAPI 校验、JWT 解码、HAR 分析、分布式追踪、webhook 捕获、自动化工作流与可用性监控。

MCP列出 Mock

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Returns a paginated list of API mock definitions. Supports filtering by name, method, and status code.
MCP创建混沌规则

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Creates a reusable chaos endpoint mapping that injects failures, latency, or error responses into API calls for resilience testing.
MCP禁用混沌规则

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Disables an active chaos engineering rule by its ID, stopping fault injection on the target endpoint.
MCP列出混沌规则

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Returns all configured chaos engineering rules with their target endpoints, fault types, and current status.
MCP运行重定向分析器

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Follows and reports the full redirect chain for a given URL, showing each hop with status code, headers, and final destination.
MCP运行 CORS 调试

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Tests CORS configuration by sending preflight and actual requests from a specified origin, reporting allowed methods, headers, credentials, and any misconfigurations.
MCP创建 Mock

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Creates a new API mock definition. Accepts name, URL pattern, HTTP method, status code, response body, response headers, and optional delay in milliseconds. Returns the created mock ID and endpoint URL.
MCP更新 Mock

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Updates an existing API mock definition by its ID. Can modify URL pattern, method, status code, response body, response headers, and delay.
MCP删除 Mock

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Permanently deletes an API mock endpoint by its ID.
MCP检查 SSL

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Inspects the SSL/TLS certificate of a given hostname. Returns validity dates, issuer chain, supported protocols, cipher suites, and days until expiry.
MCP运行安全扫描

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Performs a comprehensive security scan checking HTTP security headers, TLS configuration, CORS policy, CSP, HSTS, and common XSS vectors. Returns findings with severity levels.
MCP校验 OpenAPI

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Validates an OpenAPI or Swagger specification in JSON or YAML format. Returns validation errors, warnings, and schema compliance details.
MCP解码 JWT

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Decodes a JSON Web Token without verification. Returns the parsed header, payload claims, signature algorithm, and expiration status.
MCP运行追踪

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Parses and analyzes distributed trace data from Jaeger, Zipkin, or OpenTelemetry formats. Visualizes span hierarchy, timing, and identifies bottlenecks.
MCP分析 HAR

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Parses an HAR file and reports request/response timings, error rates, slow requests, payload sizes, and performance recommendations.
MCP创建监控

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Sets up an uptime monitor for a URL with configurable check intervals, regions, and alert thresholds. Returns the monitor ID.
MCP获取监控状态

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Returns the current up/down status, uptime percentage, response time, and recent check history for a monitor by ID.
MCP捕获 Webhook

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Creates a temporary webhook capture bin and polls for incoming requests. Returns full request details including headers, body, and query parameters.
MCP自动化创建工作流

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Creates a multi-step API automation workflow with sequential or parallel steps, variable extraction, and conditional logic.
MCP自动化从 OpenAPI 生成

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Automatically generates an API automation workflow from an OpenAPI specification, creating test steps for each endpoint.
MCP自动化导入 Postman 集合

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Imports a Postman v2.1 collection and converts it into an HttpStatus automation workflow with preserved variables and test scripts.
MCP自动化运行工作流

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Executes an automation workflow by its ID and returns the run ID for status tracking.
MCP自动化获取工作流状态

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Returns the execution status, individual step results, response data, and logs for a workflow run by its run ID.
MCP开始解决

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

Takes a natural-language description of what the user wants to do and resolves it to the most appropriate HttpStatus tool or action.