build_url

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

Build a URL string from components. Provide at least hostname (and optionally protocol, port, path, hash) plus a query object of key/value pairs.

Parameters

NameTypeRequiredDescription
protocolstringnoe.g. “https” (default).
hostnamestringyesHost, e.g. “example.com”.
portnumbernoOptional port.
pathstringnoPath, e.g. “/search” (default ”/”).
queryobjectnoQuery parameters as an object, e.g. {“q”:“cats”,“page”:2}.
hashstringnoOptional fragment (without ”#”).

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":"build_url","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