MCP Browser Automation Server

playwright_post

Send HTTP POST requests to specified URLs with custom data payloads directly through the MCP Browser Automation Server, enabling automated browser task execution.

Instructions

Perform an HTTP POST request

Input Schema

NameRequiredDescriptionDefault
urlYesURL to perform POST operation
valueYesData to post in the body

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to perform POST operation", "type": "string" }, "value": { "description": "Data to post in the body", "type": "string" } }, "required": [ "url", "value" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Browser Automation Server

Related Tools

ID: hokppvk1dy