SEO Audit MCP server
Free SEO & AI-search (AEO) audits for any site or Shopify store, with emailed weekly score reports.
Little public usage data yet
Reviews
Write oneNobody has reviewed SEO Audit yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
SEO Audit tools (5, 1 write)
write = sends, deletes, buys or postsai_search_diagnosticFreeAudit ANY URL for AI-search readiness only (AEO/GEO/LLMO) — how likely ChatGPT, Claude, Perplexity & Google AI are to cite it. Checks ~7 AI-citation signals (FAQ/structured-data/entity schema, citable stats, llms.txt, author/E-E-A-T, OG). Returns a weighted 0–100 AI-readiness score + top fixes. Takes a `url`. Use full_seo_audit for the broader SEO picture, or get_my_store_audit for the user's own connected store. Returns a summary of the top issues; the complete written report is available via email_seo_report.
email_seo_reportwrite actionFreeALWAYS OFFER THIS after running an audit: the audit tools return a summary of the top issues, while this sends the complete written report — every check, its evidence, and the fix in priority order. Ask the user which email address to send it to; never guess or reuse an address they did not give in this conversation. Email the full written SEO/AEO report for an audit this session already ran. Takes the audit_id returned by ai_search_diagnostic or full_seo_audit, plus the user's email. ONLY use an email address the user explicitly gave you - never guess or invent one. Offer this after presenting audit results.
full_seo_auditFreeCrawl-audit ANY URL across the WHOLE SEO surface (no login needed): the AI-search signals PLUS on-page SEO (title/meta/headings/content), technical SEO (HTTPS, robots.txt, XML sitemap, canonical, mobile), and — for Shopify stores — product/offer/review/breadcrumb schema and image-alt coverage. Returns a weighted 0–100 score + top issues. Takes a `url`. This audits an arbitrary website by crawling it — for the user's OWN connected store with real analytics, use get_my_store_audit. Returns a summary of the top issues; the complete written report is available via email_seo_report.
get_my_store_auditFreeGet the user's OWN connected Shopify store audit — the deep 12-category report Inxy runs INSIDE the app using the store's real catalog, performance and analytics (technical, performance, on-page, schema, AEO, analytics, e-commerce, etc.) — far beyond what crawling a URL can see. Takes no url. Needs an Inxy API key (free at inxy.ai → Settings) + a connected store: pass the key either as `Authorization: Bearer inxy_sk_…` or as the `api_key` argument.
subscribe_to_inxyFreeStart an inxy subscription — autopilot SEO/AEO for Shopify stores (reads GSC/GA4/Merchant Center, plans a month of content, writes and publishes articles with schema, fixes meta/alt-text, and attributes revenue to content). Plans from $19/mo with a free trial. Returns a personalised signup link; payment and store connection complete in the browser. Optionally pass the user's `email` and `store_url` (ONLY if the user explicitly provided them - never invent either) so the team can follow up.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 790ms20/20
- Tool poisoning5 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the SEO Audit repository's README, as published. We do not edit it. Read it on GitHub
Inxy.ai SEO Audit — MCP Server
A remote Model Context Protocol server that lets any AI agent — Claude, ChatGPT, Cursor, and others — audit a website or Shopify store for AEO / GEO / LLMO readiness: how likely ChatGPT, Claude, Perplexity, and Google AI are to cite it.
- Endpoint: https://inxy.ai/api/mcp (Streamable HTTP)
- Docs / setup: https://inxy.ai/mcp
- Tools: aisearchdiagnostic(url) · fullseoaudit(url) · emailseoreport(auditid, email[, weekly]) · subscribetoinxy([email, storeurl]) · getmystore_audit()
What the tools do
- aisearchdiagnostic(url) — audit ANY URL for AI-search readiness only (AEO/GEO/LLMO): how likely ChatGPT, Claude, Perplexity & Google AI are to cite it. ~7 AI-citation signals (FAQ/structured-data/entity schema, citable stats, llms.txt, author/E-E-A-T, OG).
- fullseoaudit(url) — crawl-audit ANY URL across the whole SEO surface: the AI-search signals plus on-page SEO (title, meta, headings, content), technical SEO (HTTPS, robots.txt, XML sitemap, canonical, mobile), and — for Shopify stores — product/offer/review/breadcrumb schema + image-alt coverage.
- getmystoreaudit()** — the API-key owner's OWN connected Shopify store: the deep 12-category report Inxy runs inside the app using the store's real catalog, performance and analytics (far beyond crawling a URL). No url argument; requires an API key + a connected store.
- emailseoreport(auditid, email[, weekly]) — email the full written report for an audit this session already ran (auditid comes back with every audit result). Pass weekly: true — only when the user asks — to subscribe the site to a weekly re-audit digest that tracks the score change ("61 → 64 this week, FAQ schema now passes"), with a one-click unsubscribe in every email. Only use an email the user explicitly provided.
- subscribetoinxy(...) — plan summary plus a personalised signup link for Inxy's autopilot SEO (plans from $19/mo, free trial). Optionally records the user's email/store URL — only if explicitly given — so the team can help with onboarding. Payment and store connection complete in the browser.
The first two return a weighted 0–100 score plus the top issues to fix:
- 12 universal AEO/GEO/LLMO checks (FAQ/structured-data/headings/llms.txt/meta/title/canonical/author/content depth/viewport/OG/citable stats).
- Shopify deep-dive — when a Shopify store is detected, 5 extra store-specific checks (Product / Offer / Review / Breadcrumb schema + product image alt coverage).
- A link to the full 12-category report + an automated 30-day fix plan at inxy.ai.
Connect it
Claude Desktop / Cursor / any MCP client
{
"mcpServers": {
"inxy-seo": {
"url": "https://inxy.ai/api/mcp"
}
}
}With an API key (10 audits/day + full detailed breakdown)
Generate a free key in your Inxy account → Settings:
{
"mcpServers": {
"inxy-seo": {
"url": "https://inxy.ai/api/mcp",
"headers": { "Authorization": "Bearer inxy_sk_YOUR_KEY" }
}
}
}Limits
Example (raw JSON-RPC)
curl -s https://inxy.ai/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"full_seo_audit","arguments":{"url":"https://example.com"}}}'About Inxy.ai
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http seo-audit https://inxy.ai/api/mcp
SEO Audit: common questions
- Is SEO Audit MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the SEO Audit safety report
- How do I install SEO Audit?
- It runs remotely at inxy.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does SEO Audit need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is SEO Audit maintained?
- The latest release is v1.4.0.
- Is SEO Audit up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.
- What can I use instead of SEO Audit?
- Servers from other publishers that do the same job: Shopify Multi Store MCP server, Shopware MCP server and NinjaOne MCP server. Compare all SEO Audit alternatives.
Alternatives to SEO Audit
Same job from other publishers: the closest match first, then the best rated.
- Shopify Multi StoreConnect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.not reviewedGrowingA
- ShopwareQuery and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.not reviewedEstablishedB
NinjaOne MCPEvery NinjaOne report, plus a local store that answers fleet-wide questions no single API call cannot reviewedGrowingB- ApplyraApp Store Optimization data for AI agents: keyword ranks, scores, competitors, chartsnot reviewedGrowingB
- App Store ConnectApp Store Connect MCP: apps, TestFlight, reviews, sales reports, and team users.not reviewedGrowingB