MCP.so
Sign In

Limelink Mcp Server

@hellovelop

About 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

Basic information

Category

Other

Transports

stdio

Publisher

hellovelop

Submitted by

joo young kim

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers