AI & Machine Learning
ai-for-av.com
An AI-powered MCP server that identifies AV actresses from facial images and searches an adult video database by title, product code, maker, or actress name.
ENDPOINT 1
https://ai-for-av.com/mcp
MCP server metadata
- Name
- ai-for-av
AV女優判定AI (ai-for-av.com) の公開 MCP サーバーです。成人向けコンテンツを扱います。`search` は作品 / 女優名のキーワード検索で認証不要です。`identify_actress` は画像 (base64) から出演女優の候補を類似度順に返しますが、人間が連携ページ (https://ai-for-av.com/ai-assistant) で認証を解いて取得した認証コード (verification_code) が必要です。コードが無い場合はユーザーに連携ページを開いてコードを取得し、チャットへ貼り付けるよう案内してください。判定結果は『登録済み女優の中で特徴が近い候補』であり本人の断定ではありません。結果に含まれる URL (女優ページ / 作品ページ) をユーザーへ提示してください。
Known tools 2
identify_actress画像 (base64) に写っている顔から、出演 AV 女優の候補を類似度が高い順に返します。本ツールの利用には、人間が連携ページ https://ai-for-av.
Inferred read-onlysearchAV女優判定AI のデータベース (FANZA ビデオ / FANZA 素人 / MGS 動画) をキーワード検索します。作品タイトル・品番・メーカー名・女優名で検索でき、女優名に完全一致した場合は女優ページも返します。認証は不要です。結果の URL は本サイトの作品 / 女優ページです。
Inferred read-onlyCONNECT 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.ai-for-av]
url = "https://ai-for-av.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-for-av": {
"type": "http",
"url": "https://ai-for-av.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-for-av
Remote MCP URL: https://ai-for-av.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": {
"ai-for-av": {
"url": "https://ai-for-av.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-for-av": {
"type": "http",
"url": "https://ai-for-av.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-for-av",
"transport": "streamable-http",
"url": "https://ai-for-av.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.