Httpstatus MCP Server

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

Remote serverstreamable-http

What is the Httpstatus MCP server?

Connect Httpstatus to Claude, Cursor or any other MCP client and it stops being a tab you switch to. 24 AI-callable tools for API testing, mocking, monitoring, security, and automation — directly from your AI assistant. The httpstatus mcp server is what makes that connection.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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
  • Monitoring — The Monitoring tool exposed by this server
  • Utilities — The Utilities tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: YOUR_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Httpstatus's toolset — create_mock, update_mock, delete_mock and 3 more — is a fair guide to whether it matches your workflow. It is maintained by httpstatus-com; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
create_mockCreate an API mock endpoint with custom response, headers, and delay
update_mockUpdate an existing API mock by ID
delete_mockDelete an API mock by ID
list_mocksList API mocks with optional filtering and pagination
MonitoringThe Monitoring tool exposed by this server.
UtilitiesThe Utilities tool exposed by this server.

How to install the Httpstatus MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Httpstatus to create mock.
  • Use Httpstatus to update mock.
  • Use Httpstatus to delete mock.

Frequently asked questions

It connects Httpstatus to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (create_mock, update_mock, delete_mock, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Httpstatus directly.