74
/ 100
11 hours ago
glama

openapi2mcp

An MCP server that exposes any OpenAPI REST API via two tools: search for discovering endpoints and execute for making API calls. It uses Code Mode to keep token footprint low and runs user-written JavaScript in a sandbox.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OPENAI_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.
🔐 secretOPENAI_API_KEYexport =sk-...
configOPENAI_BASE_URLexport =https://api.openai.com/v1 # or your gateway
configPORTcp .env.example .env # set base URL + secret +
configSANDBOX_MEMORY_MB
configSANDBOX_TIMEOUT_MS
// 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 3 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/dspachos-openapi2mcp-lfxz19)](https://m8ven.ai/mcp/dspachos-openapi2mcp-lfxz19)
commit: 768e0a1f4ccd5de853847c0e9739df4c70a9ea5e
code hash: 10e2e35c0446fbdef5e2d4cc8288cdfe55999c4aeec7d6c584eda0c9f08ed5e9
verified: 7/31/2026, 9:10:47 AM
view raw JSON →