remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
URL Shortener MCP Tool
This project provides a simple URL shortening tool using the CleanURI API and is designed to run as a FastMCP server tool.
✨ Features
- 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 via
stdio
transport for integration with agent or tool-based systems.
🚀 Usage
1. Requirements
- Python 3.10+
httpx
fastmcp
2. Installation
Installing via Smithery
To install URL Shortener Tool for Claude Desktop automatically via Smithery:
Copy
Manual Installation
Copy
Docker Installation:
Copy
3. Running
Copy
For docker based use, we dont need to do anything here.
4. Adding in Claude Desktop
With the uv
Copy
With Docker
Copy
You must be authenticated.
Tools
Provides a simple tool to shorten URLs using the CleanURI API, designed to run as a FastMCP server that can be integrated with agent or tool-based systems.