make_http_request
Execute HTTP requests (GET, POST, PUT, DELETE) with custom headers and body using curl, enabling integration with Puppeteer MCP Server for web automation tasks.
Instructions
Make an HTTP request with curl
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Body to include in the request | |
headers | Yes | Headers to include in the request | |
type | Yes | Type of the request. GET, POST, PUT, DELETE | |
url | Yes | Url to make the request to |