A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Test, debug, and interact with REST API endpoints. Parameters: method (string - GET, POST, PUT, DELETE, PATCH), endpoint (string - the API endpoint), body (optional object - for POST/PUT requests), headers (optional object - for custom headers).