parse_url
ActiveTool of Url
declared in 0.1.0
Parse a URL into its components (keyless, offline): protocol, host, hostname, port, path, query (as an object), fragment, origin, and any userinfo.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "A full URL, e.g. \"https://user@example.com:8443/a/b?x=1&y=2#frag\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Url
https://github.com/pipeworx-io/mcp-url
2/7 registries