http-post
Make HTTP POST requests with optional body and headers.
How to use it
http-post is exposed by the HAL MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the http-post tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install HAL
$
npx hal-mcpOther tools in HAL (6)
body
(string, optional): Request body content
contentType
(string, optional): Content-Type header (default: "application/json")
headers
(object, optional): Additional headers to send
http-get
Make HTTP GET requests to any URL.
list-secrets
Get a list of available secret keys that can be used with {secrets.key} syntax.
url
(string, required): The URL to request