URL Shortener MCP
URL 단축기 MCP 도구
이 프로젝트는 CleanURI API를 사용하여 간단한 URL 단축 도구를 제공하며 FastMCP 서버 도구로 실행되도록 설계되었습니다.
✨ 특징
CleanURI API를 사용하여 주어진 URL을 단축합니다.
FastMCP를 통해 도구로서의 기능을 공개합니다.
적절한 오류 처리와 응답 검증이 포함됩니다.
에이전트나 도구 기반 시스템과의 통합을 위해
stdio전송을 통해 실행되도록 설계되었습니다.
Related MCP server: Rebrandly MCP
🚀 사용법
1. 요구 사항
파이썬 3.10+
httpxfastmcp
2. 설치
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 URL Shortener Tool을 자동으로 설치하는 방법:
지엑스피1
수동 설치
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"
]
}
}
}도커를 사용하여
{
"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