mcp-server-requests
3.0
The MCP Server Requests project is designed to enable large language models to perform HTTP requests. It includes functionalities such as fetching and converting web content to Markdown, using custom headers, and supports all HTTP methods.
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