Superlines MCP server
About
Analyze and optimize for AI search (AIO)
Details
- Author
- superlines
- Categories
- Other, Marketing
Jump to
"SUPERLINES_API_KEY environment variable not set"
Make sure your config includes theenvsection with your API key:
{ "mcpServers": { "superlines": { "command": "node", "args": ["/path/to/mcp-proxy.js"], "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } } }
- Your API key is invalid or expired
- Generate a new key atOrganization Settings → API Keys
- API access requires an Enterprise plan
- Contact[support@superlines.ioto upgrade
Analyze and optimize for AI search (AIO)
Model Context Protocol (MCP) server for Superlines AI visibility analytics.
Connect Claude Desktop, Cursor, or any MCP-compatible client to your Superlines data.
Quick Start•Available Tools•Troubleshooting
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.
- "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"
- 📊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
- Node.js 18+installed (Download)
- Superlines accountwithEnterprise plan(MCP access is Enterprise-only)
- API Keyfrom yourSuperlines dashboard
- Log in toanalytics.superlines.io
- Go toOrganization Settings→API Keys
- Click"Create New API Key"
- Copy the key (starts withsl_live_) — it's only shown once!
Edit your Claude Desktop configuration file:
macOS:~/Library/Application Support/Claude/claude_desktop_config.json
Windows:%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "superlines": { "command": "npx", "args": ["-y", "@superlines/mcp-server"], "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } } }
Important:Replacesl_live_YOUR_API_KEYwith your actual API key.
- Quit completely:⌘+Q on Mac, or right-click taskbar icon → Exit on Windows
- ReopenClaude Desktop
- Verify:Look for the hammer icon (🔨) indicating MCP tools are available
What brands do I have access to in Superlines?
Show me my brand visibility for the last 30 days
Audit https://example.com for LLM-friendliness
If you prefer not to use npx, you can download and run the proxy script locally.
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
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"
{ "mcpServers": { "superlines": { "command": "node", "args": ["/Users/YOUR_USERNAME/superlines-mcp/mcp-proxy.js"], "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } } }
{ "mcpServers": { "superlines": { "command": "node", "args": ["C:\\Users\\YOUR_USERNAME\\superlines-mcp\\mcp-proxy.js"], "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } } }
ReplaceYOUR_USERNAMEwith your actual username. Find it by runningecho $USER(macOS) orecho %USERNAME%(Windows).
Add to.cursor/mcp.jsonin your project or globally:
{ "mcpServers": { "superlines": { "command": "npx", "args": ["-y", "@superlines/mcp-server"], "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } } }
{ "mcpServers": [ { "name": "superlines", "command": "npx", "args": ["-y", "@superlines/mcp-server"], "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } ] }
If you prefer to install globally instead of using npx:
{ "mcpServers": { "superlines": { "command": "superlines-mcp", "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } } }
Show me brand visibility and citations for the last 30 days, grouped by LLM service
Who are my top 10 competitors by mentions? Show sentiment breakdown.
Which domains are cited most in AI responses about my industry?
Show me weekly performance for the last 8 weeks
Audit https://competitor.com for LLM-friendliness and show me what schemas they use
What content should I create to improve my AI search visibility?
"SUPERLINES_API_KEY environment variable not set"
Make sure your config includes theenvsection with your API key:
{ "mcpServers": { "superlines": { "command": "node", "args": ["/path/to/mcp-proxy.js"], "env": { "SUPERLINES_API_KEY": "sl_live_YOUR_API_KEY" } } } }
- Your API key is invalid or expired
- Generate a new key atOrganization Settings → API Keys
- API access requires an Enterprise plan
- Contactsupport@superlines.ioto upgrade
Claude says "I don't have access to any tools"
- Restart Claude Desktop completely(⌘+Q on Mac, not just close window) - Check the script path— use the full absolute path, not~
- Validate your configis valid JSON:
cat ~/Library/Application\ Support/Claude/claude_desktop_config.json | python3 -m json.tool
export SUPERLINES_API_KEY="sl_live_your_key" echo '{"jsonrpc":"2.0","method":"tools/list","id":1}' | node ~/superlines-mcp/mcp-proxy.js
- Use thefull absolute pathin your config
- ✅ Good:/Users/john/superlines-mcp/mcp-proxy.js
- ❌ Bad:~/superlines-mcp/mcp-proxy.js
- Windows:Use double backslashes:C:\\Users\\john\\...
- 🔒 Never share your API key publicly
- 🔒 Don't commitclaude_desktop_config.jsonto version control
- 🔒 Rotate keys regularly in Organization Settings
- 🔒 Revoke keys immediately if compromised
chmod 600 ~/Library/Application\ Support/Claude/claude_desktop_config.json
⚠️ The Superlines MCP server is currently in beta and may experience instability or contain bugs. Please report issues atgithub.com/Superlines/mcp-server/issues.
- Superlines Dashboard
- API Documentation
- MCP Protocol Specification
- Claude Desktop
- Email:support@superlines.io
- Issues:github.com/Superlines/mcp-server/issues
Free AI citation readiness checker. Score any website 0-100 across 5 dimensions using the Citation Probability Score® (CPS®) framework. Checks structured data, meta tags, content quality, technical config, and AI signals.
SEO, GEO & AI Visibility — research, write, optimize, publish & monitor content. 95 tools, 9 agent skills, 11 prompts, 7 workflows. Built-in CMS hosting.
Track brand visibility across ChatGPT, Claude, and Perplexity — monitor AI mentions, analyze competitors, and generate content optimized for AI citations.
Search-focused on-page SEO audits, entity coverage, competitor gaps, and internal-link opportunities for AI agents.
The free SEO and AEO MCP server that turns your Claude / Cursor / ChatGPT Desktop into a senior SEO + AEO consultant. Audits any URL, generates sitemap.xml / llms.txt / robots.txt, finds keyword gaps, and tells your AI exactly what to fix — all using your own AI credits, never ours.
Connect AI agents to project data, analytics, research, content planning, media generation, and growth workflows.
Connect AI tools like Claude, Cursor, and Codex directly to your CitedSpy workspace with the Model Context Protocol (MCP). Once connected, your AI assistant can read your brands, prompts, runs, citations, and analytics - and create prompts or trigger runs - without you copying data back and forth. You can ask for your AI visibility dashboard in plain language, find your weakest prompts and engines, create and edit tracking prompts from chat, trigger fresh runs across engines, pull citations, mentions, and reports into your AI workflow
Fashion vertical MCP server — SEO audits, trend analysis, competitor monitoring, and ad copy generation for fashion e-commerce. Includes 12 playbook skills for AI agents.
With Epovest, businesses make AIs recommend them: your market's real questions put to the engines, every answer archived with its cited sources and dated, and the levers to act on them, over a hosted Streamable HTTP endpoint.
AI-powered keyword research, SERP analysis, backlink checking, and content optimization for SEO.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



