api-wrapper-mcp

api-wrapper-mcp

3.3

If you are the rightful owner of api-wrapper-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.

This is a generic API wrapper server for the Model Context Protocol (MCP). It allows you to easily wrap REST APIs as MCP tools that can be accessed by Claude and other MCP clients.

The API Wrapper MCP Server is designed to facilitate the integration of REST APIs into the Model Context Protocol (MCP) framework. By using a simple YAML configuration, users can define multiple API endpoints, specify request methods, and set up parameter validation. The server supports both GET and POST requests, and allows for authentication via environment variables. Custom timeouts can be configured for each API call, ensuring flexibility and control over the interactions. This server is particularly useful for developers looking to expose existing APIs as MCP tools, making them accessible to clients like Claude Desktop.

Features

  • Easy YAML configuration for multiple API endpoints
  • Support for both GET and POST requests
  • Parameter validation and default values
  • Authentication via environment variables
  • Custom timeouts for API calls