MCP.so
ログイン

Limelink Mcp Server

@hellovelop

Limelink Mcp Server について

MCP server for managing Limelink dynamic links. Create short links with platform-specific deep linking (iOS/Android), social media previews, and UTM tracking. Retrieve link details by suffix or full URL. Includes

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

hellovelop

投稿者

joo young kim

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "limelink": {
      "command": "npx",
      "args": [
        "-y",
        "limelink-mcp-server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Limelink Mcp Server?

A Model Context Protocol (MCP) server for LimeLink dynamic link management. It allows you to create, look up, and manage dynamic links directly from Claude Code, Claude Desktop, or any MCP-compatible client. Documentation resources and guided prompt templates work without any API key.

How to use Limelink Mcp Server?

Install via npx -y limelink-mcp-server or global npm install. Configure in your MCP client’s JSON settings. Set the LIMELINK_API_KEY environment variable to unlock link creation and lookup tools; omit it to use documentation and prompt templates only. No configuration is needed to start exploring LimeLink features.

Key features of Limelink Mcp Server

  • Documentation resources: 15 documentation pages plus index — no API key required
  • Two prompt templates for guided link creation and SDK deep linking setup
  • Three tools: create dynamic link, look up by suffix, look up by URL (require API key)
  • In-memory caching with 1-hour TTL for documentation fetches
  • Supports iOS, Android, and web deep linking configuration

Use cases of Limelink Mcp Server

  • Create dynamic links with platform-specific deep linking, social previews, and UTM tracking
  • Look up existing dynamic links by their short URL suffix or full URL
  • Set up LimeLink SDK deep linking for iOS and Android through guided prompts
  • Browse full LimeLink documentation directly from an AI assistant
  • Build link management workflows into Claude Code or Claude Desktop

FAQ from Limelink Mcp Server

Do I need an API key to use Limelink Mcp Server?

No. Documentation resources and prompt templates work without any API key. Only the three link management tools (create, lookup by suffix, lookup by URL) require a LIMELINK_API_KEY.

What tools and resources are available?

Three tools: create-link, get-link-by-suffix, and get-link-by-url. Two prompt templates: create-dynamic-link and setup-deep-linking. Two resource URI patterns: limelink://docs/index and limelink://docs/{slug} covering 15 documentation slugs.

Where can I get an API key?

You can get your API key from the LimeLink Dashboard.

What are the system requirements and how does caching work?

Requires Node.js 18 or later. Documentation fetches are cached in memory with a 1-hour time-to-live (TTL). The server communicates via standard input/output (stdio) transport.

コメント

「その他」の他のコンテンツ