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.