Hoverfly MCP Server
JSON →An MCP server exposing Hoverfly as a programmable API simulation tool for AI assistants.
Tools · 12
- get_hoverfly_status Checks if Hoverfly is running
- start_hoverfly_web_server Starts Hoverfly in simulate mode as a web server. By default, it will auto-load the most recent simulation from /opt/hoverfly-mcp/simulation-data if available, unless auto-load is disabled.
- stop_hoverfly_server Stops Hoverfly and clears mocks
- fetch_hoverfly_version Returns Hoverfly version
- list_hoverfly_mocks Lists all active mock APIs (request-response pairs)
- add_hoverfly_mock Adds a mock API using a JSON RequestResponsePair definition
- clear_hoverfly_mocks Removes all existing mock APIs
- show_hoverfly_endpoints_info Returns key Hoverfly endpoints and example usage
- get_hoverfly_documentation Returns Hoverfly documentation for a specific topic
- suggest_hoverfly_matchers Suggests matcher options for a given request-response pair JSON
- get_hoverfly_debug_logs Fetches recent Hoverfly logs for debugging (limit is optional)
- download_hoverfly_simulation Downloads current simulation to /opt/hoverfly-mcp/simulation-data (persistent simulation directory)
Links
★ 9 GitHub stars