MCP Rquest
JSON →An MCP server for making advanced HTTP requests with browser emulation, including PDF and HTML to Markdown conversion.
Install
pip install mcp-rquest Tools · 12
- 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
Links
★ 46 GitHub stars