mcp-playwright

MIT License
9,719
3,179
  • Linux
  • Apple

playwright_post

Execute HTTP POST requests with Playwright to send data to specified URLs, enabling browser automation and web interactions via the MCP server.

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" }
ID: yh4lgtwgbe