AB.GL Connector for AI agents.
10 live capabilities
Manage branded short links and click analytics through your AI client.
Waiting for input…
Why people use AB.GL
AB.GL Link Shortening for Marketing Analytics
This Connector changes that by bringing your AB.GL account directly into your AI client. Instead of navigating a web interface, you just tell your agent to build a new branded link or ask for a summary of how a previous link performed. You get the data you need without the clicks.
What Vinkius changes
You get full control over your link marketing via a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Launching a new product
A growth engineer asks the agent to create 50 unique links for an A/B test to track different ad sets.
- Real-world use case 02
Checking a campaign
A marketing manager asks for the top referrers for a specific link to see if the LinkedIn push is working.
- Real-world use case 03
Updating social bios
A creator tells the agent to list all bio pages and check the block settings for their main portfolio.
Complete set · 10capabilities
The complete AB.GL capability set.
These are the exact actions your AI can choose when you ask it to work with AB.GL.
01—04
4 capabilities in this set.
Part of 10 available through AB.GL.
- 01 Capability
Check abgl status
Verify that your API connection is active and working. Use this to troubleshoot any issues with your agent's connection to AB.GL.
- 02 Capability
Create short link
Generate a new short link with a custom alias for your campaign. This is the primary capability for building new branded links on the fly.
- 03 Capability
Delete link
Remove a specific short link from your account permanently. Use this to clean up your link library and remove outdated content.
- 04 Capability
Get bio link
Retrieve specific details and settings for a bio page. This helps you inspect individual bio page blocks and appearance settings.
05—07
3 capabilities in this set.
Part of 10 available through AB.GL.
- 05 Capability
Get link stats
Pull detailed analytics like referrers and geographic data. This is the best way to see exactly how people are interacting with your links.
- 06 Capability
Get link
Fetch specific details about a single shortened URL. This is useful when you need to see the exact destination or properties of a specific link.
- 07 Capability
List bio links
See all your bio pages and their current configurations. Use this to quickly audit your social media landing pages.
08—10
3 capabilities in this set.
Part of 10 available through AB.GL.
- 08 Capability
List domains
View the custom domains you've registered for your account. This helps you keep track of which domains are available for your branded links.
- 09 Capability
Update link
Modify the properties of an existing short link. This is great for changing a destination URL without changing the short link itself.
- 10 Capability
List links
Get a full list of your links including click counts and dates. Use this to see a high-level overview of your active link library.
Set up in minutes
One URL. Then ask AB.GL to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AB.GL 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_gGscJyLdxdGV4V4GWr1limbGgsqvIHJR9X5P4tOH/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 AB.GL, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AB.GL for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gGscJyLdxdGV4V4GWr1limbGgsqvIHJR9X5P4tOH/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 AB.GL URL.
- Step 03
Save and start
Save the connection and enable AB.GL in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"abgl": {
"url": "https://edge.vinkius.com/vk_preview_gGscJyLdxdGV4V4GWr1limbGgsqvIHJR9X5P4tOH/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 AB.GL
Open Agent mode in chat and ask: "Using AB.GL, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"abgl": {
"url": "https://edge.vinkius.com/vk_preview_gGscJyLdxdGV4V4GWr1limbGgsqvIHJR9X5P4tOH/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 AB.GL
Ask Copilot: "Using AB.GL, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"abgl": {
"url": "https://edge.vinkius.com/vk_preview_gGscJyLdxdGV4V4GWr1limbGgsqvIHJR9X5P4tOH/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 AB.GL
Open Cascade and ask: "Using AB.GL, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"abgl": {
"url": "https://edge.vinkius.com/vk_preview_gGscJyLdxdGV4V4GWr1limbGgsqvIHJR9X5P4tOH/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 AB.GL
Ask Cline: "Using AB.GL, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add abgl --transport http "https://edge.vinkius.com/vk_preview_gGscJyLdxdGV4V4GWr1limbGgsqvIHJR9X5P4tOH/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 AB.GL
Ask Claude: "Using AB.GL, show me...". 10 tools are ready
Where the request belongs
Work AB.GL can move forward.
This is for the marketing manager who's tired of manual link tracking and the growth engineer who needs to spin up dozens of unique URLs for A/B testing without the friction of a web UI.
Growth Marketer
Spins up hundreds of unique URLs for attribution tracking during a product launch.
Content Creator
Manages multiple bio link pages for different platforms like TikTok or Instagram.
Social Media Manager
Quickly creates branded links for real-time campaign updates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBL.INK
Manage enterprise links via BL.INK. shorten URLs, track analytics, and manage branded domains directly from any AI agent.
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.
Bitly
Shorten and manage links via Bitly. track clicks, analyze metrics, and manage groups directly from any AI agent.
Rebrandly
Link management platform to create and manage branded short URLs with AI.
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 AB.GL 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 AB.GL.
The practical details behind the request, access and result.
How does the AB.GL MCP help my marketing?
It allows your AI agent to handle link creation, management, and analytics tracking directly. You can build branded links and see performance data without leaving your chat interface.
Can I use AB.GL MCP to track where my clicks come from?
Yes. The Connector can pull detailed statistics including referrers, device types, and geographic data for any of your shortened links.
Can I manage my custom domains with AB.GL MCP?
You can view and manage all custom domains configured for your account through your agent, making it easier to keep your branding consistent.
Is the AB.GL MCP good for social media bio links?
It is perfect for that. You can list, inspect, and manage bio link pages, including their specific blocks and appearance settings.
How do I check if my links are performing well with AB.GL MCP?
Just ask your agent to show you the stats for a specific link. It will pull the latest click counts and breakdown of where your audience is coming from.
Can AB.GL MCP help me organize my A/B testing links?
Yes, it helps you spin up unique links quickly and audit your entire list of shortened URLs to keep your testing data organized.
Can my AI create branded short links with custom aliases?
Yes. Use the create_short_link capability with the URL and an optional alias parameter. For example, ask your agent to shorten 'example.com/campaign' with alias 'summer24'.
How do I view click analytics for a specific link?
Use the get_link_stats capability with the link ID. The agent returns total clicks, referrer sources, device breakdown, and geographic distribution.
Can I manage and delete links through the AI?
Yes. The update_link capability changes the destination URL of an existing link, and delete_link permanently removes it from your account. Both require the link ID.
One connection away
Give your agent a direct line to AB.GL.
Connect AB.GL once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available