MCP Server for BitURL.net

biturl.netのリモートMCPサーバー — Claude、Cursor、または任意のMCPクライアントに接続すると、アシスタントがリンクを短縮し、短縮リンクの遷移先を確認し、クリック数を読み取ることができます。サインアップ不要、APIキー不要です。

ドキュメント

A URL shortener your AI can call.

You’ve reached the Model Context Protocol server for BitURL. It isn’t a website — it’s a set of tools. Connect it to Claude, Cursor or any MCP client and your assistant can shorten links, check where short links lead, and read their click counts. No signup, no API key.

> create_short_link {"url": "https://example.com/posts/2026/launch?ref=chat"} < {"short_url": "https://biturl.net/8fa2Kc"}

Connect

claude mcp add --transport http biturl https://mcp.biturl.net/

Cursor, Claude Desktop and other MCP clients (Streamable HTTP)

{
  "mcpServers": {
    "biturl": { "url": "https://mcp.biturl.net/" }
  }
}

Tools

  • create_short_linkShorten a long URL into a free biturl.net link. Links are permanent.
  • resolve_short_linkSee where a short link leads — and whether it’s expired, paused or password-protected — without visiting it.
  • get_link_statsRead the total click count of a short link.

Free tier

Anonymous use is free: up to 20 new links per hour per IP. Free links are ad-supported — visitors see a brief ad page before the redirect. For ad-free links, custom aliases, password protection, click analytics and API keys with higher limits, see biturl.net/pricing.