Fill many fields at once {ref: value}; optional submit_ref to click after.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
browser_id | string | required | from browse_open |
fields | object | required | {'@eN ref': 'value', ...} |
submit_ref | string | optional | optional @eN ref to click after filling |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "browse_fill", "arguments": {"browser_id": "example-id", "fields": {}}}}'curl -s https://wingmanprotocol.com/tools/browse_fill \
-H 'Content-Type: application/json' \
-d '{"browser_id": "example-id", "fields": {}}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/browse_fill from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).