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.
Precisely parse, analyze, and modify URLs and query parameters reliably.
Parse URLs, shorten links, and check URL safety risks.
Fetch raw HTML from URLs to give LLMs accurate web context.
Connect to Parse Server via MCP for CRUD, security, schemas, and cloud functions.
Access and manage HTTP tools and APIs through a unified MCP interface.
Provides everyday developer utilities like JSON formatting, UUIDs, Base64, and timestamp conversion.