All MCP servers

Http

Official
by Api.Airforcestdio0128MIT

MCP server for HTTP requests (curl) with structured, token-efficient output

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "http-impbda79": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}