A generic MCP server that dynamically exposes any OpenAPI-documented REST API to LLMs by auto-discovering endpoints. It provides tools for exploring API capabilities and making authenticated requests directly through natural language interfaces.
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.API_AUTH_TYPE— Authentication type: none, apiKey, bearer noneAPI_BASE_URL— Base URL of the API https://api.example.comAPI_BEARER_TOKEN— Bearer token (when API_AUTH_TYPE=bearer) -API_CACHE_DIRAPI_CACHE_TTL_MS— OpenAPI spec cache TTL 3600000 (1 hour)API_KEY— API key (when API_AUTH_TYPE=apiKey) -API_KEY_HEADER— Header name for API key X-API-KeyAPI_MAX_RETRIESAPI_OPENAPI_PATH— Path to OpenAPI spec /openapi.yamlAPI_RETRY_ON_429API_TIMEOUT_MS— Request timeout in milliseconds 30000[](https://m8ven.ai/mcp/cloudwarriors-ai-openapi-mcp-server-11hkqz)