← citeangle.com

INDIVIDUAL MCP TOOL

definitions_lookup

CiteAngle 측정 용어 14항목의 canonical 정의(SEO·AEO·GEO·AIO 차이, 인용·언급, 발화율, AI 답변 미표출, 신뢰구간, 봉인 해시 원장 등)를 조회합니다.

citeangle.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://citeangle.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for definitions_lookup and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

citeangle.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.citeangle]
url = "https://citeangle.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "citeangle": {
      "type": "http",
      "url": "https://citeangle.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: citeangle
Remote MCP URL: https://citeangle.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "citeangle": {
      "url": "https://citeangle.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "citeangle": {
      "type": "http",
      "url": "https://citeangle.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "citeangle",
  "transport": "streamable-http",
  "url": "https://citeangle.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • claims_lookup — citeangle.com/claims 공개 클레임 레지스트리를 claim_id 또는 검색어로 조회합니다 — 실증 준비 완료(active) 클레임 본문과 결박 건수·출처 종류·기준일·외부 URL을 반환합니다.
  • index_summary — NM-01 AI 가시성 인덱스 발행호 요약 — 발행호·측정 런 메타(측정 지문·표면 수·반복 k)와 표면×시장 언급률 공개 집계층(업종 분포 중앙값·Q1·Q3, 네이버 AI 브리핑 포함 KR 표면)을 1depth로 반환합니다.
  • surface_mention_rates — 발행호별 AI 답변 표면(ChatGPT·Claude·Perplexity·Grok·Google AI 모드·네이버 AI 브리핑) 언급률 공개 집계층(중앙값·Q1·Q3)을 반환합니다 — vertical·surface로 필터.
  • page_check — URL 한 건의 HTML을 가져와 공개 진단 룰(title·meta description·H1·canonical·noindex·스니펫 지시어·JSON-LD 파스·소셜 카드·이미지 alt·혼합 콘텐츠·대형 페이로드·헤딩 구조·응답 시간)로 검사합니다 — 룰별 pass/warn/fail과 조치문을 반환합니다.
  • ai_crawler_access — 대상 도메인의 robots.txt 한 장을 받아 AI 봇 15종(OpenAI·Anthropic·Perplexity·Google·Apple·Common Crawl·ByteDance·Cohere·Meta)이 그 주소를 받아 갈 수 있는지 판정합니다 — 판정은 표준 robots 파서가 냅니다.