MCP Integration Examples

LLMSE provides a public Model Context Protocol (MCP) server with 7 tools that allow AI assistants like Claude to classify websites, analyze SEO, E-E-A-T, and Answer Engine Optimization (AEO), match advertisers, and discover competitor sites. Below are examples and prompts you can try.

Quickstart

The fastest way to get started is to install the LLMSE plugin from your IDE's marketplace. No configuration required — it connects automatically.

Claude Desktop / Claude Code

Search for "llmse" in the Claude plugin marketplace and install. Alternatively, install directly from the repository:

https://github.com/tb0hdan/llmse-plugin

The plugin adds a .mcp.json with the following configuration:

{
  "mcpServers": {
    "llmse": {
      "type": "http",
      "url": "https://llmse.ai/mcp"
    }
  }
}

Cursor

Search for "llmse" in the Cursor plugin marketplace and install. The plugin adds a mcp.json with the same server configuration. Once installed, LLMSE tools are available in your Cursor AI chat.

Manual Steps

If you prefer to configure the MCP server manually instead of using the plugin, add LLMSE using the command line:

Claude Code

claude mcp add --transport http llmc-public https://llmse.ai/mcp

This adds the server to your local scope. Use --scope project to share with your team via .mcp.json.

Gemini CLI

gemini mcp add --transport http llmc-public https://llmse.ai/mcp

By default, the server is added to ~/.gemini/settings.json. Use --scope project for project-specific config.

OpenAI Codex

Edit ~/.codex/config.toml and add:

[mcp_servers.llmc-public]
url = "https://llmse.ai/mcp"

This configuration is shared between Codex CLI and the VSCode extension.

Available Tools

audit — Comprehensive website audit combining classification, SEO analysis, and advertiser matching in one efficient call
classify_url — Classify any website into category, subcategory, language, demographics, and sentiment
select_advertiser — Match advertising networks to website demographics based on 98 real ad networks
analyze_seo — Analyze any website for SEO issues with scoring, grading, and recommendations
analyze_eeat — Evaluate E-E-A-T content quality signals (Experience, Expertise, Authoritativeness, Trustworthiness)
analyze_aeo — Analyze content for AI answer engines (ChatGPT, Perplexity, Claude) with Q&A detection, snippets, and full Citation Readiness analysis
find_similar_sites — Find competitor and related websites based on category classification

audit Tool

Performs a comprehensive website audit that combines classification, SEO analysis, EEAT analysis, Answer Engine Optimization (AEO with Citation Readiness), advertiser matching, and similar site discovery in a single efficient call. This is the recommended tool when you need a complete analysis since it fetches the page only once.

Parameters

url The website URL to audit (required)

Example Prompts

"Run a full audit on https://techcrunch.com using LLMSE"
"Audit https://espn.com and show me classification, SEO, and best advertisers"
"Give me a complete analysis of https://nytimes.com"
"Use the audit tool on https://mywebsite.com to check SEO and find matching ad networks"
"Comprehensive website report for https://bloomberg.com"

Response Structure

classification Category, subcategory, language, sentiment, age, and gender demographics
seo Score (0-100), grade (A-F), issues by severity, meta info, and recommendations
eeat EEAT score, grade, individual category scores (experience, expertise, authoritativeness, trustworthiness), issues, and signals
aeo AEO score, grade, metrics (answer format, FAQ/HowTo schema, snippets, entity clarity), and nested Citation Readiness results
advertisers Top 3 matched advertising networks with scores based on demographics
similar_sites Related sites from the same category (up to 10)
cached Whether the result was from cache

Why Use Audit?

Efficiency Fetches the page once instead of six separate requests
Complete Picture Get classification, SEO, EEAT, AEO (with Citation), ad networks, and competitor sites together
Consistent Data All analyses based on the same page snapshot

classify_url Tool

Classifies a website URL and returns detailed information about its category, language, target audience, and sentiment.

Parameters

url The website URL to classify (required)

Example Prompts

"Classify https://techcrunch.com using LLMSE"
"What category is https://espn.com?"
"Analyze https://wikipedia.org with the llmc-public MCP"
"Use classify_url on https://nytimes.com and tell me about its audience"
"What language and sentiment does https://lemonde.fr have?"

Response Fields

category Main category (e.g., "Technology", "Sports", "News and Media")
subcategory Specific subcategory within the main category
language Primary content language (e.g., "English", "Spanish")
age Target age group (e.g., "18-24", "25-34", "30-50")
gender Target gender ("male", "female", or "all")
sentiment Content sentiment ("Good", "Neutral", or "Bad")
cached Whether the result was from cache

select_advertiser Tool

Matches advertising networks to website demographics. Can work with a URL (fetches classification) or direct demographic parameters.

Parameters

url URL to match advertisers for (uses cached classification)
category Target category (e.g., "Sports", "Technology")
subcategory Target subcategory
age Target age group (e.g., "18-24", "25-34")
gender Target gender ("male", "female", or "all")
sentiment Content sentiment ("Good", "Neutral", or "Bad")
limit Number of advertisers to return (1-10, default 3)
min_cpm Minimum CPM cost filter (e.g., 5.0 for $5+ CPM)
max_cpm Maximum CPM cost filter (e.g., 10.0 for $10 or less CPM)

