http-request-mcp

http-request-mcp

0

http-request-mcp is a tool designed for making HTTP requests using the Model Context Protocol server, supporting various HTTP methods and customizable options such as headers and body. It aims to simplify HTTP requests management.

http-request-mcp Overview

  • http-request-mcp is a tool for making HTTP requests using the MCP server.
  • Supports various HTTP methods.
  • Features include specifying URL, method, headers, and request body.

Installation

  • Use pnpm install to install dependencies.

Usage

  • Start the server with pnpm start.

Parameters

  • URL: The URL to make the request to.
  • Method: HTTP method (GET, POST, PUT, DELETE).
  • Headers: Optional headers.
  • Body: Optional body.