MCP Servers / web-scraping / MCP Rquest

MCP Rquest

JSON →
httpnone46web-scraping

An MCP server for making advanced HTTP requests with browser emulation, including PDF and HTML to Markdown conversion.

Install
How to run this server
[ { "cmd": "pip install mcp-rquest", "imports": [] } ]
server path: mcp-rquest
Tools
What this server exposes
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_patch
Partially update resources
http_head
Retrieve only headers from a resource
http_options
Retrieve options for a resource
http_trace
Diagnostic request tracing
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
Configuration
Environment & auth
authnone
Resources
MCP Rquest — MCP Server · libregistry