Submit

U301 Url Shortener

@tealight-uk

7 months ago
MCP server for interacting with U301 URL Shortener
Overview

U301 URL Shortener

U301 URL Shortener MCP Server

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

Server Config

{
  "mcpServers": {
    "edgeone-pages-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@u301/mcp"
      ],
      "env": {
        "U301_API_KEY": "<Your-U301-API-Key>",
        "domain": "<if you don't have one, remove this key>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.