Skip to main content
Glama

YOURLS-MCP

by kesslerio

contract_url

Verify if a URL has been shortened without generating a new one using the YOURLS-MCP integration. Check existing shortened URLs in the database quickly.

Instructions

Check if a URL has already been shortened without creating a new short URL

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL to check if it exists in the database

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The URL to check if it exists in the database", "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