Skip to main content
Glama

YOURLS-MCP

by kesslerio

expand_url

Convert short URLs or keywords back to their original long URLs using the YOURLS-MCP server, ensuring accurate redirection and access to the full destination.

Instructions

Expand a short URL to its original long URL

Input Schema

NameRequiredDescriptionDefault
shorturlYesThe short URL or keyword to expand

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "shorturl": { "description": "The short URL or keyword to expand", "type": "string" } }, "required": [ "shorturl" ], "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