Model Context Protocol

The Inxy MCP Server

Give your AI agent one tool — audit_seo — that scores any website or Shopify store for AEO/GEO/LLMO readiness: how likely ChatGPT, Claude, Perplexity and Google AI are to cite it.

https://inxy.ai/api/mcp Get an API key →

What it does

0–100 AI-readiness score
12 universal AEO/GEO/LLMO checks on any URL.
Shopify deep-dive
Detects Shopify and adds 5 store-specific checks — product/offer/review schema & more.
Top issues + fixes
Ranked, actionable fixes — plus a link to the full 30-day plan.

Connect it

Claude Desktop / Cursor / any MCP client — add the server (Streamable HTTP):

{
  "mcpServers": {
    "inxy-seo": {
      "url": "https://inxy.ai/api/mcp"
    }
  }
}

With an API key (10 audits/day + the full detailed breakdown):

{
  "mcpServers": {
    "inxy-seo": {
      "url": "https://inxy.ai/api/mcp",
      "headers": { "Authorization": "Bearer inxy_sk_YOUR_KEY" }
    }
  }
}

Limits

TierLimitReport
Anonymous5 audits / dayScore + top issues
API key (free)10 audits / dayFull detailed breakdown
Connected Shopify storeHigherFull 12-category audit + automated 30-day fix plan

Reference

Tool · audit_seo

Input — a single url string:

{
  "name": "audit_seo",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": { "type": "string", "description": "The website URL to audit" }
    },
    "required": ["url"]
  }
}

Example request

curl -s https://inxy.ai/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer inxy_sk_YOUR_KEY' \
  -d '{
    "jsonrpc": "2.0", "id": 1, "method": "tools/call",
    "params": { "name": "audit_seo", "arguments": { "url": "https://example.com" } }
  }'

Example response

The tool returns a text report (for the agent to read) plus structuredContent for programmatic use:

AEO/GEO/LLMO audit — https://example.com/
Score: 35/100 (Shopify deep report · 17 checks)

Top issues to fix:
  1. FAQ Schema (FAQPage) — Add FAQPage JSON-LD with 4–6 Q&As.
  2. Product Schema (Shopify) — Add Product JSON-LD to product templates.
  3. Offer / Price Schema — Add Offer schema with price + priceCurrency.

→ Full 12-category report + 30-day fix plan: https://inxy.ai/free-seo-audit?url=…
→ https://inxy.ai

structuredContent: {
  "score": 35, "isShopify": true, "reportType": "shopify",
  "detailReportUrl": "https://inxy.ai/free-seo-audit?url=…"
}

Authentication & limits

  • Anonymous — no header needed. 5 audits/day per IP, snapshot report.
  • API key — pass Authorization: Bearer inxy_sk_…. 10 audits/day, full check breakdown. Generate in Settings.
  • Over the limit, the tool returns a friendly message (still a valid result, not an error) telling the user to register / upgrade.
  • Transport: Streamable HTTP. Methods: initialize, tools/list, tools/call, ping.

Built for Shopify stores

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

Start free →