coucya_mcp-server-requests
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
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