Zip1
A free URL shortener
Ads
Overview
Use zip1.io directly from AI assistants like Claude through the Model Context Protocol (MCP). Shorten URLs, retrieve analytics, and manage links using natural language commands. Talk to your URL shortener like you talk to an AI - β¨ Natural language interface - no API syntax needed - β‘ Instant URL shortening from your AI assistant - π Get analytics on-demand with simple prompts - π Create password-protected links conversationally Claude Code supports HTTP MCP servers directly via CLI. Simply run: β That's it! You can now use zip1.io directly from Claude Code.
Installation
claude mcp add --transport http zip1 https://zip1.io/mcp
Configuration
{
"mcpServers": {
"zip1": {
"command": "mcp-client",
"args": ["https://zip1.io/mcp"]
}
}Capabilities
- Create short links
Ask your assistant to shorten any URL with `create_short_url`, optionally setting a custom alias, password, or max clicks.
- Retrieve link analytics
Request click counts, unique visitors, top countries, and timestamps for any short code using `get_url_stats`.
- Validate URLs before shortening
Check whether a URL is acceptable (must include http/https and a valid domain) via `validate_url`.
- Generate random short codes
Have your assistant suggest a random short code with `generate_short_code` for use in new links.
Tags
- productivity
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.