Connect Your AI Agent with Linkly for Slack

Integrate Linkly MCP server into your Slack workspace for instant access to your AI agent.

No credit card neededOr, book a demo
Documentation
Back to MCP Servers
Linkly
Linkly
Easily create tracking links, add retargeting tags, do smart redirects and more.

Categories

Web & App Development

Available Tools

Tools that your AI agent can use through this MCP server to interact with Linkly

Update Link

Update an existing short link via POST /api/v1/link (with id) — change its destination URL, slug, name, or custom domain without breaking the existing short URL. See the documentation.

List Workspaces

List all workspaces the API key has access to via GET /api/v1/workspaces. Useful for finding the workspace ID required for API requests. See the documentation.

List Links

List all short links in your workspace via GET /api/v1/workspace/{workspace_id}/list_links, with click counts and metadata. See the documentation.

List Domains

List all custom domains in your workspace via GET /api/v1/workspace/{workspace_id}/domains. See the documentation.

Get Link

Fetch a single short link via GET /api/v1/link/{id}, with full metadata including click counts, custom domain, and redirect rules. See the documentation.

Delete Link

Permanently delete a short link via DELETE /api/v1/workspace/{workspace_id}/links/{id}. The short URL will return 404 for new visitors. See the documentation.

Create Link

Create a new short link via POST /api/v1/link. See the documentation.

List Link ID Options

Retrieves available options for the Link ID field.