oatpp-mcp
If you are the rightful owner of oatpp-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Anthropic’s Model Context Protocol implementation for Oat++.
The oatpp-mcp is an implementation of the Model Context Protocol (MCP) by Anthropic, designed for the Oat++ framework. It facilitates the integration of large language models (LLMs) with RESTful web services by automatically generating tools from the ApiController. This implementation supports various transport methods, including STDIO and HTTP Server-Sent Events (SSE), and provides server features such as prompts, resources, and tools. The oatpp-mcp is particularly useful for developers looking to enhance their APIs with LLM capabilities, offering a seamless way to connect and interact with these models. The module requires the main oatpp module to be installed and can be built and installed from its repository.
Features
- Autogenerated tools for API
- Transport via STDIO and HTTP SSE
- Server features including prompts, resources, and tools