BL.INK Connector for AI agents.
10 live capabilities
Manage branded short links and track marketing analytics in your workspace.
Waiting for input…
Why people use BL.INK
BL.INK Link Management for Marketing Teams
This Connector brings your entire BL.INK workspace into your AI client. You can ask your agent to create links, check analytics, or update destinations using simple commands. You get a clean workspace where your marketing assets are organized by tags and managed in a single conversation.
What Vinkius changes
You get a conversational interface for your entire link management suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Launching a new product
A marketing manager asks the agent to create five branded links for a new product launch using their 'go.
- Real-world use case 02
Fixing a broken redirect
A social media manager notices a link is broken and asks the agent to use update_link to point it to the correct new landing page.
- Real-world use case 03
Campaign reporting
A growth analyst asks the agent to pull the click counts for all links tagged 'Q3_Campaign' to see how the promo performed.
Complete set · 10capabilities
The complete BL.INK capability set.
These are the exact actions your AI can choose when you ask it to work with BL.INK.
01—04
4 capabilities in this set.
Part of 10 available through BL.INK.
- 01 Capability
Delete link
Remove a link from your managed inventory. Use this to clean up old test links or expired campaigns.
- 02 Capability
Get account info
Pull your profile details and workspace info. This confirms your account is correctly connected.
- 03 Capability
Get link
Fetch the specific details and destination for a single link. Use this to check where a short link actually points.
- 04 Capability
Shorten link
Turn a long URL into a branded short link instantly. This is the primary way to create new marketing assets.
05—07
3 capabilities in this set.
Part of 10 available through BL.INK.
- 05 Capability
Update link
Change the destination URL of an existing short link. This lets you fix broken links without changing the URL.
- 06 Capability
Get domain
View the specific details of a custom branded domain. Use this to check domain settings and status.
- 07 Capability
Get link analytics
Get the click counts and performance data for a specific link. This provides the numbers you need for reports.
08—10
3 capabilities in this set.
Part of 10 available through BL.INK.
- 08 Capability
List domains
See all the custom branded domains available in your account. This helps you keep track of your various brand assets.
- 09 Capability
List links
Get a full list of every managed link in your workspace. It is the fastest way to see your entire link inventory.
- 10 Capability
List tags
See all the tags you have created to organize your links. Use this to manage your campaign categories.
Set up in minutes
One URL. Then ask BL.INK to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BL.INK from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mCNhAGjkhagnk8llmLTjmtXslJHpAq3NdJlFWzhU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it BL.INK, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BL.INK for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mCNhAGjkhagnk8llmLTjmtXslJHpAq3NdJlFWzhU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the BL.INK URL.
- Step 03
Save and start
Save the connection and enable BL.INK in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"blink": {
"url": "https://edge.vinkius.com/vk_preview_mCNhAGjkhagnk8llmLTjmtXslJHpAq3NdJlFWzhU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using BL.INK
Open Agent mode in chat and ask: "Using BL.INK, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"blink": {
"url": "https://edge.vinkius.com/vk_preview_mCNhAGjkhagnk8llmLTjmtXslJHpAq3NdJlFWzhU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using BL.INK
Ask Copilot: "Using BL.INK, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"blink": {
"url": "https://edge.vinkius.com/vk_preview_mCNhAGjkhagnk8llmLTjmtXslJHpAq3NdJlFWzhU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using BL.INK
Open Cascade and ask: "Using BL.INK, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"blink": {
"url": "https://edge.vinkius.com/vk_preview_mCNhAGjkhagnk8llmLTjmtXslJHpAq3NdJlFWzhU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using BL.INK
Ask Cline: "Using BL.INK, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add blink --transport http "https://edge.vinkius.com/vk_preview_mCNhAGjkhagnk8llmLTjmtXslJHpAq3NdJlFWzhU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using BL.INK
Ask Claude: "Using BL.INK, show me...". 10 tools are ready
Where the request belongs
Work BL.INK can move forward.
Marketing managers and growth leads who are tired of manual data entry and switching between tabs to track campaign performance.
Marketing Coordinator
Creates 50+ links for a product launch and needs to organize them by campaign tag.
Social Media Manager
Updates redirect URLs on the fly when a landing page changes but the social post is already live.
Growth Analyst
Pulls click data into reports to see which regions or platforms are driving the most traffic.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAB.GL
Shorten URLs, track click performance, and manage branded links with real-time analytics for every campaign.
Short.io
Automate branded link management via Short.io. manage domains, links, and analytics directly from any AI agent.
Capsulink
Manage shortened URLs via Capsulink. create links, track clicks, and monitor analytics directly from any AI agent.
Rebrandly
Link management platform to create and manage branded short URLs with AI.
Bitly
Shorten and manage links via Bitly. track clicks, analyze metrics, and manage groups directly from any AI agent.
Dub.co
Manage your short links via Dub.co. create, track, and analyze your link performance directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep BL.INK connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about BL.INK.
The practical details behind the request, access and result.
Can I use BL.INK with Claude or Cursor to manage my links?
Yes. By connecting this Connector, you can use your favorite AI client to create, update, and track all your branded links through a natural conversation.
How does BL.INK help with marketing analytics?
It lets your AI agent pull real-time click data for any specific link. You can ask for totals or trends without having to log into a separate dashboard.
Can I change a link's destination without changing the short URL?
Yes, that is one of the main benefits. You can update the destination URL while keeping your branded short link exactly the same for your social media posts.
Does BL.INK support custom branded domains?
Yes. This Connector allows you to manage and list all the custom branded domains you have connected to your BL.INK account.
How do I organize my links so the AI can find them easily?
You can use the tagging system. By organizing your links with tags like 'Summer_Sale' or 'Product_Launch', you can ask your agent to find specific groups of links quickly.
Is this Connector for enterprise link management?
Yes, it is designed for teams who need to manage large volumes of links, track performance metrics, and maintain brand consistency across multiple domains.
Can I use my own branded domain for shortening links?
Yes! If you have branded domains configured in your BL.INK account, you can use the list_domains capability to find their IDs and pass a domain_id to the shorten_link action.
How do I check the click performance of a link?
Simply ask the agent to get_link_analytics and provide the Link ID. It will retrieve the latest click data and statistics directly from BL.INK.
Can I update the destination URL of an existing link?
Yes. Use the update_link action with the Link ID and provide the new long_url. Your Bitlink will redirect to the new destination immediately.
One connection away
Give your agent a direct line to BL.INK.
Connect BL.INK once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available