Mcp Rquest

web MCP Server

A MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.

Install Ready
webweb
6 views48 stars11 forksMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
48
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx mcp-rquest

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-rquest": {
      "command": "uvx",
      "args": [
        "mcp-rquest"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

12
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (12)

http_patch

Partially update resources

HTTP Request Tools

`http_get` - Perform GET requests with optional parameters

http_post

Submit data via POST requests

http_put

Update resources with PUT requests

http_delete

Remove resources with DELETE requests

http_head

Retrieve only headers from a resource

http_options

Retrieve options for a resource

http_trace

Diagnostic request tracing

Response Handling Tools

`get_stored_response` - Retrieve stored large responses, optionally by line range

get_stored_response_with_markdown

Convert HTML or PDF responses to Markdown format for better LLM processing

get_model_state

Get the current state of the PDF models loading process

restart_model_loading

Restart the PDF models loading process if it failed or got stuck