Labsco
Superlines logo

Superlines MCP server

from Superlines

Analyze and optimize for AI search (AIO)

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys

Superlines MCP Server

<p align="center"> <img src="https://superlines.io/logos/superlines_logo.svg" alt="Superlines" width="200" /> </p> <p align="center"> <strong>Model Context Protocol (MCP) server for Superlines AI visibility analytics.</strong> </p> <p align="center"> Connect Claude Desktop, Cursor, or any MCP-compatible client to your Superlines data. </p> <p align="center"> <a href="https://www.npmjs.com/package/@superlines/mcp-server"><img src="https://img.shields.io/npm/v/@superlines/mcp-server.svg" alt="npm version"></a> <a href="https://www.npmjs.com/package/@superlines/mcp-server"><img src="https://img.shields.io/npm/dm/@superlines/mcp-server.svg" alt="npm downloads"></a> <a href="https://github.com/Superlines/mcp-server/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@superlines/mcp-server.svg" alt="license"></a> </p> <p align="center"> <a href="#quick-start">Quick Start</a> β€’ <a href="#available-tools">Available Tools</a> β€’ <a href="#troubleshooting">Troubleshooting</a> </p>

What is this?

Superlines tracks how your brand appears in AI-powered search engines like ChatGPT, Perplexity, Gemini, and Claude. This MCP server lets you query your Superlines analytics data directly from AI assistants.

Ask questions like:

  • "What's my brand visibility this month vs last month?"
  • "Which domains are getting cited most in AI responses?"
  • "Show me my top competitors by share of voice"
  • "Audit my website for LLM-friendliness"

Features

  • πŸ“Š Brand Analytics β€” Visibility metrics, citations, share of voice
  • πŸ† Competitor Analysis β€” Benchmark against competitors with sentiment analysis
  • πŸ”— Citation Tracking β€” See which URLs are cited in AI responses
  • πŸ“ˆ Trend Analysis β€” Weekly and monthly performance trends
  • πŸ” Webpage Auditing β€” LLM-friendliness analysis for any URL
  • πŸ› οΈ Schema Optimization β€” Generate optimized Schema.org markup

Alternative: Local Proxy Script

If you prefer not to use npx, you can download and run the proxy script locally.

Download the Proxy Script

macOS / Linux:

mkdir -p ~/superlines-mcp
curl -o ~/superlines-mcp/mcp-proxy.js https://raw.githubusercontent.com/Superlines/mcp-server/main/mcp-proxy.js
chmod +x ~/superlines-mcp/mcp-proxy.js

Windows (PowerShell):

mkdir $env:USERPROFILE\superlines-mcp
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Superlines/mcp-server/main/mcp-proxy.js" -OutFile "$env:USERPROFILE\superlines-mcp\mcp-proxy.js"

Configure Claude Desktop (Local Proxy)

macOS:

{
  "mcpServers": {
    "superlines": {
      "command": "node",
      "args": ["/Users/YOUR_USERNAME/superlines-mcp/mcp-proxy.js"],
      "env": {
        "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY"
      }
    }
  }
}

Windows:

{
  "mcpServers": {
    "superlines": {
      "command": "node",
      "args": ["C:\\Users\\YOUR_USERNAME\\superlines-mcp\\mcp-proxy.js"],
      "env": {
        "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_USERNAME with your actual username. Find it by running echo $USER (macOS) or echo %USERNAME% (Windows).


Available Tools

Brand Analytics

ToolDescription
list_brandsList all brands you have access to
get_brand_detailsGet brand configuration, competitors, and industry
analyze_metricsBrand visibility, citation rate, mentions, share of voice
get_weekly_performanceWeekly performance trends
get_period_comparisonCompare current vs previous period
get_analytics_summaryHigh-level analytics overview

Citations

ToolDescription
get_citation_dataDomain and URL citation analysis
get_top_cited_url_per_promptTop cited URLs per query

Competitor Analysis

ToolDescription
analyze_brand_mentionsCompetitor mentions with sentiment scores
get_competitive_gapFind competitive opportunities
get_competitor_insightsComprehensive competitor overview
get_best_performing_promptBest performing prompts

Content Strategy

ToolDescription
get_query_dataQuery analysis with search volumes
find_content_opportunitiesTopics with improvement potential
get_fanout_query_insightsLLM source query analysis
analyze_sentimentSentiment analysis of AI responses

Webpage Analysis

ToolDescription
webpage_crawlFetch and parse webpage content
webpage_auditFull LLM-friendliness audit
webpage_analyze_technicalTechnical SEO analysis
webpage_analyze_contentContent quality analysis
schema_optimizerOptimize Schema.org markup
analyze_competitor_urlDeep-dive analysis of competitor URLs

Environment Variables

VariableRequiredDescription
SUPERLINES_API_KEYYesYour Superlines API key (starts with sl_live_)
MCP_SERVER_URLNoOverride the default server URL
DEBUGNoSet to true for debug logging

Example Queries

Performance Analysis

Show me brand visibility and citations for the last 30 days, grouped by LLM service

Competitor Intelligence

Who are my top 10 competitors by mentions? Show sentiment breakdown.

Citation Analysis

Which domains are cited most in AI responses about my industry?

Weekly Trends

Show me weekly performance for the last 8 weeks

Webpage Audit

Audit https://competitor.com for LLM-friendliness and show me what schemas they use

Content Opportunities

What content should I create to improve my AI search visibility?

Security

  • πŸ”’ Never share your API key publicly
  • πŸ”’ Don't commit claude_desktop_config.json to version control
  • πŸ”’ Rotate keys regularly in Organization Settings
  • πŸ”’ Revoke keys immediately if compromised

Secure your config file:

chmod 600 ~/Library/Application\ Support/Claude/claude_desktop_config.json

Beta Notice

⚠️ The Superlines MCP server is currently in beta and may experience instability or contain bugs. Please report issues at github.com/Superlines/mcp-server/issues.


Resources

Support