Back to Home
Linkly-HQ icon

linkly-mcp-server

Verified Safe

by Linkly-HQ

Overview

Provides a Model Context Protocol (MCP) server to manage URL shortener links, analytics, domains, and webhooks for the Linkly platform.

Installation

Run Command
npx linkly-mcp-server

Environment Variables

  • LINKLY_API_KEY
  • LINKLY_WORKSPACE_ID

Security Notes

The Cloudflare Worker configuration type definition (`worker-configuration.d.ts`) in the public repository includes hardcoded OAuth client ID and secret (`LINKLY_CLIENT_ID`, `LINKLY_CLIENT_SECRET`). While these might be intended for Linkly's internal hosted deployment, their presence in a public repository is a security oversight as it exposes credentials that should be confidential. For self-hosted (npm) usage, API keys (`LINKLY_API_KEY`, `LINKLY_WORKSPACE_ID`) are correctly sourced from environment variables, but they are redundantly sent in both custom HTTP headers and the JSON request body for all API calls, which is an unnecessary exposure and anti-pattern.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens1800
Stars0
Forks0
Last Update2026-01-13

Tags

url-shortenerlink-managementanalyticswebhooksmcp