The Inxy MCP Server
Give your AI agent two tools — ai_search_diagnostic and full_seo_audit — that score any website or Shopify store for AEO/GEO/LLMO readiness and full SEO health: how likely ChatGPT, Claude, Perplexity and Google AI are to cite it.
https://inxy.ai/api/mcp Get an API key → What it does
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
| 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 |
Reference
Tools · ai_search_diagnostic + full_seo_audit
Input — a single url string:
// Two tools, same { url } input:
{ "name": "ai_search_diagnostic" } // AEO/GEO/LLMO score: will AI search cite you?
{ "name": "full_seo_audit" } // comprehensive crawl: AEO + on-page + technical + Shopify
// inputSchema (both):
{ "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": "full_seo_audit", "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.ai 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 →