U301 URL Shortener MCP Server

MIT License
170

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
domainNoThe short URL domain, leave blank for default
workspaceIdNoWhich workspace to use, leave blank for default
U301_API_KEYYesThe U301 API key, required for creating short URLs

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
u301_shortening_urls_in_bulk

Use U301's short link service API to batch shorten long URLs. Custom domains are supported, with up to 200 URLs per request. You should provide as "{ urls: <URLItem>[]}" Current ShortLink domain is u301.co URLItem Supported Parameters areurl: required, the URL to be shortened slug: optional, a custom slug for the shortened URL, the final shortened URL will be https://u301.co/<slug> if you leave it empty, random slug will create expiredAt: optional, the expiration date for the shortened URL, e.g. 2023-01-01T00:00:00Z password: optional, a password for the shortened URL comment: optional, a comment, displayed on the dashboard

ID: 63xr5rkcdg