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.

fetch

Get web content

http_get

Perform HTTP GET request

http_post

Perform HTTP POST request

http_put

Perform HTTP PUT request

http_patch

Perform HTTP PATCH request

http_delete

Perform HTTP DELETE request