Enables GitHub OAuth authentication for APIs, allowing the MCP server to turn any API into a GitHub OAuth Client & Provider.
Transforms serverless server handlers into MCP endpoints, allowing serverless functions to be exposed as MCP-compatible APIs.
A simple middleware that turns your serverless server handler + OpenAPI spec + config into a exposed MCP endpoint following the new stateless MCP principles
See example for how to use this.
Earlier work: https://github.com/janwilmake/openapi-to-mcp
Disclaimer: Please only use this for APIs that are compliant to the MCP Authorization spec, or have no authorization. Also follow good MCP practices for choosing how to shape your tools, prompts, and resources. Do NOT Blindly turn a complex API into an MCP, this is a bad idea.
Work in progress: I'm working on a simpler auth plugin for your handler as well to turn any API into a GitHub Oauth Client & Provider. Eventually it will be MCP compatible. See library here
This server cannot be installed
Middleware that converts a serverless handler with OpenAPI spec into an MCP endpoint following stateless MCP principles.
Related MCP Servers
- -securityAlicense-qualityA middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.Last updated -5457TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.Last updated -2PythonMIT License
- -securityAlicense-qualityA zero-configuration tool that automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools, enabling AI systems to interact with your API through natural language.Last updated -1PythonMIT License
- -securityAlicense-qualityA command-line tool that transforms any OpenAPI service into a Model Context Protocol (MCP) server, enabling seamless integration with AI agents and tools that support the MCP specification.Last updated -902TypeScriptMIT License