GrokMCP
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 mode (stdio or http) | stdio |
| MCP_SERVER_NAME | No | MCP server name | grok |
| GROK_DEFAULT_MODEL | No | Default model for video generation | grok-imagine-video |
| GROK_REQUEST_TIMEOUT | No | Request timeout in seconds | 180 |
| ACEDATACLOUD_API_TOKEN | Yes | API token (required) - get one at https://platform.acedata.cloud | |
| ACEDATACLOUD_API_BASE_URL | No | API base URL | https://api.acedata.cloud |
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 |
|---|---|
| grok_chat_completionsA | Create a Grok (xAI) chat completion via the AceDataCloud Grok API. |
| grok_list_modelsA | List all available Grok models (chat + video) and their capabilities. |
| grok_list_actionsA | List all available Grok Imagine tools and workflows. |
| grok_get_prompt_guideA | Get guidance on writing effective prompts for Grok Imagine video generation. |
| grok_get_taskA | Query the status and result of a video generation task. |
| grok_get_tasks_batchA | Query multiple video generation tasks at once. |
| grok_text_to_videoA | Generate AI video from a text prompt using Grok Imagine. |
| grok_image_to_videoA | Generate AI video from a reference image using Grok Imagine. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| grok_video_generation_guide | Guide for choosing the right Grok Imagine tool for video generation. |
| grok_workflow_examples | Common workflow examples for Grok Imagine video generation. |
| grok_style_suggestions | Style and prompt writing suggestions for Grok Imagine. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/GrokMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server