Labsco
Talismanic logo

URL Shortener

โ˜… 4

from Talismanic

A simple URL shortening tool using the CleanURI API.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” A small FastMCP server that shortens URLs via the CleanURI API, for anyone wanting one-call link shortening from an AI client.

What you get โ€”

  • Single shorten tool โ€” pass any URL and get a shortened CleanURI link back
  • Proper error handling and response validation
  • Runs over stdio for agent/tool integration
  • Install via Smithery, uv, or Docker

Requirements โ€” nothing โ€” no API key; it uses the public CleanURI API. Needs Python 3.10+, httpx, and fastmcp.

Cost snapshot โ€” Open source (Apache-2.0), free; CleanURI's public API requires no key.

Setup effort โ€” Smithery one-liner, uv run main.py, or a Docker build.

Our take โ€” Fine for quick link shortening from a chat; caveat: it's a thin wrapper around a single third-party API with one feature โ€” no analytics, custom domains, or link management, and it depends on CleanURI staying free and available.

Source: the project README โ€” summarized 2026-07-08.