tinyurl-mcp-server

tinyurl-mcp-server

0

The project is an MCP server designed for creating short links using the TinyURL API. It simplifies URL shortening through streamlined access to the TinyURL service.

TinyURL MCP Server

A simple MCP server for generating short links using TinyURL API.

Configuration

{
    "mcpServers": {
        "tinyurl": {
            "command": "uvx",
            "args": ["tinyurl-mcp-server"],
            "env": {
                "TINYURL_API_KEY": "your_tinyurl_api_key"
            }
        }
    }
}