Parse a URL query string into params, or build a query string from params (x-www-form-urlencoded, RFC 3986).
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
mode | string | optional | parse | build (default parse) One of: parse, build |
query_string | string | optional | Query string to parse (mode=parse) |
params | object | optional | {key: value|array-of-values} to build (mode=build) |
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": "query_string_convert", "arguments": {"mode": "parse", "query_string": "wingman protocol", "params": {}}}}'curl -s https://wingmanprotocol.com/tools/query_string_convert \
-H 'Content-Type: application/json' \
-d '{"mode": "parse", "query_string": "wingman protocol", "params": {}}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/query_string_convert from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).