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.

コメント

「開発者ツール」の他のコンテンツ