parse_query

Pack: url · Endpoint: https://gateway.pipeworx.io/url/mcp

Parse a query string (with or without a leading ”?”) into an object; repeated keys become arrays.

Parameters

NameTypeRequiredDescription
querystringyese.g. “a=1&b=2&b=3”.

Example call

curl -X POST https://gateway.pipeworx.io/url/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"parse_query","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "url": {
      "url": "https://gateway.pipeworx.io/url/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 1, 2026