Skip to main content
Glama

YOURLS-MCP

by kesslerio

url_analytics

Track click statistics for shortened URLs over specific time periods using YOURLS-MCP server. Analyze performance and engagement metrics to optimize URL usage and strategy.

Instructions

Get detailed click analytics for a shortened URL within a date range

Input Schema

NameRequiredDescriptionDefault
periodNoThe time period for analytics (e.g., "day", "week", "month")
shorturlYesThe short URL to get analytics for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "period": { "description": "The time period for analytics (e.g., \"day\", \"week\", \"month\")", "type": "string" }, "shorturl": { "description": "The short URL to get analytics for", "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