Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Score any site or Shopify store for AEO/GEO/LLMO readiness — how likely AI search is to cite it.

README.md

Inxy.ai SEO Audit — MCP Server

![Inxy](https://inxy.ai)

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: ai_search_diagnostic(url) · full_seo_audit(url) · get_my_store_audit()

What the tools do

  • ai_search_diagnostic(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).
  • full_seo_audit(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.
  • get_my_store_audit() — 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.

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

| Tier | Limit | Report | | --- | --- | --- | | Anonymous | 5 audits / day | Score + top issues | | API key (free) | 10 audits / day | Full detailed breakdown | | Connected Shopify store | Higher | Full 12-category audit + automated 30-day fix plan |

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

Inxy.ai is the autonomous AEO/SEO engine for Shopify stores — it doesn't just score your store, it auto-applies every fix and attributes the resulting revenue back to AI search.

---

_This repo holds the public MCP manifest (server.json) for registry discovery (modelcontextprotocol registry, Smithery, Glama, PulseMCP, mcp.so). The server itself is hosted by Inxy at the endpoint above._

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.