Skip to main content
Glama

YOURLS-MCP

by kesslerio

shorten_url

Transform long URLs into concise, shareable links using a self-hosted YOURLS URL shortener. Optionally customize with keywords or titles for better management and tracking.

Instructions

Shorten a long URL using YOURLS

Input Schema

NameRequiredDescriptionDefault
keywordNoOptional custom keyword for the short URL
titleNoOptional title for the URL
urlYesThe URL to shorten

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keyword": { "description": "Optional custom keyword for the short URL", "type": "string" }, "title": { "description": "Optional title for the URL", "type": "string" }, "url": { "description": "The URL to shorten", "type": "string" } }, "required": [ "url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kesslerio/yourls-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server