Skip to main content
Glama
riverliu8

Inxy SEO Tools

by riverliu8

Inxy.ai SEO 감사 — MCP 서버

Inxy

모든 AI 에이전트(Claude, ChatGPT, Cursor 등)가 웹사이트나 Shopify 스토어의 AEO / GEO / LLMO 준비도를 감사할 수 있게 해주는 원격 Model Context Protocol 서버입니다. 즉, ChatGPT, Claude, Perplexity, Google AI가 해당 사이트를 인용할 가능성이 얼마나 높은지 평가합니다.

  • 엔드포인트: https://inxy.ai/api/mcp (Streamable HTTP)

  • 문서 / 설정: https://inxy.ai/mcp

  • 도구: 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()

도구가 하는 일

  • ai_search_diagnostic(url) — AI 검색 준비도만을 위해 어떤 URL이든 감사합니다(AEO/GEO/LLMO): ChatGPT, Claude, Perplexity 및 Google AI가 해당 URL을 인용할 가능성이 얼마나 높은지 평가합니다. 약 7가지 AI 인용 신호(FAQ/구조화 데이터/엔티티 스키마, 인용 가능한 통계, llms.txt, 작성자/E-E-A-T, OG).

  • full_seo_audit(url) — 전체 SEO 영역에 걸쳐 어떤 URL이든 크롤링 감사합니다: AI 검색 신호 에 더해 온페이지 SEO(제목, 메타, 헤딩, 콘텐츠), 기술적 SEO(HTTPS, robots.txt, XML 사이트맵, canonical, 모바일), 그리고 Shopify 스토어의 경우 Product/Offer/Review/Breadcrumb 스키마 + 이미지 alt 적용 범위를 포함합니다.

  • get_my_store_audit() — API 키 소유자 본인의 연결된 Shopify 스토어를 대상으로 합니다: Inxy가 앱 내부에서 스토어의 실제 카탈로그, 성능 및 분석 데이터를 사용해 실행하는 심층 12개 카테고리 보고서입니다(URL 크롤링을 훨씬 뛰어넘는 수준). url 인자가 없으며, API 키와 연결된 스토어가 필요합니다.

  • email_seo_report(audit_id, email[, weekly]) — 이번 세션에서 이미 실행한 감사의 전체 서면 보고서를 이메일로 보냅니다(audit_id는 모든 감사 결과와 함께 반환됩니다). 사용자가 요청한 경우에만 weekly: true를 전달하여 사이트를 주간 재감사 다이제스트에 구독시킬 수 있습니다. 이 다이제스트는 점수 변화를 추적하며("이번 주 61 → 64, FAQ 스키마 통과"), 모든 이메일에 원클릭 구독 해지 링크가 포함됩니다. 사용자가 명시적으로 제공한 이메일만 사용하세요.

  • subscribe_to_inxy(...) — Inxy의 autopilot SEO에 대한 요금제 요약과 개인 맞춤 가입 링크를 제공합니다(월 $19부터, 무료 체험). 사용자가 명시적으로 제공한 경우에만 이메일/스토어 URL을 선택적으로 기록하여 팀이 온보딩을 도울 수 있게 합니다. 결제와 스토어 연결은 브라우저에서 완료됩니다.

처음 두 도구는 가중치가 적용된 0–100 점수와 수정해야 할 주요 문제를 반환합니다:

  • AEO/GEO/LLMO 공통 12가지 검사(FAQ/구조화 데이터/헤딩/llms.txt/meta/제목/canonical/작성자/콘텐츠 깊이/viewport/OG/인용 가능한 통계).

  • Shopify 심층 분석 — Shopify 스토어가 감지되면 스토어별 추가 5가지 검사를 수행합니다(Product / Offer / Review / Breadcrumb 스키마 + 제품 이미지 alt 적용 범위).

  • inxy.ai에서 전체 12개 카테고리 보고서와 자동화된 30일 수정 계획 링크를 제공합니다.

Related MCP server: librecrawl-technical-seo-audit-mcp

연결하기

Claude Desktop / Cursor / 모든 MCP 클라이언트

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

API 키 사용 시 (일 10회 감사 + 전체 상세 분석)

Inxy 계정 → 설정에서 무료 키를 생성하세요:

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

제한 사항

등급

제한

보고서

익명

일 5회 감사

점수 + 주요 문제

API 키(무료)

일 10회 감사

전체 상세 분석

연결된 Shopify 스토어

더 높음

전체 12개 카테고리 감사 + 자동화된 30일 수정 계획

예시 (원시 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"}}}'

Inxy.ai 소개

Inxy.ai는 Shopify 스토어를 위한 자율 AEO/SEO 엔진입니다. 스토어의 점수를 매기는 데 그치지 않고 모든 수정 사항을 자동으로 적용하며, 그 결과로 발생한 매출을 AI 검색에 귀속시킵니다.


이 저장소는 레지스트리 검색을 위한 공개 MCP 매니페스트(server.json)를 보관합니다(modelcontextprotocol 레지스트리, Smithery, Glama, PulseMCP, mcp.so). 서버 자체는 위 엔드포인트에서 Inxy가 호스팅합니다.

라이선스

MIT — LICENSE를 참조하세요.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    AEO & GEO strategy agent. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews. Delivers schema markup, llms.txt, strategy audits, and progress reports via x402 payments on Base.
    53
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Open-source technical SEO crawler MCP server built on LibreCrawl. Runs full audits inside Claude, Cursor, or Codex — 50+ checks (hreflang, schema.org, security headers, WAF detection on 200-OK pages), chunked-progressive engine for large sites, ephemeral by design (server forgets every audit after download).
    34
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Lets any AI agent audit any website for SEO, GEO/AEO, and speed problems, reporting issues and recommendations without modifying the site.
    4
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that lets an AI agent audit a page for SEO and GEO — on-page tags, structured data, robots.txt, sitemaps, hreflang, and whether ChatGPT, Claude, Perplexity and Gemini can actually crawl and cite you. No API keys required.
    17
    MIT

View all related MCP servers

Related MCP Connectors

  • Free AI visibility (GEO/AEO) audit: can ChatGPT, Claude and Perplexity find and cite your website?

  • SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.

  • AI visibility for ChatGPT/Perplexity/Claude — triple score (AEO+GEO+Agent) with fix code. Free.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/riverliu8/inxy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server