Skip to main content
ClaudeWave

Inxy SEO Audit — MCP server (audit_seo). Score any website or Shopify store for AEO/GEO/LLMO readiness. Endpoint: https://inxy.ai/api/mcp

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/riverliu8/inxy-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "inxy-mcp": {
      "command": "node",
      "args": ["/path/to/inxy-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/riverliu8/inxy-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Inxy.ai SEO Audit — MCP Server

[![Inxy](https://img.shields.io/badge/by-inxy.ai-6366f1)](https://inxy.ai)

A remote [Model Context Protocol](https://modelcontextprotocol.io) 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](https://inxy.ai/free-seo-audit).

## Connect it

### Claude Desktop / Cursor / any MCP client

```json
{
  "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](https://app.inxy.ai/app/settings):

```json
{
  "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)

```bash
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](https://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._

What people ask about inxy-mcp

What is riverliu8/inxy-mcp?

+

riverliu8/inxy-mcp is mcp servers for the Claude AI ecosystem. Inxy SEO Audit — MCP server (audit_seo). Score any website or Shopify store for AEO/GEO/LLMO readiness. Endpoint: https://inxy.ai/api/mcp It has 0 GitHub stars and was last updated today.

How do I install inxy-mcp?

+

You can install inxy-mcp by cloning the repository (https://github.com/riverliu8/inxy-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is riverliu8/inxy-mcp safe to use?

+

riverliu8/inxy-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains riverliu8/inxy-mcp?

+

riverliu8/inxy-mcp is maintained by riverliu8. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to inxy-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy inxy-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: riverliu8/inxy-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/riverliu8-inxy-mcp)](https://claudewave.com/repo/riverliu8-inxy-mcp)
<a href="https://claudewave.com/repo/riverliu8-inxy-mcp"><img src="https://claudewave.com/api/badge/riverliu8-inxy-mcp" alt="Featured on ClaudeWave: riverliu8/inxy-mcp" width="320" height="64" /></a>

More MCP Servers

inxy-mcp alternatives