You're viewing a demo portfolio

Join the waitlist
PRSM

build_url

Active

Tool of Url

declared in 0.1.0

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 schema

{
  "type": "object",
  "required": [
    "hostname"
  ],
  "properties": {
    "hash": {
      "type": "string",
      "description": "Optional fragment (without \"#\")."
    },
    "path": {
      "type": "string",
      "description": "Path, e.g. \"/search\" (default \"/\")."
    },
    "port": {
      "type": "number",
      "description": "Optional port."
    },
    "query": {
      "type": "object",
      "description": "Query parameters as an object, e.g. {\"q\":\"cats\",\"page\":2}."
    },
    "hostname": {
      "type": "string",
      "description": "Host, e.g. \"example.com\"."
    },
    "protocol": {
      "type": "string",
      "description": "e.g. \"https\" (default)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Url

https://github.com/pipeworx-io/mcp-url

2/7 registries
View full server →
build_url — Url — PRSM MCP