leeshfield MCP
leeshfield MCP
MCP-Server (Model Context Protocol) für leeshfield (Video-Generierungsplattform). KI-Clients (z. B. Claude) können sich per OAuth bei einem leeshfield-Konto anmelden, Assets hinzufügen, darauf verweisend Videos generieren und Ergebnisse zurückerhalten.
Architektur
MCP 클라이언트 (Claude 등)
│ Streamable HTTP + OAuth 2.1 (PKCE)
▼
leeshfield-mcp ← 이 리포. 얇은 어댑터 (리소스 서버)
│ Bearer 토큰 그대로 전달 (introspection으로 검증)
▼
leeshfield 본체 ← 인가 서버(/oauth/authorize, /api/oauth/*) + REST APIDer Autorisierungsserver ist leeshfield selbst. Die Benutzersitzung (Login/Zustimmungsbildschirm) befindet sich auf dieser Domain. Dieser Server stellt lediglich den AS-Standort als geschützte Ressourcen-Metadaten gemäß RFC 9728 bereit.
Dieser Server besitzt keine eigenen Berechtigungen. Alle Tool-Aufrufe werden mit dem Benutzerzugriffstoken unverändert an die leeshfield-API weitergeleitet; die Workspace-Berechtigungen und die Mandantentrennung erzwingt leeshfield.
Zustandsloses Streamable HTTP – ohne Sitzungszustand, daher für Neubereitstellung und mehrere Replikate geeignet.
Related MCP server: creatify-mcp
Tools
Tool | Beschreibung |
| Konto, aktiver Workspace, Guthaben |
| Modellkatalog (Auflösung, Seitenverhältnis, Länge, Anhänge) |
| Asset-Liste (Filter: kind/q/limit) |
| Asset-Upload per URL oder base64 (bei Duplikat: vorhandenes Asset) |
| Kostenvoranschlag und Guthabenprüfung vor der Generierung |
| Generierungsauftrag (Asset-Referenzen, Idempotenzschlüssel) |
| Status der letzten 50 Aufträge |
| Status und Ergebnis-URL eines einzelnen Auftrags (Polling) |
Umgebungsvariablen
Name | Beispiel | Beschreibung |
|
| Listen-Port |
|
| leeshfield-System (AS + API) |
|
| Öffentliche URL dieses Servers |
| (geheim) | Gemeinsames Geheimnis für die leeshfield-Introspection |
Entwicklung
npm install
LEESHFIELD_URL=http://localhost:3000 MCP_PUBLIC_URL=http://localhost:3100 \
OAUTH_INTROSPECT_SECRET=dev PORT=3100 npm run devPrüfung: npm run typecheck && npm run lint
Client-Verbindung
# Claude Code
claude mcp add --transport http leeshfield https://leeshfield-mcp.klr.kr/mcpBeim Verbinden öffnet sich der Browser; nach dem leeshfield-Login (Google/E-Mail) und der Zustimmung im Einwilligungsbildschirm erfolgen Client-Registrierung (DCR) und Token-Ausstellung automatisch.
Bereitstellung
Branches:
develop→ dev(dev.leeshfield-mcp.klr.kr, nur internes Netz) /main→ prod(leeshfield-mcp.klr.kr)Jenkins → OCI Registry → ArgoCD (GitOps-Verzeichnis
apps/leeshfield-mcp)Das dev-MCP zeigt auf dev leeshfield(
dev.leeshfield.klr.kr), das prod-MCP auf das Produktivsystem.
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