If you already work in an assistant, the shortest path to a link with a CTA on it is asking for one. Visib exposes a remote MCP server, so Claude, ChatGPT or Cursor can do it without you opening the dashboard.
Connect it
- Get your API token from Settings in the dashboard.
- Add the server to your client's MCP configuration.
"url": "visib.link/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}What it can do
create_shortlink— a link for any URL, with an optional CTA, custom slug and UTMs.list_shortlinks— your existing links.get_stats— visits, CTA clicks and conversions.list_ctas— your overlays, so the assistant can pick the right one by name.
If the destination refuses framing, the server says so in its response instead of handing back a link that will show a blank page — the same check the dashboard runs, in a place where nobody is looking at a preview.