coucya_mcp-server-requests

coucya_mcp-server-requests

0

mcp-server-requests is a server designed to empower LLMs with capabilities to execute HTTP requests and process web content. It offers features like converting content to Markdown and supports various HTTP methods with customizable headers.

mcp-server-requests

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

Features

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

Available Tools

  1. fetch - Fetch web content with options for content type
  2. http_get - Execute HTTP GET request with custom headers
  3. http_post - Execute HTTP POST request with custom headers and data
  4. http_put - Execute HTTP PUT request
  5. http_patch - Execute HTTP PATCH request
  6. http_delete - Execute HTTP DELETE request