Reaper MCP Server

  • docs
{ "openapi": "3.0.0", "info": { "title": "MCP Server API", "version": "1.0.0" }, "paths": { "/tools": { "get": { "summary": "List available tools", "responses": { "200": { "description": "List of tools" } } } } } }