leeshfield MCP
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
ツール
ツール | 説明 |
| アカウント・アクティブワークスペース・クレジット残高 |
| モデルカタログ (解像度・アスペクト比・長さ・添付制限) |
| アセット一覧 (kind/q/limitフィルター) |
| URLまたはbase64でアセットアップロード (重複時は既存アセットを返す) |
| 生成前のクレジット見積もり・残高確認 |
| 生成ジョブを提出 (アセット参照attachments、冪等キー自動) |
| 直近50件のジョブ状態 |
| ジョブ単件の状態・結果URL (ポーリング用) |
環境変数
名前 | 例 | 説明 |
|
| リッスンポート |
|
| leeshfield本体 (AS + API) |
|
| このサーバーの公開URL |
| (シークレット) | 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本体を参照する。
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceMCP server that exposes Google's Veo2 video generation capabilities, allowing clients to generate videos from text prompts or images.732MIT
- AlicenseNot gradedqualityDmaintenance🎬 Enterprise-grade MCP Server for Creatify AI - 12 tools for AI video generation: avatar videos, URL-to-video, AI shorts, custom avatars, script generation, advanced lip-sync with emotion control. Complete API coverage with semantic versioning.2322MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for programmatic video generation. Send a prompt, get an MP4.
- AlicenseNot gradedqualityDmaintenanceMCP server for the Golpo AI video API, enabling video generation, listing, and downloading from any MCP-compatible client.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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