B
Bitly MCP Server
Details
- Endpoint
-
https://api-ssl.bitly.com/v4/mcp - Transport
- streamable-http
- Docs
- https://dev.bitly.com/bitly-mcp/
Authentication
OAuth · resolves from well-known metadata 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.
Authorization: Bearer <credential> 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.