mcp-request

chendatony31/mcp-request

3.2

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

A Model Context Protocol (MCP) server for making HTTP requests to different services.

The mcp-request server is designed to streamline the process of interacting with multiple HTTP APIs within an MCP environment. By allowing users to quickly expose any HTTP API through MCP, it eliminates the need for setting up individual MCP servers for each API, thus saving time and resources. This tool is particularly useful for developers who need to integrate various APIs into their applications without the overhead of additional server setups. With mcp-request, users can maintain a single MCP server to handle multiple APIs, making it a versatile and efficient solution for API management.

Features

  • Quickly expose any HTTP API through MCP.
  • Reuse existing HTTP APIs without additional server setup.
  • Maintain a single MCP server for multiple APIs.
  • Register custom HTTP requests with ease.
  • Manage APIs with operations like register, delete, and request.

Tools

  1. registerApi

    Register custom HTTP requests.

  2. deleteApi

    Delete registered APIs.

  3. beforeRequest

    Check available APIs before making a request.

  4. request

    Execute HTTP requests.