An MCP server that wraps curl to make structured HTTP requests for AI agents, returning typed JSON with status, headers, body, and timing. It supports common HTTP methods and restricts requests to http/https URLs with basic input validation.
From the registry: MCP server for HTTP requests (curl) with structured, token-efficient output
Please install the `http` MCP server into my current AI client (that's you).
Optional prerequisites:
- Install curl — curl is required by the server and is pre-installed on most systems. (https://curl.se/'}],)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@paretools/http"]
Note: Preferred install path is via npx as shown in the README. No environment variables are documented.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server that exposes GraphQL operations as tools for AI models.