Playwright MCP Server

playwright_post

Send HTTP POST requests with headers, bearer token authorization, and custom body data to specified URLs using this tool in the Playwright MCP Server.

Instructions

Perform an HTTP POST request

Input Schema

NameRequiredDescriptionDefault
headersNoAdditional headers to include in the request
tokenNoBearer token for authorization
urlYesURL to perform POST operation
valueYesData to post in the body

Input Schema (JSON Schema)

{ "properties": { "headers": { "additionalProperties": { "type": "string" }, "description": "Additional headers to include in the request", "type": "object" }, "token": { "description": "Bearer token for authorization", "type": "string" }, "url": { "description": "URL to perform POST operation", "type": "string" }, "value": { "description": "Data to post in the body", "type": "string" } }, "required": [ "url", "value" ], "type": "object" }
ID: iiafoz7ogl