Skip to main content
Glama

leeshfield MCP

leeshfield(映像生成プラットフォーム)用のMCP(Model Context Protocol)サーバー。 AIクライアント(Claudeなど)がOAuthでleeshfieldアカウントにログインしてアセットを追加し、 それを参照して映像を生成し、結果を受け取ることができる。

アーキテクチャ

MCP 클라이언트 (Claude 등)
   │  Streamable HTTP + OAuth 2.1 (PKCE)
   ▼
leeshfield-mcp  ← 이 리포. 얇은 어댑터 (리소스 서버)
   │  Bearer 토큰 그대로 전달 (introspection으로 검증)
   ▼
leeshfield 본체  ← 인가 서버(/oauth/authorize, /api/oauth/*) + REST API
  • 認可サーバーはleeshfield本体である。 ユーザーセッション(ログイン・同意画面)がそのドメインにあるため。 このサーバーはRFC 9728保護リソースメタデータでASの場所のみを知らせる。

  • このサーバーは独自の権限を持たない。すべてのツール呼び出しはユーザーアクセストークンをleeshfield APIに そのまま渡し、ワークスペース権限・テナント分離はleeshfieldが強制する。

  • stateless Streamable HTTP — セッション状態がなく、再デプロイ・マルチレプリカに安全である。

Related MCP server: creatify-mcp

ツール

ツール

説明

whoami

アカウント・アクティブワークスペース・クレジット残高

list_models

モデルカタログ (解像度・アスペクト比・長さ・添付制限)

list_assets

アセット一覧 (kind/q/limitフィルター)

upload_asset

URLまたはbase64でアセットアップロード (重複時は既存アセットを返す)

estimate_video

生成前のクレジット見積もり・残高確認

generate_video

生成ジョブを提出 (アセット参照attachments、冪等キー自動)

list_jobs

直近50件のジョブ状態

get_job

ジョブ単件の状態・結果URL (ポーリング用)

環境変数

名前

説明

PORT

3000

リッスンポート

LEESHFIELD_URL

https://leeshfield.klr.kr

leeshfield本体 (AS + API)

MCP_PUBLIC_URL

https://leeshfield-mcp.klr.kr

このサーバーの公開URL

OAUTH_INTROSPECT_SECRET

(シークレット)

leeshfield introspection共有シークレット — 本体と同一値

開発

npm install
LEESHFIELD_URL=http://localhost:3000 MCP_PUBLIC_URL=http://localhost:3100 \
OAUTH_INTROSPECT_SECRET=dev PORT=3100 npm run dev

検証: npm run typecheck && npm run lint

クライアント接続

# Claude Code
claude mcp add --transport http leeshfield https://leeshfield-mcp.klr.kr/mcp

接続時にブラウザが開かれ、leeshfieldログイン(Google/メール)後、同意画面で許可すればよい。 クライアント登録(DCR)・トークン発行は自動である。

デプロイ

  • ブランチ: develop → dev(dev.leeshfield-mcp.klr.kr, 内部ネットワーク専用) / main → prod(leeshfield-mcp.klr.kr)

  • Jenkins → OCI Registry → ArgoCD (gitops apps/leeshfield-mcp)

  • dev MCPはdev leeshfield(dev.leeshfield.klr.kr)を、prodはprod本体を参照する。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for Google Veo AI video generation

  • MCP server for Wan AI video generation

  • MCP server for Kling AI video generation

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leestana01/leeshfield_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server