MCP server for Grok Imagine AI video generation via Ace Data Cloud.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · streamable-http · http · sse counts 8 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
grok_chat_completions
-
grok_get_prompt_guide
-
grok_get_task
-
grok_get_tasks_batch
-
grok_image_to_video
-
grok_list_actions
-
grok_list_models
-
grok_text_to_video
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit eba5e44 · analyzer v33 · 1w ago
skills & prompt files 2
- agent-rules AceDataCloud-GrokMCP-eba5e44/.github/copilot-instructions.md
- agent-rules AceDataCloud-GrokMCP-eba5e44/CLAUDE.md
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 34
filesystem 3
- fs AceDataCloud-GrokMCP-eba5e44/core/config.py :5
from pathlib import Path - fs (weak) AceDataCloud-GrokMCP-eba5e44/tests/conftest.py :5
from pathlib import Path - fs (weak) AceDataCloud-GrokMCP-eba5e44/tests/test_server_card.py :3
from pathlib import Path
network 2
- net AceDataCloud-GrokMCP-eba5e44/core/client.py :7
import httpx - net AceDataCloud-GrokMCP-eba5e44/core/oauth.py :22
from urllib.parse import urlencode
secrets 3
- secrets AceDataCloud-GrokMCP-eba5e44/core/config.py :22
api_token: str = field(default_factory=lambda: os.getenv("ACEDATACLOUD_API_TOKEN", "")) - secrets (weak) AceDataCloud-GrokMCP-eba5e44/tests/conftest.py :25
token = os.environ.get("ACEDATACLOUD_API_TOKEN", "") - secrets (weak) AceDataCloud-GrokMCP-eba5e44/tests/test_integration.py :26
HAS_API_TOKEN = bool(os.getenv("ACEDATACLOUD_API_TOKEN"))
tool registrations 8
- grok_chat_completions AceDataCloud-GrokMCP-eba5e44/tools/chat_tools.py :14
- grok_list_models AceDataCloud-GrokMCP-eba5e44/tools/info_tools.py :6
- grok_list_actions AceDataCloud-GrokMCP-eba5e44/tools/info_tools.py :57
- grok_get_prompt_guide AceDataCloud-GrokMCP-eba5e44/tools/info_tools.py :101
- grok_get_task AceDataCloud-GrokMCP-eba5e44/tools/task_tools.py :14
- grok_get_tasks_batch AceDataCloud-GrokMCP-eba5e44/tools/task_tools.py :60
- grok_text_to_video AceDataCloud-GrokMCP-eba5e44/tools/video_tools.py :21
- grok_image_to_video AceDataCloud-GrokMCP-eba5e44/tools/video_tools.py :94
declared dependencies 15
- mcp@>=1.2.0,<2
- httpx@>=0.27.0
- python-dotenv@>=1.0.0
- pydantic@>=2.0.0
- loguru@>=0.7.0
- ruff@>=0.4.0
- mypy@>=1.10.0
- pre-commit@>=3.7.0
- pytest@>=8.0.0
- pytest-asyncio@>=0.23.0
- pytest-cov@>=5.0.0
- respx@>=0.21.0
show 3 more
- build@>=1.2.0
- twine@>=5.0.0
- mcp-grok@*
jetbrains-plugin 1
- opaque (low) AceDataCloud-GrokMCP-eba5e44/jetbrains/src/main/resources/META-INF/plugin.xml
bundled JetBrains plugin "Grok MCP" (AceDataCloud-GrokMCP-eba5e44/jetbrains/src/main/resources/META-INF/plugin.xml) — presence-detected; review the plugin descriptor
transport_posture 1
- binds all interfaces (0.0.0.0) AceDataCloud-GrokMCP-eba5e44/main.py :206
uvicorn.run(app, host="0.0.0.0", port=args.port)