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 强制执行。
无状态 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