← Registry

AI & Machine Learning

avacast.jp

MCP server for the avacast API that handles signup, plans, avatars, and real-time WebRTC AI avatar session creation and billing.

1 endpoint20 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://api.avacast.jp/api/v1/mcp

No auth detected

MCP server metadata

Name
avacast
Version
1.0.0
Capabilities
toolsresources
Server instructions

avacast (写真から作ったアバターをリアルタイムに喋らせる API) の入口です。API キーが無ければ signup に利用者のメールアドレスを渡してください。その場で api_key と verify_url が返ります (パスワード不要)。以後の tool (list_avatars / create_session / speak / create_avatar / create_checkout など) は、引数 api_key にそのキーを付けて呼べます (繋ぎ直しは不要)。verify_url を利用者に開いてもらうと確認が完了し、無料枠の上限に広がります (リンクはメールでも届いています)。組み込む前に get_integration_guide を読んでください。

Known tools 20

get_integration_guide

avacast の組み込み方 (セッションの作り方、ブラウザ SDK、REST API、エラーコード) を Markdown で返します。

Inferred read-only
list_plans

プランごとの月額・含まれる接続分数・同時セッション数・1 セッションの最大長・アバター数を返します。まず Free (signup) で試し、足りなければ create_checkout で有料化します。

Inferred read-only
signup

メールアドレスで avacast のアカウントを作り、その場で API キーと確認リンク (verify_url) を返します (パスワード不要)。受け取ったキーで接続し直せばすぐ使えます。利用者に verify_url を開いてもらうと無料枠の上限 (同時 2・月 30 分・アバター作成可) に広がります。開かれないと 1 時間で消えます。

Inferred read-only
list_avatars

使えるアバター (プリセットと、このテナントで作った ready のもの) を返します。create_session の avatar_id にはここの id を使います。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
create_session

アバターの枠を確保し、ブラウザへ渡す client_token と WebRTC の接続情報を返します。課金はセッションが開いていた時間で数えるので、終わったら end_session してください。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
speak

セッションのアバターにテキストを喋らせます (キューに積まれ、順に発話)。ブラウザ SDK が接続 (session.

Inferred read-only
interrupt

発話中の文を止め、キューに残っている文を捨てます。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
get_session

セッションの状態 (active/ended)、キューの長さ、接続時間、有効期限を返します。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
end_session

セッションを閉じて GPU の枠を返します。閉じ忘れは請求に乗ります。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
get_usage

当月の接続時間 (請求の根拠)、発話時間、セッション数と、プランの上限を返します。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
create_api_key

このテナントに API キーをもう 1 本発行します (本番用 live / テスト用 test)。平文は今回だけ返します。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
create_checkout

有料プラン (starter / standard / business) の Stripe Checkout の URL を返します。利用者にこの URL を開いてカードを入力してもらうと、その場でプランが切り替わります (人の手はこの 1 回だけ)。金額は税抜の月額で、超過分は従量です。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
get_account

テナント名・プラン・上限・メール確認の有無・API キーの一覧を返します。セッションやアバターが作れないときは、まずこれで上限と確認状態を見てください。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
resend_verification

メール未確認のテナントの確認リンクを再発行して返し、メールにも送ります。利用者に開いてもらうと無料枠の上限になります。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
list_sessions

直近のセッション (最大 50 件) と状態・終了理由・接続秒数を返します。繋がらない・すぐ切れる問題の切り分けに使います。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
list_voices

使える声 (voice_id) の一覧。create_session の voice_id や create_avatar の voice_id に使います。日本語の標準 2 声は無料、年代つきの声は Gemini-TTS です。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
get_billing_portal

Stripe の顧客ポータルの URL を返します (支払い方法の変更・領収書・解約)。有料プランの契約後に使えます。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
create_avatar

正面・明るい・口を閉じた 1 人の写真 (PNG/JPEG、6MB まで) からアバターを作ります。生成に 2〜3 分かかるので get_avatar で ready になるのを待ってください。メール確認済みのテナントでのみ作れます。プランごとに作れる数に上限があります。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
get_avatar

自分で作ったアバターの状態 (preparing / ready / failed) と失敗理由を返します。 (api_key が必要: signup で受け取ったキー)

Inferred read-only
delete_avatar

自分で作ったアバターを消します (プリセットは消せません)。過去のセッションの記録は残ります。 (api_key が必要: signup で受け取ったキー)

Inferred read-only

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.avacast]
url = "https://api.avacast.jp/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "avacast": {
      "type": "http",
      "url": "https://api.avacast.jp/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: avacast
Remote MCP URL: https://api.avacast.jp/api/v1/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": {
    "avacast": {
      "url": "https://api.avacast.jp/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "avacast": {
      "type": "http",
      "url": "https://api.avacast.jp/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "avacast",
  "transport": "streamable-http",
  "url": "https://api.avacast.jp/api/v1/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.