4 tools from the Http MCP Server, categorised by risk level.
View the Http policy →head Makes an HTTP HEAD request via curl and returns structured response headers (no body). Use to check resource existence, content type, or cache head... 3/5 post Makes an HTTP POST request via curl and returns structured response data. Convenience wrapper for the request tool with required body. SECURITY: UR... 3/5 request Makes an HTTP request via curl and returns structured response data (status, headers, body, timing). SECURITY: URLs targeting private/reserved IPs ... 3/5 The Http MCP server exposes 4 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Http server.
Http tools are categorised as Read (1), Write (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept