Skip to main content
The Superlines MCP server exposes 27 tools organized into categories. Most tools are read-only. The Account Management tools can create brands and manage prompts — these require write permissions on your API key.
When asking about a specific brand, always include the brand name in your query. The AI assistant will pass it to the brands parameter automatically. If you omit brands, data for all brands in your organization is returned.

Brand Management

list_brands

Lists all brands available in your account. Always call this first to get exact brand names for other tools.
  • Parameters: None
  • Returns: List of brands with IDs, names, websites, country, language, industry, and competitors

get_brand_details

Get detailed information about a specific brand including competitors, industry, and market settings.

Core Metrics

analyze_metrics

Get comprehensive analytics data including Brand Visibility, Citation Rate, Mentions, Share of Voice, and Citations.

get_citation_data

Analyze citations at domain or URL level. Shows which domains and URLs are cited in AI responses.

analyze_brand_mentions

Analyze brand mentions and competitor presence. Shows mention counts, sentiment scores, and share of voice.

get_query_data

Analyze search queries and their metadata. Shows query text, prompt count, intent, user journey stage, and brand mentions.

get_weekly_performance

Get weekly performance trends over the last N weeks with week-over-week changes.

Webpage Analysis

webpage_audit

Comprehensive LLM-friendliness audit — technical SEO, content quality, metadata, schemas, writing quality, citations, and tone.

webpage_analyze_technical

Focused technical analysis — metadata, structured data (JSON-LD, microdata), heading structure, accessibility, and technical SEO.

webpage_analyze_content

Focused content analysis — heading format, content organization, data citations, tone, writing quality, and marketing messages.

schema_optimizer

Optimize Schema.org structured data. Returns quality score, proposed schemas, and implementation code.

Competitive Analysis

get_fanout_query_insights

Analyze fan-out queries — the web searches LLMs perform when answering user questions. Shows which queries are most common and where your domain ranks.

get_competitive_gap

Find prompts where competitors lead or where you’re winning. Includes visibility comparison and optional AI recommendations.

get_top_cited_url_per_prompt

Get the #1 cited URL for each tracked prompt.

get_best_performing_prompt

Find your best performing prompts based on visibility or citation rate.

get_period_comparison

Compare current period metrics vs. previous period with trend analysis.

Advanced Analytics

get_competitor_insights

Top cited domains and most mentioned brands for your tracked prompts.

analyze_sentiment

Sentiment of AI responses mentioning your brand. Shows positive/neutral/negative breakdown.

find_content_opportunities

Topics with high query volume but low brand visibility — your biggest growth opportunities.

get_analytics_summary

High-level analytics summary with overall metrics and top topics.

Strategic Tools

generate_strategic_action_plan

Generate a priority-ranked action plan with improvement potential scores.

Account Management

These tools modify your account. They require write permissions on your API key. See API Key Permissions for setup instructions. Deletion is not supported — use pause_prompts instead.

create_brand

Create a new brand/domain in your organization. Triggers brand analysis (website scanning, competitor detection, industry classification) and prompt generation in the background. Returns immediately — use get_brand_setup_status to poll for completion. Permission required: write:brands
Brand creation is idempotent — if a brand with the same domain already exists, the existing brand is returned instead of creating a duplicate.

get_brand_setup_status

Check the progress of brand setup after create_brand. Returns analysis status, prompt generation status, and whether the brand is ready for analytics.

add_prompts

Add tracking prompts to a brand. Prompts are the search queries that Superlines monitors across AI platforms (ChatGPT, Gemini, Perplexity, etc). Each prompt is created as active and included in the next crawl cycle. Maximum 50 prompts per call. Permission required: write:prompts
Duplicate prompts are automatically detected and skipped. Your organization’s prompt quota is enforced.

pause_prompts

Pause active prompts so they stop being crawled. Paused prompts are not deleted and can be reactivated with unpause_prompts. Filter by specific IDs or by label. Permission required: write:prompts

unpause_prompts

Reactivate paused prompts so they resume being crawled. Checks your prompt quota before reactivating. Permission required: write:prompts

update_prompt_labels

Add, remove, or set labels on prompts. Labels help organize prompts into categories for filtering in analytics. Permission required: write:prompts