Skip to main content
Glama
rebrandly

Rebrandly MCP

Official
by rebrandly

Rebrandly MCP Tool (Go) - ARCHIVED

WARNING

This repository has been archived. Rebrandly now provides an official MCP server with expanded capabilities. Please use the official solution instead

Official Rebrandly MCP Server

Rebrandly offers an official MCP server that connects AI assistants like Claude, Gemini, and GitHub Copilot to your Rebrandly account with full-featured support for:

  • Link Management - Create, update, search, and organize branded short links

  • Analytics - Access click statistics, geographic data, and device information

  • Account Management - Workspace administration, teammate management, and domain operations

Quick Start

Add this configuration to your Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "rebrandly": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--streamableHttp",
        "https://mcp.rebrandly.com/v1/mcp",
        "--header",
        "REBRANDLY_API_KEY:YOUR_API_KEY"
      ]
    }
  }
}

Replace YOUR_API_KEY with your Rebrandly API key from your account settings.

Documentation


Related MCP server: MCP-NG

About This Repository

This was an early implementation of a Rebrandly MCP server written in Go. It exposed a single create_short_link tool for generating short URLs. The official Rebrandly MCP server supersedes this implementation with a more complete feature set.

License

Licensed under MIT - see LICENSE file.

A
license - permissive license
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    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.
    1
    4
    Apache 2.0
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    A high-performance Go-based MCP server that provides a microservice architecture for orchestrating diverse tools through gRPC and HTTP/REST APIs. Enables seamless integration of language-agnostic tools including ML capabilities, web search, calculations, and human interaction for intelligent agent workflows.
    2
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that publishes CLI tools on your machine for discoverability by LLMs
    14
    1
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    MCP server for opn.onl, the open-source self-hostable URL shortener. Shorten links, read click analytics, generate branded QR codes, and manage links — against the hosted service or your own instance.
    24
    32
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

  • Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier.

View all MCP Connectors

Latest Blog Posts

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