coucya_mcp-server-requests

coucya_mcp-server-requests

3.1

If you are the rightful owner of coucya_mcp-server-requests 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.

An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content.

The MCP Server Requests is a versatile server designed to facilitate HTTP requests, allowing Language Learning Models (LLMs) to access and process web content efficiently. It supports a wide range of HTTP methods including GET, POST, PUT, DELETE, and PATCH, providing flexibility in handling web interactions. The server is equipped with features to convert web content into Markdown format, filter out unnecessary content for LLMs, and customize User-Agent headers. It also supports random User-Agent generation and allows for complete access to HTTP response headers. This makes it an ideal tool for developers looking to integrate web content fetching capabilities into their LLM applications.

Features

  • Supports converting web content to Markdown format
  • Supports filtering out content useless for LLMs
  • Supports custom and random User-Agent headers
  • Supports full HTTP methods (GET, POST, PUT, DELETE, PATCH)
  • LLMs can access complete HTTP response header information

Tools

  1. fetch

    Get web content

  2. http_get

    Perform HTTP GET request

  3. http_post

    Perform HTTP POST request

  4. http_put

    Perform HTTP PUT request

  5. http_patch

    Perform HTTP PATCH request

  6. http_delete

    Perform HTTP DELETE request