xxxbrian/mcp-rquest
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.
Tools
Functions exposed to the LLM to take actions
http_get
Make an HTTP GET request to the specified URL
http_post
Make an HTTP POST request to the specified URL
http_put
Make an HTTP PUT request to the specified URL
http_delete
Make an HTTP DELETE request to the specified URL
http_patch
Make an HTTP PATCH request to the specified URL
http_head
Make an HTTP HEAD request to retrieve only headers from the specified URL
http_options
Make an HTTP OPTIONS request to retrieve options for the specified URL
http_trace
Make an HTTP TRACE request for diagnostic tracing of the specified URL
get_stored_response
Retrieve a stored HTTP response by its ID
get_stored_response_with_markdown
Retrieve a stored HTTP response by its ID and convert it to Markdown format. Supports HTML and PDF content types. (Converting large PDF to Markdown may cause timeout, just wait and try again.)
get_model_state
Get the current state of the PDF models(used by get_stored_response_with_markdown
) loading process
restart_model_loading
Restart the PDF models(used by get_stored_response_with_markdown
) loading process if it failed or got stuck
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client