U301 URL Shortener - Secure MCP Server by ALMC Security 2025

U301 URL Shortener

View on GitHub

U301 URL Shortener MCP Server

Verified on MseeP

Use MCP Server to create short URLs.

Supported Params

  • url - The URL to shorten
  • slug - (optional) The slug of the URL
  • expires - (optional) The time in seconds until the URL expires
  • password - (optional) The password to access the URL
  • comment - (optional) The comment to display in Dashboard

Environment Variables

  • API_KEY - The U301 API key, required for creating short URLs
  • domain - (optional) The short URL domain, leave blank for default
  • workspaceId - (optional) Which workspace to use, leave blank for default

How to use

  • Step 1: Create an API in U301 Dashboard
  • Step 2: (Optional) Add your own domain by connectting to cloudflare
  • Step 3: Add this MCP Server config
{
  "mcpServers": {
    "u301-url-shortener": {
      "command": "npx",
      "args": [
        "-y",
        "@u301/mcp"
      ],
      "env": {
        "U301_API_KEY": <Your-U301-API-Key>
        // "domain": <if you have one, or you don't need to config>
      }
    }
  }
}

Now you can tell AI (cursor, windsurf)

Replace the long URLs in the comments of this file with meaningful and memorable short URLs.

License

The MIT License

Official Website: https://u301.com

Related in Productivity - Secure MCP Servers

ServerSummaryActions
Salesforce MCPA minimal Model Context Protocol (MCP) server for interacting with the Salesforce API using jsforce.View
Recruitee MCP ServerModel Context Protocol (MCP) server for Recruitee – advanced search, reporting, and analytics for re...View
MCP Handoff ServerA Model Context Protocol (MCP) server that helps AI agents hand off work to each other with structur...View
CalDAV MCP🗓️ A CalDAV Model Context Protocol (MCP) server to expose calendar operations as tools for AI assist...View
Task OrchestratorView
Coze Workflow打开 Claude 配置文件 如果你电脑上有安装 VS Code: code ~/Library/Application\ Support/Claude/claude_...View