Your LinkScale dashboard is now AI-controllable.
Plug Claude, ChatGPT or Gemini straight into your project and command your links, stats and folders in plain language.




Native HTTP transport - mega optimized
Connect your AI. Control your links.
Mega optimized
Purpose-built tools return exactly what you ask for - top links, period comparisons, summaries - in a single round-trip.
One HTTP endpoint
A single streamable HTTP URL works everywhere: Claude, ChatGPT, Gemini, Cursor and any MCP client. No proxy, no local server.
Scoped & safe
Access is gated by a per-project API key. Pick read-only or full access, and revoke it any time from your dashboard.
Get connected in 3 steps
It takes about a minute.
Create an API key
Open your LinkScale dashboard and create a project API key. Read-only is the recommended scope to start with.
Add the endpoint to your AI
Paste the HTTP endpoint and your key into Claude, ChatGPT, Gemini or Cursor (commands below).
Ask in plain language
Talk to your data: "which links performed best this week?" - your AI does the rest.
Add it to your assistant
Pick your tool. Replace lk_xxx with your real key.
Your endpoint
The same streamable HTTP URL works for every assistant. Authenticate with your API key as a Bearer token.
Authorization: Bearer lk_...
Claude
Claude Code & Desktop
claude mcp add --transport http linkscale https://dashboard.linkscale.to/api/mcp --header "Authorization: Bearer lk_xxx"
{
"mcpServers": {
"linkscale": {
"url": "https://dashboard.linkscale.to/api/mcp",
"headers": {
"Authorization": "Bearer lk_xxx"
}
}
}
}
ChatGPT, Gemini & Cursor
Custom connector
Add a custom MCP connector with these fields:
- NameLinkScale
- Server URL
https://dashboard.linkscale.to/api/mcp - AuthBearer token -
lk_xxx
POST https://dashboard.linkscale.to/api/mcp
Authorization: Bearer lk_xxx
Content-Type: application/json
{ "jsonrpc": "2.0", "id": 1, "method": "tools/list" }What your assistant can do
A focused toolset, scoped to whatever your API key allows.
Links
List, create, edit and inspect your links and their stats.
list_linksget_linkcreate_linkupdate_linkget_link_statsFolders & projects
Read folder and project-wide performance in one call.
list_foldersget_folder_statsget_project_statsget_project_logsInsights
Higher-level questions answered for you, no SQL required.
describe_projectfind_top_linkssummarize_link_performancecompare_periodsSocial & more
Social analytics, templates, leads and A/B tests.
list_social_networksget_social_analyticslist_templateslist_ab_testsTry these prompts
Once connected, just type one of these.
No syntax to learn - your assistant picks the right tool for you.
Ready to connect?
Generate your API key in the dashboard, paste the endpoint, and start asking your AI about your links.