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.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AUTH_APIKEY_HEADER_NAME— "": "X-API-Key",AUTH_APIKEY_VALUE— "": "your-api-key",AUTH_BASIC_PASSWORD— "": "your-password",AUTH_BASIC_USERNAME— "": "your-username",AUTH_BEARER— "": "your-token",REST_BASE_URL— "": "https://api.example.com",REST_ENABLE_SSL_VERIFY— "": "false", // Set to false to disable SSL verification for self-signed certificatesREST_RESPONSE_SIZE_LIMIT— "": "10000", // Maximum response size in bytes[](https://m8ven.ai/mcp/dkmaker-mcp-rest-api-cwontj)