Enables Claude Desktop and other MCP clients to interact with any OAuth2-authenticated OpenAPI-based API through automatic tool generation from OpenAPI specifications, with built-in token management and authentication handling.
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_BASE_URL— "": "https://api.example.com",AUTH_PATH— /oauth/tokenCLIENT_ID— your-client-idCLIENT_SECRET— your-client-secretCUSTOM_TOOLS_PATH— Then set in your environment:OPENAPI_EXCLUDE— deleteItem # Optional: exclude specific operationsOPENAPI_INCLUDE_ONLY— listItems,createItem # Optional: only include specific operationsOPENAPI_SPEC_PATH— ./config/openapi.jsonOPENAPI_TOOL_PREFIX— api_ # Optional: prefix for generated tool names[](https://m8ven.ai/mcp/ssossan-mcp-openapi-connector-xtd4hu)