Magic Hour MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAGIC_HOUR_API_KEY | Yes | Your Magic Hour API key, which can be obtained from magichour.ai/settings/developer |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| face_swap_videoB | Swap a face onto a video. Provide a source video (file path or URL) and a face image. Returns the project ID to check status. |
| face_swap_video_youtubeB | Swap a face onto a YouTube video. Provide a YouTube URL and a face image. |
| face_swap_photoC | Swap a face onto a photo. Provide a target photo and a source face image. |
| detect_facesC | Detect faces in an image or video. Returns face IDs that can be used for individual face swapping. |
| get_face_detection_resultB | Get the result of a face detection job. Returns detected face IDs and URLs. |
| face_swap_video_individualA | Swap specific faces in a video. Use detect_faces first to get face IDs, then map each original face to a new face image. |
| lip_syncC | Sync lip movements in a video to an audio track. Provide a video and audio file. |
| get_video_project_statusB | Check the status of a video project (face swap, lip sync, etc). Returns status, download URLs when complete. |
| get_image_project_statusA | Check the status of an image project (face swap photo, etc). Returns status, download URLs when complete. |
| upload_fileA | Upload a local file to Magic Hour for use in other tools. Returns the file path to use in subsequent API calls. |
| delete_video_projectC | Delete a video project. |
| delete_image_projectC | Delete an image project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/andrianthan/magic-hour-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server