HTTP Requests
JSON →An MCP server for making HTTP requests, enabling LLMs to fetch and process web content.
Install
pip install . Tools · 3
- fetch Fetch content from the specified URL and return it in the specified format. Supports converting web content to Markdown format or filtering non-visual elements.
- fetch_to_file Fetch content from the specified URL and save it to a file. Web content is not fed into LLM context, avoiding excessive token consumption.
- http_request Generic HTTP request tool with full HTTP method support (GET, POST, PUT, PATCH, DELETE), custom headers, text and JSON request bodies, returning complete HTTP response information.
Links
★ 7 GitHub stars