Skip to main content
Glama

URL Shortener MCP

URL 단축기 MCP 도구

이 프로젝트는 CleanURI API를 사용하여 간단한 URL 단축 도구를 제공하며 FastMCP 서버 도구로 실행되도록 설계되었습니다.

✨ 특징

  • CleanURI API를 사용하여 주어진 URL을 단축합니다.
  • FastMCP를 통해 도구로서의 기능을 공개합니다.
  • 적절한 오류 처리와 응답 검증이 포함됩니다.
  • 에이전트나 도구 기반 시스템과의 통합을 위해 stdio 전송을 통해 실행되도록 설계되었습니다.

🚀 사용법

1. 요구 사항

  • 파이썬 3.10+
  • httpx
  • fastmcp

2. 설치

Smithery를 통해 설치

Smithery 를 통해 Claude Desktop용 URL Shortener Tool을 자동으로 설치하는 방법:

지엑스피1

수동 설치

uv add httpx 'mcp[cli]'

Docker 설치:

docker build -t url-shortener .

3. 달리기

uv run main.py

Docker 기반 사용의 경우 여기서는 아무것도 할 필요가 없습니다.

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" ] } } }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

CleanURI API를 사용하여 URL을 단축하는 간단한 도구를 제공하며, 에이전트나 도구 기반 시스템과 통합 가능한 FastMCP 서버로 실행되도록 설계되었습니다.

  1. ✨ 특징
    1. 🚀 사용법
      1. 요구 사항
    2. 설치
      1. Smithery를 통해 설치
      2. 수동 설치
      3. Docker 설치:
      4. 달리기
      5. Claude Desktop 추가

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A server based on the MCP protocol that uses the Brave API for web search functionality.
      Last updated -
      6
      Python
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      A lightweight MCP server for managing DNS records, purging cache, and interacting with the Cloudflare API through natural language commands.
      Last updated -
      13
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      A Python-based MCP server that crawls websites to extract and save content as markdown files, with features for mapping website structure and links.
      Last updated -
      1
      Python
      MIT License
    • -
      security
      A
      license
      -
      quality
      A Python implementation of an MCP server that extracts webpage content, removes ads and non-essential elements, and transforms it into clean, LLM-optimized Markdown.
      Last updated -
      1
      Python
      MIT License
      • Linux
      • Apple

    View all related MCP servers

    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