mcp-request
0
mcp-request is a dedicated MCP server designed for efficiently managing and executing HTTP requests across different services. It supports API registration and simplifies the integration of multiple APIs under a single server environment, saving time and resources.
Overview
mcp-request is a Model Context Protocol (MCP) server that facilitates making HTTP requests to various services. It simplifies the process of exposing HTTP APIs through MCP, allowing users to reuse existing APIs without setting up additional servers. Key features include registering custom APIs, managing APIs, and executing HTTP requests efficiently.
Why mcp-request?
- Eliminates the need for multiple MCP servers for different APIs, saving time and resources.
- Allows quick exposure and reuse of any HTTP API through a single MCP server.
Tools
- registerApi: Register custom HTTP requests.
- deleteApi: Remove registered APIs.
- beforeRequest: Manage API usage and availability before making requests.
- request: Execute HTTP requests.
Usage
Details on usage are provided for API registration and management.