io.github.hellovelop/limelink-mcp-server✓
io.github.hellovelop/limelink-mcp-server · v0.0.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hellovelop/limelink-mcp-server",
"description": "MCP server for Limelink dynamic links with deep linking, social previews, and UTM tracking",
"repository": {
"url": "https://github.com/hellovelop/limelink-mcp-server",
"source": "github"
},
"version": "0.0.5",
"packages": [
{
"registryType": "npm",
"identifier": "limelink-mcp-server",
"version": "0.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Limelink API key for authentication",
"format": "string",
"isSecret": true,
"name": "LIMELINK_API_KEY"
},
{
"description": "Default Limelink project ID (can be overridden per request)",
"format": "string",
"name": "LIMELINK_PROJECT_ID"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}