Skip to main content
Glama

Rebrandly MCP

Official
by rebrandly

Rebrandly MCP Tool (Go)

This project implements a simple MCP server in Go that exposes a single tool (create_short_link) to generate short URLs using the Rebrandly API.

Requirements

  • Go 1.20 or higher
  • A Rebrandly account and an API Key

Build Instructions

  1. Clone this repository or save the main.go file.
  2. Build the binary using:
go build -o rebrandly-tool main.go

This will generate an executable named rebrandly-tool.

Usage with Claude Desktop

Claude Desktop supports custom MCP servers. To connect this tool:

  1. Open your Claude Desktop configuration.
  2. Add the following entry under mcpServers:
{ "mcpServers": { "Rebrandly": { "command": "PATH/TO/rebrandly-tool", "args": [], "env": { "REBRANDLY_API_KEY": "YOUR_KEY" } } } }

🔧 Replace PATH/TO/rebrandly-tool with the actual path to the binary, and YOUR_KEY with your Rebrandly API Key.

Tool Available

This tool generates a short URL via Rebrandly.

Parameters
NameRequiredDescription
destinationThe original long URL to shorten
workspaceOptional workspace ID (for multi-workspace accounts)
slashtagOptional custom slug
titleOptional title for the short link

License

Licensed under MIT - see LICENSE file.

Rebrandly in MCP Registries

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

This project implements a simple MCP server in Go that exposes a single tool (create_short_link) to generate short URLs using the Rebrandly API.

  1. Requirements
    1. Build Instructions
      1. Usage with Claude Desktop
        1. Tool Available
          1. create\_short\_link
        2. License
          1. Rebrandly in MCP Registries

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Go server implementing Model Context Protocol (MCP) for filesystem operations.
              Last updated -
              427
              Go
              MIT License
            • A
              security
              A
              license
              A
              quality
              Provides a simple tool to shorten URLs using the CleanURI API, designed to run as a FastMCP server that can be integrated with agent or tool-based systems.
              Last updated -
              1
              1
              Python
              Apache 2.0
            • -
              security
              A
              license
              -
              quality
              This is a Model Context Protocol (MCP) server implemented in Go, providing a tool to analyze Go pprof performance profiles.
              Last updated -
              4
              Go
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/rebrandly/rebrandly-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server