com.linklyhq/linkly✓
com.linklyhq/linkly · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.linklyhq/linkly",
"description": "Create and manage short links, track clicks, and automate URL management",
"repository": {
"url": "https://github.com/Linkly-HQ/linkly-mcp-server",
"source": "github"
},
"version": "1.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "linkly-mcp-server",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Linkly API key. Get it from Settings → API in your Linkly dashboard.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LINKLY_API_KEY"
},
{
"description": "Your Linkly Workspace ID. Find it at Settings → API in your Linkly dashboard.",
"isRequired": true,
"format": "string",
"name": "LINKLY_WORKSPACE_ID"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}