Happy Horse MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| MCP_TRANSPORT | No | Transport type: stdio or http | stdio |
| MCP_SERVER_URL | No | Public URL that enables hosted OAuth | |
| ACEDATACLOUD_API_TOKEN | Yes | API token for Ace Data Cloud (required for local stdio mode) | |
| ACEDATACLOUD_API_BASE_URL | No | API origin | https://api.acedata.cloud |
| HAPPYHORSE_REQUEST_TIMEOUT | No | HTTP request timeout in seconds | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| happyhorse_list_modelsB | List Happy Horse actions, compatible models, and defaults. |
| happyhorse_get_taskB | Get the status and final video URL for one Happy Horse task. |
| happyhorse_get_tasks_batchB | Get multiple Happy Horse tasks in one request. |
| happyhorse_generate_videoB | Generate a video from a text prompt with Happy Horse. |
| happyhorse_generate_video_from_imageC | Animate a first-frame image with Happy Horse. |
| happyhorse_generate_video_from_referencesB | Generate a video guided by one or more reference images. |
| happyhorse_edit_videoB | Edit a source video using text and optional reference images. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| happyhorse_video_workflow | Explain the recommended Happy Horse workflow. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/AceDataCloud/HappyHorseMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server