What is the AI Assistant?
The LinkForty AI Assistant is a conversational interface built directly into your dashboard that understands your links, campaigns, and analytics data. Instead of navigating through menus, you simply describe what you want and the assistant takes action.
It's powered by the Model Context Protocol (MCP), which means it works natively with Claude, Cursor, and Claude Code — wherever you already do your work.
What you can do
Create links with natural language
No more filling out forms field by field. Just describe the link you need:
"Create a deep link for my Spring sale on Instagram with UTM source=instagram, medium=story, and campaign=spring-2026."
The assistant parses your intent, pre-fills every field, and creates the link in one step.
Analyze campaign performance
Ask questions the way you'd ask a colleague:
"Which links drove the most installs last week?" "Why is link xyz123 getting clicks but no installs?" "Show me the top 5 campaigns from the last 30 days."
The assistant queries your analytics in real time and surfaces the answer — no dashboard navigation required.
Bulk operations
Have a CSV of URLs that need deep links? Describe the pattern once:
"Create deep links for each of these 50 product URLs with UTM campaign=catalog-2026."
The assistant handles the repetition so you don't have to.
SDK integration help
Getting the SDK wired up in your app can be tedious. The assistant knows the LinkForty API surface:
"Help me add the LinkForty SDK to my React Native app."
It generates the exact code snippet for your framework.
How it works
The AI Assistant is exposed as an MCP server — a standard protocol that AI clients like Claude and Cursor use to call tools. Each capability (create link, get analytics, list links, etc.) is a discrete tool the model can invoke.
This means:
- Claude users can add LinkForty as an MCP server and manage their links without leaving Claude.
- Cursor users can control LinkForty from inside their IDE while building their app.
- Dashboard users get a first-class chat interface in the web app.
Getting started
The AI Assistant is available on all plans. Open your LinkForty dashboard and click the AI Assistant button in the sidebar to start a session.
For MCP usage with Claude or Cursor, see the MCP Integration Guide in the developer docs.