
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@callirra/mcp
Advanced tools
Callirra MCP server: generate images and video from any MCP-compatible agent, browse 172 curated prompt recipes, and use one API key for the newest image and video models.
MCP server for Callirra — lets Claude Code, Cursor, Codex and other MCP-compatible agents discover models, generate images/videos, use the built-in prompt templates, upload references, poll tasks and check balances.
⚠️ The built-in template catalogue was retired (Sep 2026):
PROMPT_TEMPLATESis now an empty array,GET /api/v1/prompts/templatesreturns an empty list, and anytemplateIdcall returns 404. References to built-in templates or--template-idbelow are historical — use the prompt box orprompts/enhanceinstead.
sk-cal-...)npm install -g @callirra/mcp
Get an API key at callirra.com.
export CALLIRRA_API_KEY=sk-cal-xxxxxxxxxxxxxxxx
Optional:
export CALLIRRA_API_BASE=https://api.callirra.com
callirra-mcp
Add the MCP server to your Claude Code config with:
{
"mcpServers": {
"callirra": {
"command": "callirra-mcp",
"env": {
"CALLIRRA_API_KEY": "sk-cal-xxxxxxxxxxxxxxxx"
}
}
}
}
Use the same callirra-mcp command as the MCP server entry and pass CALLIRRA_API_KEY in the environment.
| Tool | Purpose |
|---|---|
list_models | List available image/video models |
get_balance | Check credits and available balance |
get_usage | Show recent usage |
generate_image | Generate an image (supports nsfw_checker, google_search) |
create_video | Create an async video task (supports v2v refs, seed, modes, return_last_frame, NSFW/search toggles) |
list_videos | List recent video tasks |
get_task | Get task status |
cancel_task | Cancel task |
upload_media | Upload a reference image (base64, ≤6MB) |
list_prompt_templates | List built-in prompt templates |
enhance_prompt | Enhance an idea with a built-in template |
get_creative_knowledge | Get the full curated creative knowledge base |
Each tool returns isError responses on failures so agents can handle errors gracefully.
MIT. Source: github.com/callirra-ai/mcp
→ Start free at callirra.com
FAQs
Callirra MCP server: generate images and video from any MCP-compatible agent, browse 172 curated prompt recipes, and use one API key for the newest image and video models.
The npm package @callirra/mcp receives a total of 376 weekly downloads. As such, @callirra/mcp popularity was classified as not popular.
We found that @callirra/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.