streamable-httpMITupdated 16d ago
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.
O que dá para fazer com seo audit?
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:
ai_search_diagnostic(url)·full_seo_audit(url)·email_seo_report(audit_id, email[, weekly])·subscribe_to_inxy([email, store_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). Nourlargument; requires an API key + a connected store.email_seo_report(audit_id, email[, weekly])— email the full written report for an audit this session already ran (audit_idcomes back with every audit result). Passweekly: 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.subscribe_to_inxy(...)— 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
| 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.
License
MIT — see LICENSE.
Instalação
Adicione seo audit ao seu cliente. Escolha o que você usa.
claude mcp add --transport http seo-audit https://inxy.ai/api/mcpcodex mcp add seo-audit --url https://inxy.ai/api/mcp{
"mcpServers": {
"seo-audit": {
"url": "https://inxy.ai/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"seo-audit": {
"type": "http",
"url": "https://inxy.ai/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"seo-audit": {
"url": "https://inxy.ai/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"seo-audit": {
"serverUrl": "https://inxy.ai/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação25/25
- Manutenção25/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.4.0Mais recente | 23 de ago. de 2026 |
| 1.3.2 | 14 de jun. de 2026 |
| 1.3.1 | 14 de jun. de 2026 |
| 1.3.0 | 14 de jun. de 2026 |
| 1.2.0 | 14 de jun. de 2026 |
| 1.1.0 | 14 de jun. de 2026 |