U301 URL Shortener MCP Server

MIT License
170

u301_shortening_urls_in_bulk

Batch shorten up to 200 long URLs in one request using custom domains, slugs, expiration dates, and optional passwords. Simplify URL management with the U301 URL Shortener MCP Server.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
urlsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "urls": { "items": { "additionalProperties": false, "properties": { "comment": { "description": "(optional) Comment, displayed on the dashboard", "type": "string" }, "expiredAt": { "description": "(optional) Expiration date for the shortened URL, e.g. 2023-01-01T00:00:00Z", "type": "string" }, "password": { "description": "(optional) Password for the shortened URL", "type": "string" }, "slug": { "description": "(optional) Custom slug for the shortened URL", "type": "string" }, "url": { "description": "URL to shorten e.g. https://example.com/very/long/url", "type": "string" } }, "required": [ "url" ], "type": "object" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }

You must be authenticated.

Other Tools from U301 URL Shortener MCP Server

Related Tools

ID: 63xr5rkcdg