
mcp-google-search MCP Server
The mcp-google-search MCP Server bridges AI assistants and the web, enabling real-time search and content extraction using the Google Custom Search API. It empo...
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The mcp-rquest MCP Server is a Model Context Protocol (MCP) server designed to provide advanced, realistic browser-like HTTP request capabilities for AI assistants, including Claude and other large language models. Built atop the rquest engine, it enables models to interact with websites using accurate TLS, JA3/JA4, and HTTP/2 browser fingerprints, which helps bypass common anti-bot measures and simulate human browsing. Additionally, the server supports conversion of PDF and HTML documents to Markdown, facilitating easier ingestion and processing of web and document content by LLMs. It also features secure response storage, token-aware handling of large responses, and supports a variety of authentication and request customization options, making it a powerful tool for enhancing AI-driven development workflows involving web and document data.
No specific prompt templates are mentioned in the repository.
No explicit resources are documented in the available files or README.
windsurf.config.json).mcp-rquest MCP server to the mcpServers section:{
"mcpServers": {
"mcp-rquest": {
"command": "mcp-rquest",
"args": ["server"]
}
}
}
mcp-rquest appears in your available MCP servers.{
"mcpServers": {
"mcp-rquest": {
"command": "mcp-rquest",
"args": ["server"]
}
}
}
{
"mcpServers": {
"mcp-rquest": {
"command": "mcp-rquest",
"args": ["server"]
}
}
}
{
"mcpServers": {
"mcp-rquest": {
"command": "mcp-rquest",
"args": ["server"]
}
}
}
mcp-rquest MCP server is operational.To securely provide API keys, use environment variables and reference them in your configuration:
{
"mcpServers": {
"mcp-rquest": {
"command": "mcp-rquest",
"args": ["server"],
"env": {
"MY_API_KEY": "${MY_API_KEY_ENV_VAR}"
},
"inputs": {
"api_key": "${MY_API_KEY_ENV_VAR}"
}
}
}
}
Replace MY_API_KEY_ENV_VAR with your actual environment variable name holding the API key.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"mcp-rquest": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "mcp-rquest" to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | Overview and feature description available in README. |
| List of Prompts | ⛔ | No prompt templates found. |
| List of Resources | ⛔ | No explicit resources documented. |
| List of Tools | ✅ | Full list of tools in README. |
| Securing API Keys | ✅ | Example provided above. |
| Sampling Support (less important in evaluation) | ⛔ | No documentation found. |
Based on the tables above, mcp-rquest is a focused and robust HTTP request MCP server with excellent tool coverage (all HTTP verbs, document conversion, large response handling), good documentation, and practical setup examples. However, it lacks documented prompt templates, explicit resources, and information about sampling or roots support. Overall, it’s a practical, well-scoped utility for AI devs, but not a full ecosystem server.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 6 |
| Number of Stars | 31 |
Overall Rating: 6/10
A technically solid, well-documented MCP server for HTTP requests and document conversion, but missing higher-level MCP features like prompt templates, resource exposure, and sampling/roots support.
Empower your AI agents with realistic, secure web access and seamless document conversion. Try mcp-rquest for advanced HTTP operations and anti-bot protection in FlowHunt.

The mcp-google-search MCP Server bridges AI assistants and the web, enabling real-time search and content extraction using the Google Custom Search API. It empo...

The Fetch MCP Server for FlowHunt enables AI agents to retrieve and transform live web content in multiple formats, including HTML, JSON, plain text, and Markdo...

The ScrAPI MCP Server empowers AI assistants to extract live web content—even from sites protected by captchas, bot detection, or geofencing. By acting as a bri...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.