MCP.so
登录

Rebrandly MCP Tool (Go)

@gonzariosm

关于 Rebrandly MCP Tool (Go)

MCP Server Rebrandly API

基本信息

分类

开发工具

许可证

MIT

运行时

go

传输方式

stdio

发布者

gonzariosm

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Rebrandly MCP Tool (Go)?

This is a simple MCP server written in Go that exposes a single tool (create_short_link) to generate short URLs via the Rebrandly API. It is intended for users who have a Rebrandly account and an API key.

How to use Rebrandly MCP Tool (Go)?

Build the binary with go build -o rebrandly-tool main.go (requires Go 1.20+). Then configure it in Claude Desktop by adding a JSON entry under mcpServers with the command path and the REBRANDLY_API_KEY environment variable.

Key features of Rebrandly MCP Tool (Go)

  • Single tool: create_short_link for URL shortening.
  • Accepts optional workspace ID, custom slug, and title.
  • Compiled to a standalone Go binary.
  • Integrates directly with the Rebrandly API.

Use cases of Rebrandly MCP Tool (Go)

  • Generate short links from within Claude Desktop chat.
  • Automate URL shortening with custom slashtags or titles.
  • Use with multi-workspace Rebrandly accounts via optional workspace ID.

FAQ from Rebrandly MCP Tool (Go)

What dependencies are required to use this server?

You need Go 1.20 or higher to build the binary, plus a Rebrandly account and a valid API key.

How do I set up the server with Claude Desktop?

Add an entry under mcpServers in your Claude Desktop configuration. Set the command to the path of the binary and include REBRANDLY_API_KEY as an environment variable.

What parameters does the create_short_link tool accept?

It requires the destination URL. Optional parameters are workspace (for multi-workspace accounts), slashtag (custom slug), and title.

Is there any authentication required?

Yes, the server reads the REBRANDLY_API_KEY environment variable to authenticate with the Rebrandly API.

评论

开发工具 分类下的更多 MCP 服务器