Lets MCP clients fetch arbitrary URLs via HTTP GET and inspect responses.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-http-proxy" yet — see the docs or source repo.
Use mcp-http-proxy to request this URL: https://api.github.com, then summarize the status code, headers, and main JSON fields in the response.
A summary of the HTTP status, key response headers, and the main response body content.
Use mcp-http-proxy to access https://example.com and tell me whether it was reachable, what status code was returned, and the first 300 characters of the response body.
An indication of whether the target page is reachable, plus the status code and a snippet of the response content.
Use mcp-http-proxy to fetch this public JSON data source: https://jsonplaceholder.typicode.com/posts/1, then extract the title, body, and user ID.
The key fields extracted and organized from the public API response for further analysis or reference.
Proxy remote MCP servers to stdio for local client connectivity.
Aggregate multiple MCP resource servers behind one HTTP endpoint.
Proxy multiple MCP servers while reducing token usage with on-demand tool loading.
Fetch HTTP resources via MCP for testing, retrieval, and automation.
Let AI agents send HTTP requests to any URL and retrieve responses.
Discover, search, and run tools across configured MCP servers from one endpoint.