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