Example Prompts - By URL

"Select advertisers for https://espn.com using llmc-public"
"Find the best ad networks for https://techcrunch.com"
"Which advertisers match https://vogue.com? Show me 5 options"
"Use select_advertiser for https://wikipedia.org/wiki/Python"

Example Prompts - By Demographics

"Find advertisers targeting Sports category, male audience, ages 18-24"
"Which ad networks target Beauty category with female audience?"
"Select 5 advertisers for Technology category with Good sentiment"
"Match advertisers for Finance category targeting 35-44 age group"

Scoring Algorithm

Advertisers are scored based on demographic matches:

+10 pts Category match
+5 pts Age group match
+3 pts Gender match
+2 pts Sentiment match (brand safety)
tiebreaker Higher CPM bid

analyze_seo Tool

Analyzes a website URL for SEO issues and provides an overall score, letter grade, and actionable recommendations. Learn more about the grading system on the SEO Analysis page.

Parameters

url The website URL to analyze (required)

Example Prompts

"Analyze SEO for https://example.com using LLMSE"
"What SEO issues does https://techcrunch.com have?"
"Run an SEO audit on https://mywebsite.com and give me recommendations"
"Check the SEO score of https://blog.example.com"
"Use analyze_seo to find meta tag issues on https://store.example.com"

Response Fields

score Overall SEO score from 0-100
grade Letter grade (A, B, C, D, or F)
issues.critical Critical issues that severely impact SEO (-15 points each)
issues.warnings Warnings that should be addressed (-5 points each)
issues.info Informational items for consideration (-1 point each)
meta Extracted metadata (title, description, headings, images, links, etc.)
recommendations Prioritized list of improvements sorted by severity
cached Whether result was from cache

SEO Checks Performed

Title Tag Presence, length (30-60 chars recommended)
Meta Description Presence, length (120-160 chars recommended)
Headings H1 presence/count, heading hierarchy
Technical Viewport, canonical, charset, language attribute
Robots Noindex/nofollow detection
Images Alt attribute presence and quality
Social Open Graph tags, Twitter Cards
Structured Data JSON-LD schema presence and types
Content Word count (thin content detection)
Links Internal vs external link analysis

analyze_eeat Tool

Evaluates a website for E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) content quality signals based on Google's Search Quality Rater Guidelines. Also detects YMYL (Your Money or Your Life) content for health, financial, and legal topics. Learn more about the grading system on the EEAT Analysis page.

Parameters

url The website URL to analyze (required)

Example Prompts

"Analyze EEAT for https://mayoclinic.org using LLMSE"
"Check the E-E-A-T quality of https://techcrunch.com"
"Does https://blog.example.com show strong expertise and trustworthiness signals?"
"Run an EEAT analysis on https://nerdwallet.com and tell me how to improve"
"Is https://healthline.com a YMYL site? Analyze its EEAT signals"

Response Fields

score Overall EEAT score from 0-100
grade Letter grade (A, B, C, D, or F)
scores.experience Experience score — first-person language, case studies, testimonials
scores.expertise Expertise score — author credentials, certifications, topic depth
scores.authoritativeness Authoritativeness score — organization schema, awards, trust badges
scores.trustworthiness Trustworthiness score — HTTPS, contact info, privacy policy, citations
issues Categorized issues (critical, warnings, info)
signals Detected EEAT signals found on the page
recommendations Prioritized list of improvements sorted by impact
cached Whether result was from cache

EEAT Signals Detected

Experience First-person language, case studies, testimonials, years of experience
Expertise Author credentials, certifications, professional memberships, topic depth
Authoritativeness Organization schema, awards, trust badges, media mentions
Trustworthiness HTTPS, contact info, privacy policy, terms of service, source citations
YMYL Detection of health, financial, legal, and safety content requiring higher EEAT standards

analyze_aeo Tool

Analyzes how well content is optimized for AI answer engines (ChatGPT, Perplexity, Claude, Gemini). Combines Q&A pattern detection, snippet extractability, and entity clarity analysis with a full Citation Readiness assessment. Learn more on the Answer Engine Optimization (AEO) page.

Parameters

url The website URL to analyze (required)

Example Prompts

"Analyze AEO for https://example.com using LLMSE"
"How well is https://wikipedia.org optimized for AI answer engines?"
"Check if https://myblog.com is optimized for ChatGPT and Perplexity"
"Will AI answer engines cite https://docs.example.com? Analyze its AEO"
"Use analyze_aeo on https://techcrunch.com and give me recommendations"

Response Fields

aeo_score Overall AEO score from 0-100
aeo_grade Letter grade (A, B, C, D, or F)
aeo_metrics Individual scores for Answer Format (30pts), FAQ Schema (20pts), HowTo Schema (15pts), Snippets (20pts), Entity Clarity (15pts)
citation Full Citation Readiness analysis (score, grade, category scores, issues, signals) nested within the response
issues Categorized issues (critical, warnings, info) affecting AI extraction
signals Detected AEO signals (Q&A patterns, snippets, entity definitions)
recommendations Prioritized list of improvements for better AI answer engine optimization
cached Whether result was from cache

