mcp-http

mcp-http

3.2

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

MCP Http Server is a Model Context Protocol server implemented using the Python httpx library, designed to facilitate HTTP request operations via a REST API.

MCP Http Server is a robust Model Context Protocol (MCP) server built on the Python httpx library. It provides a REST API to handle HTTP requests, including GET, POST, PUT, and DELETE methods, making it easier to integrate with various Web APIs. The server is designed to streamline the process of interacting with web services by offering a simple and efficient way to execute HTTP operations. It is particularly useful for developers looking to build applications that require seamless communication with web APIs. The server supports Python 3.x and recommends using the 'uv' package manager for installation and management of dependencies.

Features

  • HTTP GET: Executes a GET request to a specified URL with optional query parameters.
  • HTTP POST: Executes a POST request to a specified URL, optionally including a JSON body and headers.
  • HTTP PUT: Executes a PUT request to a specified URL, optionally including a JSON body and headers.
  • HTTP DELETE: Executes a DELETE request to a specified URL with optional query parameters.