Ad Arch Agents

Request quotes for video, shooting, social media, ad media, design, web and events in Japan.

Should I use this

Quality & Safety

B
Description quality
56%
Schema completeness
91%
Naming quality
89%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (7)

  • LOWTool 'list_services' description lacks action verbin list_services
  • LOWTool 'request_order' description lacks action verbin request_order
  • LOWTool 'suggest_media' description lacks action verbin suggest_media
  • LOWTool 'tver_area_plan' description lacks action verbin tver_area_plan
  • LOWTool 'find_subsidies' description lacks action verbin find_subsidies
  • LOWTool 'find_ad_awards' description lacks action verbin find_ad_awards
  • LOWTool 'creator_register' description lacks action verbin creator_register

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~3,710Tokens (tool definitions)
~2.0 KBTypical response size
Significant attention impact (2.90% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "agents": {
      "url": "https://agents.adarch.co.jp/mcp"
    }
  }
}

Remote endpoints

https://agents.adarch.co.jp/mcpstreamable-http

What it can do

Tool inventory

Tools (7)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢list_services(category, role)

アドアーチに依頼できるサービスの種類(撮影・動画制作・YouTube・SNS・TVer・広告媒体・デザイン・WEBサイト・イベントなど)と、種類ごとに依頼の前に確かめる項目(askFor)・納品物・納期を返す。category で絞れる(例: 制作 / TVer / SNS / 採用)。金額は返さない。

Input Schema

