api-wrapper-mcp

api-wrapper-mcp

2

The API Wrapper MCP Server is a tool designed to easily convert REST APIs into MCP-compatible tools using a simple YAML configuration. It supports both GET and POST requests with features like parameter validation, environment variable authentication, and customizable timeouts.

API Wrapper MCP Server

A server designed to wrap REST APIs as MCP tools for easy access by MCP clients like Claude.

Features

  • YAML configuration for API endpoints
  • GET and POST request support
  • Parameter validation
  • Environment variable authentication
  • Custom API call timeouts

Usage

  1. Define API endpoints in a YAML config file
  2. Set up necessary API tokens
  3. Execute the server with the configuration file.

Configuration Format

Use a YAML file to define server info, authentication, tool definitions, and parameters.