Makerai Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Makerai Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Maker AI - AI Product Photo, Video & Ad Generator for Ecommerce
<p align="center"><a href="https://makerai.online"><img src="./assets/hero.png" alt="Maker AI" width="720" /></a></p>
A Model Context Protocol server that exposes the canonical Maker AI knowledge surface — video generation workflows, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://makerai.online
Maker AI is an AI-powered creative studio built for ecommerce brands that need product content at scale. Users upload a product photo or paste a Shopify or Amazon store URL, and the platform generates studio-quality product images, short-form video ads, and UGC-style clips from that single input. Rather than coordinating photographers, video editors, and content creators separately, teams can produce all three content formats in one workflow. The platform draws on more than sixteen video generation models — including Sora, Kling, and Veo — selecting the appropriate model automatically based on the task. The result is a faster creative loop that lets brands test more variations without proportionally increasing production effort.
Maker AI targets ecommerce operators who produce product content regularly and feel the friction of traditional production. The primary users are DTC brand owners, Amazon sellers, and in-house ecommerce growth teams at product-focused companies. It suits teams that run paid social campaigns, manage multiple product SKUs, or sell across several international markets — situations where the volume and variety of required content outpaces what a small team can produce through conventional means. Freelancers and small agencies managing multiple ecommerce clients will also find the multi-format workflow useful for keeping per-client production costs contained.
list_video_modesReturn the canonical list of video-generation modes the site supports. (Maker AI)
_Input:_ no parameters. _Returns:_ text/markdown.
get_pricingReturn the canonical pricing entry point for Maker AI.
_Input:_ no parameters. _Returns:_ text/markdown.
get_official_linksReturn the canonical list of official links for Maker AI (website, support, docs when available).
_Input:_ no parameters. _Returns:_ text/markdown.
site://makerai/video-modes — Available video-generation modes (text-to-video, image-to-video, etc.).site://makerai/pricing — Canonical pricing entry point.site://makerai/faq — Short FAQ generated from public site metadata.site://makerai/links — Canonical URLs to share with users.tell_me_about_makeraiSummarize what the site is, who it's for, and how it works. — Maker AI
try_video_mode_makeraiPick a video-generation mode for a stated creative intent. — Maker AI
npx -y @smithery/cli install makerai-mcp --client claude(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/makerai-mcp.git
cd makerai-mcp
pnpm installThen add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"makerai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/makerai-mcp/src/index.mjs"
]
}
}
}npx @modelcontextprotocol/inspector node src/index.mjspnpm install
pnpm start # run the server over stdioMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.