URL Shortener MCP
URL短縮MCPツール
このプロジェクトは、 CleanURI APIを使用したシンプルな URL 短縮ツールを提供し、 FastMCPサーバー ツールとして実行されるように設計されています。
✨ 特徴
CleanURI API を使用して、指定された URL を短縮します。
FastMCP を介してツールとして機能を公開します。
適切なエラー処理と応答検証が含まれます。
エージェントまたはツールベースのシステムとの統合のために
stdioトランスポート経由で実行するように設計されています。
Related MCP server: Rebrandly MCP
🚀 使用方法
1. 要件
Python 3.10以上
httpxfastmcp
2. インストール
Smithery経由でインストール
Smithery経由で Claude Desktop の URL 短縮ツールを自動的にインストールするには:
npx -y @smithery/cli install @Talismanic/cleanuri-url-shortener-mcp --client claude手動インストール
uv add httpx 'mcp[cli]'Docker インストール:
docker build -t url-shortener .3. ランニング
uv run main.pydocker ベースでの使用の場合、ここで何もする必要はありません。
4. Claude Desktopへの追加
紫外線で
{
"mcpServers": {
"url-shortener": {
"command": "/Users/{userName}/.local/bin/uv",
"args": [
"--directory",
"{path_to_repo}/cleanuri-url-shortener-mcp",
"run",
"main.py"
]
}
}
}Dockerを使用
{
"mcpServers": {
"url-shortener": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"-e",
"DOCKER_CONTAINER=true",
"url-shortener"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceU301 URL Shortener MCP Server114JavaScriptMIT

Rebrandly MCPofficial
Alicense-qualityFmaintenanceThis project implements a simple MCP server in Go that exposes a single tool (create_short_link) to generate short URLs using the Rebrandly API.MIT- Flicense-qualityFmaintenanceA lightweight MCP server implementation that provides a simple tool for fetching website content, demonstrating how tools can be exposed and interacted with using the MCP protocol.
- AlicenseAqualityCmaintenanceAn MCP server that enables users to shorten long URLs into permanent, shareable links using the AceDataCloud API. It supports both single and batch URL shortening directly within MCP-compatible clients like Claude and VS Code.41MIT
Related MCP Connectors
MCP server for URL shortening and management
Create and manage short links, track clicks, and automate URL management
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Talismanic/cleanuri-url-shortener-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server