make_http_request
Send HTTP requests using curl for GET, POST, PUT, or DELETE methods. Define URL, headers, and body to execute web interactions within the Puppeteer MCP Server environment.
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 |