> ## Documentation Index
> Fetch the complete documentation index at: https://docs.caylex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Short.io

> Automate URL shortening and management tasks

The Short.io MCP Server connects AI agents to Short.io's link management platform, enabling them to create, search, and manage short links programmatically within Caylex projects. Agents can create branded short links with custom slugs, titles, and destination URLs across any domain associated with your Short.io account, including advanced configurations such as device-based redirect rules. The server supports workflow automation around link creation and discovery, making it well-suited for marketing campaigns, content distribution, and performance tracking use cases. Authentication is handled via a Short.io API key passed as an Authorization header, which users configure when adding the server to their Caylex project.

<Warning>
  **Prerequisites:**

  * An active Short.io account is required.
  * A Short.io API key must be generated from the Integrations & API section of the Short.io dashboard before connecting the server in Caylex.
  * At least one custom domain must be configured in your Short.io account to create short links.
</Warning>

<Note>
  **Important API details:**

  * Editing or deleting existing short links is not supported through the MCP server; to update a link, manually delete it from the Short.io dashboard and create a new one via the agent.
  * Creating short links requires specifying a domain already connected to your Short.io account — the agent cannot create links on arbitrary domains.
  * Supported agent prompts include creating short links, creating device-targeted links, searching links by destination URL, and finding the most popular links for a domain.
</Note>

## Server Details

| Property        | Value                                                                  |
| --------------- | ---------------------------------------------------------------------- |
| **Transport**   | Streamable HTTP                                                        |
| **Server Type** | External                                                               |
| **Endpoint**    | [https://ai-assistant.short.io/mcp](https://ai-assistant.short.io/mcp) |
| **Categories**  | URL Shortening, Utilities                                              |

## Authentication

This server supports the following authentication method:

### Header Authentication

This server authenticates via HTTP headers. During the server onboarding flow, you will be prompted to confirm the required headers. Note that you do not provide the values for the headers during the server on-boarding.
Header values are provided by the users during the [Auth Link](/auth/auth-links) flow.

## Getting Started

<Steps>
  <Step title="Add the server">
    Navigate to the **Server Library** and click on the **New Server** button. Find **Short.io** in the Caylex Catalog.
  </Step>

  <Step title="Server Onboarding flow">
    Go through the server onboarding flow.
  </Step>

  <Step title="Use in a project">
    Add the server to a [project](https://app.caylex.dev/projects) by configuring project connections. Its tools are now available to any agents connected to that project.
  </Step>
</Steps>

## Related Servers

<CardGroup cols={2}>
  <Card title="Bitly" href="/server-catalog/bitly" icon="https://d338mlbnszozgc.cloudfront.net/logos/bitly.svg" />
</CardGroup>

## References

<CardGroup cols={1}>
  <Card title="https://docs.short.io/articles/integrations-and-extensions/direct-integrations/how-to-integrate-and-use-short.io-with-your-mcp-enabled-service" href="https://docs.short.io/articles/integrations-and-extensions/direct-integrations/how-to-integrate-and-use-short.io-with-your-mcp-enabled-service" icon="arrow-up-right-from-square" />

  <Card title="https://blog.short.io/new-mcp-support/" href="https://blog.short.io/new-mcp-support/" icon="arrow-up-right-from-square" />
</CardGroup>
