Skip to main content
Glama

Puppeteer MCP Server

by jwaldor

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

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" }

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