bitly.com
Bitly is a link management platform for creating shortened links, branded short domains, QR codes, campaigns, and related analytics. It also provides AI-agent access to Bitly functionality through an MCP server.
Bitly exposes a REST API at `https://api-ssl.bitly.com/v4` and a streamable-HTTP MCP server at `https://api-ssl.bitly.com/v4/mcp`; both require authentication, with the MCP server supporting either Bitly bearer API tokens or OAuth.
- Bitly MCP Serverdiscovered
- Bitly API v4discovered
Log in to Bitly, open API settings, enter your Bitly account password, and click Generate token. Copy the token and send it as Authorization: Bearer {token}. Bitly's support article with step-by-step instructions is here.
Log in to Bitly, open Developer settings, click Register new app, complete the emailed registration flow, and Bitly assigns a client_id and client_secret. Use those in Bitly's OAuth web flow via https://bitly.com/oauth/authorize, then exchange the returned code at https://api-ssl.bitly.com/v4/oauth/access_token for a bearer access token. Bitly documents this flow in Authentication.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing