Parse, build, and normalize URLs for faster, safer development workflows.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Url" MCP server from askskill: Run: claude mcp add --transport http 'io-github-pipeworx-io-url' 'https://gateway.pipeworx.io/url/mcp'
Parse this URL and break out the scheme, domain, path, query parameters, and fragment: https://example.com/products/list?page=2&sort=price#top
A structured breakdown of the URL parts for debugging, analysis, or downstream processing.
Build a URL from the base https://api.example.com/search with parameters q=notebook, page=1, and lang=zh-CN, then output the final link.
A correctly encoded, ready-to-use full URL.
Check and normalize this URL, fix spaces and special character encoding, and explain the corrected result: https://example.com/路径查询?keyword=AI 工具&ref=首页
A normalized URL plus notes about any encoding or formatting issues in the original link.
Parse URLs, shorten links, and check URL safety risks.
Intelligently crawl and explore websites, then return structured web analysis.
Create, manage, and maintain short links for sharing and tracking.
Generate consistent UTM-tagged links from a version-controlled tracking specification.
Fetch raw HTML from URLs to give LLMs accurate web context.
Convert any URL into clean, LAG-ready Markdown, text, or HTML.