70
grade C
11 days ago
glama

OpenAPI MCP Server

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.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: API_BEARER_TOKEN, API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAPI_AUTH_TYPEAuthentication type: none, apiKey, bearer none
configAPI_BASE_URLBase URL of the API https://api.example.com
🔐 secretAPI_BEARER_TOKENBearer token (when API_AUTH_TYPE=bearer) -
configAPI_CACHE_DIR
configAPI_CACHE_TTL_MSOpenAPI spec cache TTL 3600000 (1 hour)
🔐 secretAPI_KEYAPI key (when API_AUTH_TYPE=apiKey) -
configAPI_KEY_HEADERHeader name for API key X-API-Key
configAPI_MAX_RETRIES
configAPI_OPENAPI_PATHPath to OpenAPI spec /openapi.yaml
configAPI_RETRY_ON_429
configAPI_TIMEOUT_MSRequest timeout in milliseconds 30000
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/cloudwarriors-ai-openapi-mcp-server-11hkqz)](https://m8ven.ai/mcp/cloudwarriors-ai-openapi-mcp-server-11hkqz)
commit: 064cdbe7afb109bb1fa8224f49f95d1a5cec8a9b
code hash: 815e3171edc23b9847dae93881d4810be9cd225d44245a857d586420befec371
verified: 4/11/2026, 3:14:01 PM
view raw JSON →