Back to Home
Linkly-HQ icon

mcp-server-linkly

Verified Safe

by Linkly-HQ

Overview

Manages URL shortening, link analytics, and custom domains for the Linkly platform through a Model Context Protocol (MCP) server.

Installation

Run Command
npx linkly-mcp-server

Environment Variables

  • LINKLY_API_KEY
  • LINKLY_WORKSPACE_ID

Security Notes

The server's core functionality involves proxying requests to the Linkly API. It correctly uses environment variables (LINKLY_API_KEY, LINKLY_WORKSPACE_ID) for API authentication in the self-hosted `index.js` version. For the Cloudflare Worker version (`src/index.ts`), OAuth client credentials (LINKLY_CLIENT_ID, LINKLY_CLIENT_SECRET) are defined in `worker-configuration.d.ts`, but the runtime code accesses them via the `env` object, implying secure configuration as platform secrets rather than hardcoded values. No 'eval', code obfuscation, or obvious malicious patterns were found. The primary security risk lies in the secure handling and configuration of the required API keys/OAuth credentials in the deployment environment.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens7500
Stars0
Forks0
Last Update2026-01-13

Tags

URL ShortenerLink ManagementAnalyticsWebhooksCustom Domains