Skip to main content
Glama
tealight-uk

U301 URL Shortener MCP Server

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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
u301_shortening_urls_in_bulkA

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: []}" 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/ 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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool has a single, clear purpose: batch shortening URLs with various customization options.

Naming Consistency5/5

There is only one tool name, so consistency is inherently perfect. The naming follows a descriptive verb_noun pattern (u301_shortening_urls_in_bulk) that clearly indicates its function.

Tool Count2/5

A single tool for a URL shortener server is too few for the apparent scope. While batch shortening is useful, the lack of tools for individual URL operations (e.g., create, retrieve, update, delete, list) or analytics makes the surface feel incomplete and thin for the domain.

Completeness2/5

The tool set is severely incomplete for a URL shortener domain. It only supports batch creation of shortened URLs, with no tools for retrieving, updating, deleting, listing, or analyzing existing short links, creating significant gaps that will hinder agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues