streamable-httpMITupdated 2mo ago
AIエージェントから日本EC業界104社のAI可視性ランキングデータに直接アクセス
¿Qué puedes hacer con AI Visibility Index?
AI Visibility Index — MCP Server
AIエージェントから日本EC業界104社のAI可視性ランキングデータに直接アクセス
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可視性スコアを照会します。
| パラメータ | 型 | 必須 | 説明 |
|---|---|---|---|
domain |
string | ✓ | 照会するドメイン(例: 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
| プラン | 月間コール数 | バーストレート | 月額 |
|---|---|---|---|
| 匿名(キーなし) | 10 | 5/分 | 無料 |
| MCP Dev | 200 | 20/分 | ¥980 |
| Starter | 100 | 10/分 | ¥2,980 |
| Pro | 500 | 50/分 | ¥9,800 |
| Enterprise | 2,000 | 100/分 | ¥29,800 |
APIキーは Authorization ヘッダーで送信:
Authorization: Bearer avi_xxxxxxxxxxxxxxxxxxxxxxxx
APIキーの取得: 料金プラン
Discovery
MCP Discovery Protocol対応:
GET https://ai-visibility-index.dev/.well-known/mcp.json
Links
- ランキングサイト: https://ai-visibility-index.dev/
- ドキュメント: https://ai-visibility-index.dev/docs/mcp/
- 料金プラン: https://ai-visibility-index.dev/pricing/
- 方法論: https://ai-visibility-index.dev/methodology/
- データ修正・異議申立: https://ai-visibility-index.dev/data-correction/
Data Usage
- 出典表記 必須:
AI Visibility Index by Pulse Digital - APIキーの共有・再販は禁止
- 詳細: 利用規約
License
MIT — see LICENSE
Author
Pulse Digital — AI × マーケティングの分析ツールを開発しています。
Instalación
Añade AI Visibility Index a tu cliente. Elige el que uses.
claude mcp add --transport http ai-visibility-index https://ai-visibility-index.dev/mcpcodex mcp add ai-visibility-index --url https://ai-visibility-index.dev/mcp{
"mcpServers": {
"ai-visibility-index": {
"url": "https://ai-visibility-index.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ai-visibility-index": {
"type": "http",
"url": "https://ai-visibility-index.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ai-visibility-index": {
"url": "https://ai-visibility-index.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ai-visibility-index": {
"serverUrl": "https://ai-visibility-index.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento16/25
- Confianza13/20
- Capacidad0/15
- Instalación12/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 77 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
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 16 jun 2026 |