URLs

local

url-tools

Parse, build, and validate URLs with query-param handling.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (3)

  • url_parse
    Parse a URL into its components: protocol, host, port, path, query params, fragment.
  • url_build
    Assemble a URL from parts. Query params encoded automatically.
  • url_validate
    Check whether a string is a valid URL. Returns detailed reason if invalid.