Developer
AI ASSISTANTS

MCP server

Give an AI client focused link tools through the Model Context Protocol.

Available tools

create_link

Create a branded short link with slug, title and tags.

search_links

Search the workspace by slug, title, destination or tag.

get_link

Read one link and its configured behavior.

update_link

Change destination, title, tags or archive state.

list_domains

List the domains visible to the key.

link_analytics

Read summary analytics for one short path.

domain_analytics

Read a domain-wide analytics summary.

create_qr_link

Create a link prepared for dynamic QR distribution.

Connect a compatible client

Create a domain-scoped API key, then add the remote HTTP server. The client sends standard JSON-RPC methods such as initialize, tools/list and tools/call.

{
  "mcpServers": {
    "ShortFreeURL": {
      "type": "http",
      "url": "https://api.shortfreeurl.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Use the smallest scope

A read-only assistant cannot create or change links. A domain-scoped assistant cannot operate on another branded domain. Revoke its API key to remove access immediately.

Open MCP setup