mcp-rquest

mcp-rquest

3.5

If you are the rightful owner of mcp-rquest 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.

A Model Context Protocol (MCP) server that provides advanced HTTP request capabilities for Claude and other LLMs.

mcp-rquest is a Model Context Protocol server designed to enhance the interaction between language models and web content. Built on the rquest library, it offers advanced HTTP request capabilities, including realistic browser emulation with accurate TLS/JA3/JA4 fingerprints. This allows models to interact with websites more naturally and bypass common anti-bot measures. Additionally, mcp-rquest supports converting PDF and HTML documents to Markdown, facilitating easier processing by language models. The server supports a wide range of HTTP methods and offers robust content handling features, including automatic handling of large responses and secure storage of responses. It also provides various authentication methods and request customization options, making it a versatile tool for developers working with language models.

Features

  • Complete HTTP Methods: Support for GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, and TRACE.
  • Browser Fingerprinting: Accurate TLS, JA3/JA4, and HTTP/2 browser fingerprints.
  • Content Handling: Automatic handling of large responses, HTML to Markdown conversion, and PDF to Markdown conversion.
  • Authentication Support: Basic, Bearer, and custom authentication methods.
  • SSL Security: Uses BoringSSL for secure connections with realistic browser fingerprints.
0