{
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "maxLength": 20
    },
    "role": {
      "description": "相手の立場:company=制作・広告を頼む側の企業/creator=制作者・クリエイター/agency=広告代理店・制作会社(同業)。立場によって使えるツールが違う",
      "type": "string",
      "enum": [
        "company",
        "creator",
        "agency"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
⚪request_order(kind, companyName, contactName, email, phone, ...)

アドアーチへの見積・制作・媒体手配のご依頼(仮押さえ)を1件受け付け、受付番号と返答の目安を返す。見積だけのご依頼も受け付ける。種類(kind)ごとに見積に必要な項目があり、hearing に項目と答えが揃っていない場合は保存せず、足りない項目を返す。agreeToTerms が true でない場合も受け付けない。受け付けは契約の成立ではない(お見積りのご承諾後、担当からの確定のご連絡で成立)。担当からは平日9〜18時の営業時間で2時間以内を目安に連絡する。kind: SHOOTING=撮影(location と preferredDates 必須)/ VIDEO=動画制作 / YOUTUBE=YouTubeの運用・動画 / SNS=SNSの撮影・運用 / TVER=TVer広告 / MEDIA=そのほかの広告媒体(mediaName に媒体名)/ DESIGN=デザイン / WEB=WEBサイト / EVENT=イベント / CREATIVE=そのほかのクリエイティブ / OTHER=その他・見積だけ / CREATOR=クリエイター・制作会社としての登録希望(登録ページを返し、保存しない)。

Input Schema

{
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "enum": [
        "SHOOTING",
        "VIDEO",
        "YOUTUBE",
        "SNS",
        "TVER",
        "MEDIA",
        "DESIGN",
        "WEB",
        "EVENT",
        "CREATIVE",
        "OTHER",
        "CREATOR"
      ]
    },
    "companyName": {
      "type": "string",
      "minLength": 1,
      "maxLength": 100,
      "description": "会社名(個人事業の方は屋号)"
    },
    "contactName": {
      "type": "string",
      "minLength": 1,
      "maxLength": 60,
      "description": "担当者のお名前"
    },
    "email": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255,
      "description": "連絡先メール"
    },
    "phone": {
      "description": "電話(任意)",
      "type": "string",
      "maxLength": 30
    },
    "prefecture": {
      "description": "会社の所在地の都道府県(日本国内の会社のとき。海外の会社は空のまま、国名を detail に書く)",
      "type": "string",
      "maxLength": 10
    },
    "location": {
      "description": "撮影地・実施場所(例: 香川県高松市)",
      "type": "string",
      "maxLength": 100
    },
    "preferredDates": {
      "description": "希望の日時・時期(幅のある書き方でよい)",
      "type": "string",
      "maxLength": 200
    },
    "budgetRange": {
      "description": "予算の目安(任意)",
      "type": "string",
      "maxLength": 60
    },
    "mediaName": {
      "description": "媒体の購入のとき、媒体名(例: 地元ラジオ・駅のサイネージ)",
      "type": "string",
      "maxLength": 100
    },
    "detail": {
      "type": "string",
      "minLength": 5,
      "maxLength": 2000,
      "description": "ご依頼の内容(ここまでの会話をまとめた文。2000字まで)"
    },
    "hearing": {
      "description": "見積に必要な項目とご本人の答え(OTHER は不要)。揃っていない項目があると受け付けられず、足りない項目が返る",
      "maxItems": 15,
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "item": {
            "type": "string",
            "minLength": 1,
            "maxLength": 60,
            "description": "見積に必要な項目の名前"
          },
          "answer": {
            "type": "string",
            "maxLength": 400,
            "description": "ご本人の答え。決まっていなければ「未定」"
          }
        },
        "required": [
          "item",
          "answer"
        ]
      }
    },
    "agreeToTerms": {
      "description": "ご本人がご利用条件(担当する拠点への共有・見込み先としての記録を含む)に同意したかどうか。true でない場合は受け付けない",
      "type": "boolean"
    },
    "role": {
      "description": "相手の立場:company=制作・広告を頼む側の企業/creator=制作者・クリエイター/agency=広告代理店・制作会社(同業)。立場によって使えるツールが違う",
      "type": "string",
      "enum": [
        "company",
        "creator",
        "agency"
      ]
    }
  },
  "required": [
    "kind",
    "companyName",
    "contactName",
    "email",
    "detail",
    "agreeToTerms"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢suggest_media(purpose, industry, prefecture, city, target, ...)

アドアーチが手配できる広告媒体の一覧と、媒体ごとの「アドアーチが行うこと・始めるまでの日数・単位・動画の形式・見積の依頼方法」を返す。地域(都道府県・市区町村)を渡すと、TVerはそのエリアの月額の目安の下限(税抜)も返す。media に媒体名を渡すとその媒体だけを返す。TVer以外の金額は返さない。

Input Schema

{
  "type": "object",
  "properties": {
    "purpose": {
      "type": "string",
      "minLength": 1,
      "maxLength": 80,
      "description": "用途・目的(例: 採用 / 見学会の集客 / 新商品の告知)"
    },
    "industry": {
      "description": "業種",
      "type": "string",
      "maxLength": 40
    },
    "prefecture": {
      "description": "地域の都道府県(例: 香川県)",
      "type": "string",
      "maxLength": 10
    },
    "city": {
      "description": "市区町村(例: 高松市)",
      "type": "string",
      "maxLength": 30
    },
    "target": {
      "description": "届けたい相手(例: 20代の求職者 / 近所の家族連れ)",
      "type": "string",
      "maxLength": 60
    },
    "media": {
      "description": "特定の媒体だけ詳しく知りたいとき(例: シネアド / LINE / 折込)",
      "type": "string",
      "maxLength": 30
    },
    "role": {
      "description": "相手の立場:company=制作・広告を頼む側の企業/creator=制作者・クリエイター/agency=広告代理店・制作会社(同業)。立場によって使えるツールが違う",
      "type": "string",
      "enum": [
        "company",
        "creator",
        "agency"
      ]
    }
  },
  "required": [
    "purpose"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢tver_area_plan(prefecture, city, allCities, role)

都道府県と市区町村を指定すると、そのエリアのTVer広告の月額の目安の下限(◯円から・税抜)と、最短の期間を返す。allCities: true で県内の全市区町村を人口の多い順に返す。プランごとの月額と届く人数の目安は返さない。

Input Schema

{
  "type": "object",
  "properties": {
    "prefecture": {
      "type": "string",
      "maxLength": 10,
      "description": "例: 香川県(「県」「府」「都」まで)"
    },
    "city": {
      "description": "例: 高松市(省略で県内の最大の市)",
      "type": "string",
      "maxLength": 30
    },
    "allCities": {
      "description": "県内の全市区町村をまとめて",
      "type": "boolean"
    },
    "role": {
      "description": "相手の立場:company=制作・広告を頼む側の企業/creator=制作者・クリエイター/agency=広告代理店・制作会社(同業)。立場によって使えるツールが違う",
      "type": "string",
      "enum": [
        "company",
        "creator",
        "agency"
      ]
    }
  },
  "required": [
    "prefecture"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢find_subsidies(prefecture, industry, limit, role)

国・自治体の補助金(jGrants)のうち、広告費・動画制作費が対象になる、またはなる可能性がある制度を、締切の近い順に返す。都道府県と業種(例: 製造業、宿泊業、飲食サービス業)で絞れる。採択を保証するものではない。

Input Schema

{
  "type": "object",
  "properties": {
    "prefecture": {
      "description": "例: 香川県(全国の制度は常に含む)",
      "type": "string",
      "maxLength": 10
    },
    "industry": {
      "description": "業種の言葉(例: 製造業/宿泊業/小売業)",
      "type": "string",
      "maxLength": 40
    },
    "limit": {
      "description": "既定10・最大20",
      "type": "integer",
      "minimum": -9007199254740991,
      "maximum": 9007199254740991
    },
    "role": {
      "description": "相手の立場:company=制作・広告を頼む側の企業/creator=制作者・クリエイター/agency=広告代理店・制作会社(同業)。立場によって使えるツールが違う",
      "type": "string",
      "enum": [
        "company",
        "creator",
        "agency"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢find_ad_awards(prefecture, category, includeInternational, openOnly, limit, ...)

応募できる広告賞と、次の応募期間(受付中/次回の目安)を返す。都道府県を渡すとその地方の賞を先頭に返す。category は TVCM / WEB動画 / ラジオCM / 新聞 / 雑誌 / OOH交通 / デジタルWeb / PR / BtoB / キャンペーン総合 / デザイン / パッケージ / 学生 / その他 のどれか。

Input Schema

{
  "type": "object",
  "properties": {
    "prefecture": {
      "type": "string",
      "maxLength": 10
    },
    "category": {
      "type": "string",
      "enum": [
        "TVCM",
        "WEB動画",
        "ラジオCM",
        "新聞",
        "雑誌",
        "OOH交通",
        "デジタルWeb",
        "PR",
        "BtoB",
        "キャンペーン総合",
        "デザイン",
        "パッケージ",
        "学生",
        "その他"
      ]
    },
    "includeInternational": {
      "type": "boolean"
    },
    "openOnly": {
      "description": "今受付中のものだけ",
      "type": "boolean"
    },
    "limit": {
      "description": "既定15・最大30",
      "type": "integer",
      "minimum": -9007199254740991,
      "maximum": 9007199254740991
    },
    "role": {
      "description": "相手の立場:company=制作・広告を頼む側の企業/creator=制作者・クリエイター/agency=広告代理店・制作会社(同業)。立場によって使えるツールが違う",
      "type": "string",
      "enum": [
        "company",
        "creator",
        "agency"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢creator_register(role)

制作者(撮影・編集など)としての登録ページのURLと、登録について決まっている事実(無料・対象・手続き・守秘義務)を返す。仕事の量や収入の見込みは含まない。

Input Schema

{
  "type": "object",
  "properties": {
    "role": {
      "description": "相手の立場:company=制作・広告を頼む側の企業/creator=制作者・クリエイター/agency=広告代理店・制作会社(同業)。立場によって使えるツールが違う",
      "type": "string",
      "enum": [
        "company",
        "creator",
        "agency"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded7 tools