A clone-and-own MCP server that exposes OpenAPI/Huma contract intelligence to AI agents by turning API specifications into deterministic endpoint metadata, schemas, validation facts, and TypeScript declarations.
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.DEFAULT_BACKEND_ID— selects the default backend. If unset, SpecBridge uses swagger-petstore.MCP_HTTP_HOST— HTTP bind hostMCP_HTTP_PATH— MCP endpoint path, such as /mcpMCP_HTTP_PORTMCP_HTTP_STATELESS— set to true for stateless HTTP modeMCP_TRANSPORT— stdio or httpOPENAPI_BACKENDS— Alternatively, point OPENAPI_BACKENDS_FILE at another JSON file or set directly.OPENAPI_BACKENDS_FILE— Alternatively, point at another JSON file or set OPENAPI_BACKENDS directly.OPENAPI_CACHE_TTL_MS— in-memory spec cache TTLOPENAPI_ENABLE_SWAGGER_UI_SCRIPT_EXTRACTION— opt in to strict JSON object extraction from static Swagger UI scripts; fetched JavaScript is never executedOPENAPI_FETCH_TIMEOUT_MS— fetch timeout for spec loadingPORT[](https://m8ven.ai/mcp/heecheon92-specbridge-mcp-yysnf9)