URL Shortener
About
A simple URL shortening tool using the CleanURI API.
Details
- Author
- talismanic
- Categories
- Productivity, API, Other
Jump to
Setup
Install URL Shortener in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/talismanic/cleanuri-url-shortener-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
This project provides a simple URL shortening tool using theCleanURI APIand is designed to run as aFastMCPserver tool.
- Shortens any given URL using the CleanURI API.
- Exposes the functionality as a tool via FastMCP.
- Includes proper error handling and response validation.
- Designed to run viastdiotransport for integration with agent or tool-based systems.
To install URL Shortener Tool for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @Talismanic/cleanuri-url-shortener-mcp --client claude
For docker based use, we dont need to do anything here.
{ "mcpServers": { "url-shortener": { "command": "/Users/{userName}/.local/bin/uv", "args": [ "--directory", "{path_to_repo}/cleanuri-url-shortener-mcp", "run", "main.py" ] } } }
{ "mcpServers": { "url-shortener": { "command": "docker", "args": [ "run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "url-shortener" ] } } }
GadgetHumans API Hub — 24 Free MCP Tools
24 free MCP tools for AI agents — weather, crypto, search, DNS, QR codes, passwords, UUIDs, hashes, math, currency, geocoding, affiliate product search. Free tier: 100 requests/day. Pro: $2.99/mo.
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Turn your Make scenarios into callable tools for AI assistants.
Dynamically search and call tools using UnifAI Network
Connect your AI Agents to 8,000 apps instantly.
Interact with your Anytype data through its API, enabling AI assistants to access your information.
MCP server exposing 10 APITier utility APIs as AI agent tools
MCP Server for interacting with the Arcane API
Connect AI assistants to Automatisch for workflow automation.
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





