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