MCP Servers / web-scraping / HTTP Requests

HTTP Requests

JSON →
httpnone7web-scraping

An MCP server for making HTTP requests, enabling LLMs to fetch and process web content.

Install
How to run this server
[ { "cmd": "pip install .", "imports": [] } ]
server path: http-requests
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
HTTP Requests — MCP Server · libregistry