Back to Browse

Ai Visibility Index MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

AI visibility rankings for 104 Japanese EC companies across ChatGPT, Claude, Gemini, Perplexity.

About

AI visibility rankings for 104 Japanese EC companies across ChatGPT, Claude, Gemini, Perplexity.

Remote endpoints: streamable-http: https://ai-visibility-index.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

3 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-pulse-digital-dev-mcp-ai-visibility-index": {
      "url": "https://ai-visibility-index.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

AI Visibility Index — MCP Server

AIエージェントから日本EC業界104社のAI可視性ランキングデータに直接アクセス

MCP License: MIT

Overview

AI Visibility Indexは、日本のEC企業104社が4大AIエンジン(ChatGPT・Claude・Gemini・Perplexity)にどれだけ引用されているかを月次で計測・公開するベンチマークメディアです。

このMCPサーバーに接続することで、Claude Desktop・Cursor・Windsurf等のMCP対応AIエージェントから、ランキングデータを直接取得できます。

  • エンドポイント: https://ai-visibility-index.dev/mcp
  • トランスポート: Streamable HTTP(JSON-RPC 2.0 over HTTP POST)
  • 認証: 匿名アクセスで月10回まで無料。APIキー不要。

Quick Start

Claude Desktop

claude_desktop_config.json に以下を追加して再起動:

{
  "mcpServers": {
    "ai-visibility-index": {
      "url": "https://ai-visibility-index.dev/mcp"
    }
  }
}

Cursor

Settings → MCP → Add Server:

  • Name: ai-visibility-index
  • Type: http
  • URL: https://ai-visibility-index.dev/mcp

その他のMCPクライアント

エンドポイントURLを指定するだけで接続できます:

https://ai-visibility-index.dev/mcp

Available Tools

1. check_ai_visibility

特定ドメインのAI可視性スコアを照会します。

パラメータ必須説明
domainstring照会するドメイン(例: zozo.jp

レスポンス例:

{
  "company": "ZOZOTOWN",
  "domain": "zozo.jp",
  "overallScore": 72.5,
  "rank": 3,
  "totalCompanies": 104,
  "engines": {
    "chatgpt": 85.0,
    "claude": 70.0,
    "gemini": 65.0,
    "perplexity": 70.0
  }
}

2. list_ai_visibility_industries

9業界のAI可視性サマリーを一覧で返します。パラメータ不要。

3. get_ai_visibility_methodology

スコアリング方法論(計算式・対象エンジン・クエリ種別・データ更新頻度)を返します。パラメータ不要。

Authentication

プラン月間コール数バーストレート月額
匿名(キーなし)105/分無料
MCP Dev20020/分¥980
Starter10010/分¥2,980
Pro50050/分¥9,800
Enterprise2,000100/分¥29,800

APIキーは Authorization ヘッダーで送信:

Authorization: Bearer avi_xxxxxxxxxxxxxxxxxxxxxxxx

APIキーの取得: 料金プラン

Discovery

MCP Discovery Protocol対応:

GET https://ai-visibility-index.dev/.well-known/mcp.json

Links

Data Usage

  • 出典表記 必須: AI Visibility Index by Pulse Digital
  • APIキーの共有・再販は禁止
  • 詳細: 利用規約

License

MIT — see LICENSE

Author

Pulse Digital — AI × マーケティングの分析ツールを開発しています。

Reviews

No reviews yet

Be the first to review this server!