mcp-server-linkly
Verified Safeby Linkly-HQ
Overview
Manages URL shortening, link analytics, and custom domains for the Linkly platform through a Model Context Protocol (MCP) server.
Installation
npx linkly-mcp-serverEnvironment 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
github-mcp-server
The GitHub MCP Server enables AI agents, assistants, and chatbots to interact with GitHub's platform for repository management, issue/PR automation, CI/CD intelligence, code analysis, and team collaboration through natural language.
linkedin-mcp-server
Enables AI assistants to connect to LinkedIn for accessing profiles, companies, job searches, and job details via web scraping.
gcloud-mcp
Enables AI assistants to interact with the Google Cloud environment using the gcloud CLI for natural language cloud management and workflow automation.
AgentBoard
Integrates AI agents with browser capabilities, enabling interaction with web pages and external Model Context Protocol (MCP) servers through a suite of specialized tools for tasks like content extraction and web automation.