@pipeworx/url
Connect: https://gateway.pipeworx.io/url/mcp · Install: one-click buttons
Tools: 3
Tools
- parse_url — Parse a URL into its components (keyless, offline): protocol, host, hostname, port, path, query (as an object), fragment, origin, and any userinfo.
- build_url — Build a URL string from components. Provide at least
hostname(and optionally protocol, port, path, hash) plus aqueryobject of key/value pairs. - parse_query — Parse a query string (with or without a leading ”?”) into an object; repeated keys become arrays.
Tools
-
build_url— Build a URL string from components. Provide at least `hostname` (and optionally protocol, port, path, hash) plus a `query` object of key/value pairs. -
parse_query— Parse a query string (with or without a leading ? ) into an object; repeated keys become arrays. -
parse_url— Parse a URL into its components (keyless, offline): protocol, host, hostname, port, path, query (as an object), fragment, origin, and any userinfo.