Hoverfly MCP Server

Hoverfly MCP Server

A Model Context Protocol (MCP) server that exposes Hoverfly as a programmable tool for AI assistants like Cursor, Claude, GitHub Copilot, and others supporting MCP. It enables dynamic mocking of third-party APIs to unblock development, automate testing, and simulate unavailable services during integration.

12 Tools

Requires Configuration
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
add_hoverfly_mockCreates a new mock API by adding a request-response pair to Hoverfly's simulation. Make sure to call startHoverfly() first as WebServer. If Hoverfly is not running, this operation will fail. The input must be a valid RequestResponsePair object with request matchers (like path, method, destination, etc.) and a response containing status, body, and headers.

Manual installation

You can install the MCP server using:

Installation for

Related servers