Skip to main content
Glama

Puppeteer MCP Server

by jwaldor

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

NameRequiredDescriptionDefault
bodyYesBody to include in the request
headersYesHeaders to include in the request
typeYesType of the request. GET, POST, PUT, DELETE
urlYesUrl to make the request to

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Body to include in the request", "type": "object" }, "headers": { "description": "Headers to include in the request", "type": "object" }, "type": { "description": "Type of the request. GET, POST, PUT, DELETE", "type": "string" }, "url": { "description": "Url to make the request to", "type": "string" } }, "required": [ "type", "url", "headers", "body" ], "type": "object" }

You must be authenticated.

Other Tools from Puppeteer MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jwaldor/mcp-scrape-copilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server