AEO Metrics Evaluated

Answer Format Q&A extractability patterns (question headings, FAQ sections, interview format, accordion elements)
FAQ Schema FAQPage schema markup with mainEntity questions (neutral if no FAQ content detected)
HowTo Schema HowTo schema for step-by-step content (neutral if no instructional content detected)
Snippets Short extractable blocks (<50 words) after headings, TL;DR sections, key points
Entity Clarity Is-a patterns, parenthetical definitions, definition lists, glossary sections

find_similar_sites Tool

Finds competitor and related websites based on category classification. Classifies the given URL (or uses cached classification) and returns other websites from the same category and subcategory.

Parameters

url The website URL to find similar sites for (required)
limit Maximum number of similar sites to return (1-50, default 10)

Example Prompts

"Find sites similar to https://techcrunch.com using LLMSE"
"What are the competitors of https://espn.com?"
"Show me 20 websites similar to https://stackoverflow.com"
"Use find_similar_sites for https://shopify.com and compare their categories"
"Who competes with https://medium.com? Find related sites"

Response Fields

url The input URL (normalized)
classification The URL's category and subcategory used for matching
similar_sites List of similar URLs from the same category
total_in_category Total number of sites in the matched category/subcategory
cached Whether the classification was from cache

Advertising Networks

LLMSE includes 98 real advertising networks across 11 verticals:

DSPs (10) Google Ads, DV360, Amazon DSP, The Trade Desk, Microsoft, Yahoo, StackAdapt, Viant, Simpli.fi, Quantcast
Social (7) Meta Ads, LinkedIn, TikTok, Snapchat, Pinterest, Reddit, X
CTV/OTT (14) Roku, Samsung, LG, VIZIO, Hulu, Peacock, Paramount, Disney+, Netflix, Tubi, Pluto TV, MNTN, Tatari, Vibe
Retail (12) Walmart Connect, Target Roundel, Instacart, Kroger, Albertsons, CVS, Best Buy, eBay, Mercado Libre, Alimama, Home Depot, Sam's Club
Gaming (11) AppLovin, Unity, Twitch, Anzu, Overwolf, AdMob, InMobi, Digital Turbine, Liftoff, ironSource, Moloco
Audio (7) Spotify, iHeartMedia, SiriusXM/Pandora, Acast, Amazon Audio, AudioGO, Podbean
Native (9) Taboola, Outbrain, MGID, Revcontent, TripleLift, Sharethrough, Criteo, Yahoo Gemini, Nativo
B2B (7) Demandbase, 6sense, RollWorks, Terminus, Madison Logic, ZoomInfo, Metadata.io
Specialized (9) DeepIntent, PulsePoint, Sojern, Adara, Dianomi, Healthgrades, Doximity, Cardlytics, TripAdvisor
SSPs (6) Magnite, PubMatic, OpenX, Index Exchange, Xandr, Sovrn
DOOH (6) Vistar Media, Broadsign, Clear Channel, OUTFRONT Media, JCDecaux, Lamar

Advanced Use Cases

Competitive Analysis

"Classify these competitor sites: https://cnn.com, https://foxnews.com, https://bbc.com - compare their categories and audiences"

Ad Campaign Planning

"I want to advertise to males 18-24 interested in Gaming. Which ad networks should I use?"
"Find the best CTV advertisers for Entertainment content with Good sentiment"

Content Quality (EEAT)

"Compare EEAT scores of https://webmd.com vs https://healthline.com - which has better content quality?"
"Analyze the trustworthiness signals on https://myfinanceblog.com and suggest improvements"

Answer Engine Optimization (AEO)

"Analyze AEO for https://docs.example.com - how can I improve it for ChatGPT and Perplexity?"
"Compare AEO of https://mdn.io vs https://w3schools.com - which is better for AI answer engines?"

Competitor Discovery

"Find sites similar to https://shopify.com and compare their SEO grades"
"Who are the top competitors of https://notion.so? Show me 20 similar sites"

Content Analysis

"What's the sentiment of https://reddit.com/r/technology?"
"Classify this URL and explain who the target audience is: https://arstechnica.com"

Bulk Operations

"Classify these 5 URLs and create a comparison table: [list of URLs]"
"For each of these news sites, find matching advertisers and rank by CPM"

Technical Details

Protocol Model Context Protocol (MCP) 2024-11-05
Endpoint https://llmse.ai/mcp
Transport Streamable HTTP with SSE
Tools 7 public tools: classify_url, select_advertiser, analyze_seo, analyze_eeat, analyze_aeo, audit, find_similar_sites
Categories 58 main categories with hundreds of subcategories
Rate Limiting 1 request per minute per domain
Caching Results are cached for fast repeated lookups

Back to Documentation

See the About page for general information about LLMSE, or visit Query Examples for web interface usage.