Puppeteer MCP Server
by jwaldor
make_http_request
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 |
Input Schema (JSON Schema)
You must be authenticated.