Content Tools
blitzreels.com
Provides management and inspection of BlitzReels video projects, exports, and media assets.
ENDPOINT 1
https://www.blitzreels.com/api/mcp
MCP server metadata
- Name
- blitzreels
- Version
- 1.0.0
BlitzReels exposes video project, media, timeline, caption, generation, and export operations. Authenticated operations require OAuth.
Known tools 58
projects_listList the user's BlitzReels projects with status, duration, and basic metadata.
Inferred read-onlyprojects_getGet details for one BlitzReels project, including timeline summary, clips, and captions.
Inferred read-onlyprojects_inspectRead bounded project context for editing, including timeline items, media assets, transcripts, captions, and stable IDs.
Inferred read-onlymedia_transcript_getGet transcript summary metadata or a bounded window of transcription segments for a video asset.
Inferred read-onlymedia_upload_fileImport a video, audio, or image file from ChatGPT into the BlitzReels media library.
Inferred read-onlymedia_import_urlImport a video, audio, or image from a user-provided direct URL into the private BlitzReels media library.
Inferred read-onlymedia_upload_startGet a presigned URL for direct file upload (for large files)
Potential side effectsmedia_upload_finishComplete the upload process after uploading to a presigned URL
Potential side effectsmedia_import_inspectInspect a user-provided public social-video or Google Drive URL and return available import metadata without creating media.
Inferred read-onlymedia_import_scan_pageScan a user-controlled public page and return an importable video URL found on it without creating media.
Inferred read-onlyclips_presets_listList available clip batch presets and their clipping/caption defaults.
Inferred read-onlycaptions_themes_listList built-in caption looks and saved caption themes available to a workspace.
Inferred read-onlymedia_assets_getGet metadata and processing state for one media-library asset without returning transcript segments.
Inferred read-onlymedia_assets_previewReturn one bounded JPEG as MCP image content for visual inspection.
Inferred read-onlymedia_folders_listList one bounded level of media-library folders and direct asset counts.
Inferred read-onlymedia_folders_createCreate one media-library folder in a workspace and return a retry-safe mutation receipt.
Potential side effectsmedia_assets_updateRename one media asset, edit its description, move it to a folder, or change B-roll eligibility.
Potential side effectsclips_createCreate a private BlitzReels clip batch from an existing asset or a user-provided video URL.
Potential side effectsclips_getGet status, generated clips, render counts, and download links for a BlitzReels clip batch.
Inferred read-onlyclips_manageList or inspect clips, regenerate, repair visual QA, start export, promote an accepted delivery export, inspect caption words, or apply a verified caption look.
Inferred read-onlyupdate_timeline_clipUpdate one timeline item's start, duration, trim, layer, ignored state, or blurred background.
Potential side effectsbatch_update_timeline_clipsUpdate timing, trim, layer, or state for up to 100 timeline items in one sequence transaction.
Potential side effectsdelete_timeline_itemsPreview or delete up to 100 timeline items and optionally remove linked captions.
Potential side effectsadd_text_overlayAdd an editable text overlay to a project timeline at an exact time and layer.
Inferred read-onlyadd_transitionAdd a timed transition effect, optionally attached to one timeline item and paired with sound.
Inferred read-onlyworkflows_listList public BlitzReels workflows that can be imported into a workspace.
Inferred read-onlyworkflows_getGet a workflow definition, input schema, defaults, and ordered steps.
Inferred read-onlyworkflow_runs_createCreate an interactive workflow run from a workflow and optional inputs.
Potential side effectsworkflow_runs_getGet workflow run status, step statuses, outputs, warnings, and dashboard URL.
Inferred read-onlyworkflow_runs_execute_stepExecute one pending workflow run step and return updated run status.
Potential side effectstimeline_media_addPlace an uploaded image or video asset onto the actual BlitzReels project timeline at a timestamp.
Inferred read-onlytimeline_audio_addPlace an uploaded audio asset onto the actual BlitzReels project timeline at a timestamp.
Inferred read-onlygeneration_options_listList the models, defaults, limits, and credit costs available for one generation kind before queueing it.
Inferred read-onlygeneration_image_createQueue an AI image generation into the BlitzReels media library.
Inferred read-onlygeneration_video_createQueue an AI video generation into the BlitzReels media library, from a prompt or from an existing image asset.
Inferred read-onlygeneration_voiceover_createQueue a text-to-speech voiceover into the BlitzReels media library.
Inferred read-onlygeneration_music_createQueue a background music track into the BlitzReels media library.
Inferred read-onlygeneration_faceless_createTurn a script into a full faceless video project: scene plan, generated visuals, optional voiceover, captions, music, and sound.
Inferred read-onlygeneration_jobs_cancelCancel a queued or running generation before it finishes spending credits.
Inferred read-onlygeneration_plan_briefFetch the authoring brief for an AI video generation plan: the target model's prompting grammar, capability constraints, locked style contract, and the plan JSON schema.
Inferred read-onlygeneration_plan_validateValidate a self-authored generation plan against the schema and the target model's real capabilities before execution.
Inferred read-onlycharacters_listList bounded reusable characters with identity, voice, facts, and image-reference metadata.
Inferred read-onlycharacters_getInspect one reusable character and its ordered reference-image set before planning a story.
Inferred read-onlycharacters_applyCreate or update a reference-based character for repeatable faceless story generation.
Potential side effectsstory_kits_listList bounded reusable Story Kits that bind characters, locations, style, facts, and narrator voice.
Inferred read-onlystory_kits_getInspect one Story Kit and its revision before generating or updating a story.
Inferred read-onlystory_kits_applyCreate or update a Story Kit with optimistic concurrency and an idempotent mutation receipt.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.blitzreels]
url = "https://www.blitzreels.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"blitzreels": {
"type": "http",
"url": "https://www.blitzreels.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: blitzreels
Remote MCP URL: https://www.blitzreels.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"blitzreels": {
"url": "https://www.blitzreels.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"blitzreels": {
"type": "http",
"url": "https://www.blitzreels.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "blitzreels",
"transport": "streamable-http",
"url": "https://www.blitzreels.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://blitzreels.com/api/mcp
MCP server metadata
- Name
- blitzreels
- Version
- 1.0.0
BlitzReels exposes video project, media, timeline, caption, generation, and export operations. Authenticated operations require OAuth.
Known tools 58
projects_listList the user's BlitzReels projects with status, duration, and basic metadata.
Inferred read-onlyprojects_getGet details for one BlitzReels project, including timeline summary, clips, and captions.
Inferred read-onlyprojects_inspectRead bounded project context for editing, including timeline items, media assets, transcripts, captions, and stable IDs.
Inferred read-onlymedia_transcript_getGet transcript summary metadata or a bounded window of transcription segments for a video asset.
Inferred read-onlymedia_upload_fileImport a video, audio, or image file from ChatGPT into the BlitzReels media library.
Inferred read-onlymedia_import_urlImport a video, audio, or image from a user-provided direct URL into the private BlitzReels media library.
Inferred read-onlymedia_upload_startGet a presigned URL for direct file upload (for large files)
Potential side effectsmedia_upload_finishComplete the upload process after uploading to a presigned URL
Potential side effectsmedia_import_inspectInspect a user-provided public social-video or Google Drive URL and return available import metadata without creating media.
Inferred read-onlymedia_import_scan_pageScan a user-controlled public page and return an importable video URL found on it without creating media.
Inferred read-onlyclips_presets_listList available clip batch presets and their clipping/caption defaults.
Inferred read-onlycaptions_themes_listList built-in caption looks and saved caption themes available to a workspace.
Inferred read-onlymedia_assets_getGet metadata and processing state for one media-library asset without returning transcript segments.
Inferred read-onlymedia_assets_previewReturn one bounded JPEG as MCP image content for visual inspection.
Inferred read-onlymedia_folders_listList one bounded level of media-library folders and direct asset counts.
Inferred read-onlymedia_folders_createCreate one media-library folder in a workspace and return a retry-safe mutation receipt.
Potential side effectsmedia_assets_updateRename one media asset, edit its description, move it to a folder, or change B-roll eligibility.
Potential side effectsclips_createCreate a private BlitzReels clip batch from an existing asset or a user-provided video URL.
Potential side effectsclips_getGet status, generated clips, render counts, and download links for a BlitzReels clip batch.
Inferred read-onlyclips_manageList or inspect clips, regenerate, repair visual QA, start export, promote an accepted delivery export, inspect caption words, or apply a verified caption look.
Inferred read-onlyupdate_timeline_clipUpdate one timeline item's start, duration, trim, layer, ignored state, or blurred background.
Potential side effectsbatch_update_timeline_clipsUpdate timing, trim, layer, or state for up to 100 timeline items in one sequence transaction.
Potential side effectsdelete_timeline_itemsPreview or delete up to 100 timeline items and optionally remove linked captions.
Potential side effectsadd_text_overlayAdd an editable text overlay to a project timeline at an exact time and layer.
Inferred read-onlyadd_transitionAdd a timed transition effect, optionally attached to one timeline item and paired with sound.
Inferred read-onlyworkflows_listList public BlitzReels workflows that can be imported into a workspace.
Inferred read-onlyworkflows_getGet a workflow definition, input schema, defaults, and ordered steps.
Inferred read-onlyworkflow_runs_createCreate an interactive workflow run from a workflow and optional inputs.
Potential side effectsworkflow_runs_getGet workflow run status, step statuses, outputs, warnings, and dashboard URL.
Inferred read-onlyworkflow_runs_execute_stepExecute one pending workflow run step and return updated run status.
Potential side effectstimeline_media_addPlace an uploaded image or video asset onto the actual BlitzReels project timeline at a timestamp.
Inferred read-onlytimeline_audio_addPlace an uploaded audio asset onto the actual BlitzReels project timeline at a timestamp.
Inferred read-onlygeneration_options_listList the models, defaults, limits, and credit costs available for one generation kind before queueing it.
Inferred read-onlygeneration_image_createQueue an AI image generation into the BlitzReels media library.
Inferred read-onlygeneration_video_createQueue an AI video generation into the BlitzReels media library, from a prompt or from an existing image asset.
Inferred read-onlygeneration_voiceover_createQueue a text-to-speech voiceover into the BlitzReels media library.
Inferred read-onlygeneration_music_createQueue a background music track into the BlitzReels media library.
Inferred read-onlygeneration_faceless_createTurn a script into a full faceless video project: scene plan, generated visuals, optional voiceover, captions, music, and sound.
Inferred read-onlygeneration_jobs_cancelCancel a queued or running generation before it finishes spending credits.
Inferred read-onlygeneration_plan_briefFetch the authoring brief for an AI video generation plan: the target model's prompting grammar, capability constraints, locked style contract, and the plan JSON schema.
Inferred read-onlygeneration_plan_validateValidate a self-authored generation plan against the schema and the target model's real capabilities before execution.
Inferred read-onlycharacters_listList bounded reusable characters with identity, voice, facts, and image-reference metadata.
Inferred read-onlycharacters_getInspect one reusable character and its ordered reference-image set before planning a story.
Inferred read-onlycharacters_applyCreate or update a reference-based character for repeatable faceless story generation.
Potential side effectsstory_kits_listList bounded reusable Story Kits that bind characters, locations, style, facts, and narrator voice.
Inferred read-onlystory_kits_getInspect one Story Kit and its revision before generating or updating a story.
Inferred read-onlystory_kits_applyCreate or update a Story Kit with optimistic concurrency and an idempotent mutation receipt.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.blitzreels]
url = "https://blitzreels.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"blitzreels": {
"type": "http",
"url": "https://blitzreels.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: blitzreels
Remote MCP URL: https://blitzreels.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"blitzreels": {
"url": "https://blitzreels.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"blitzreels": {
"type": "http",
"url": "https://blitzreels.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "blitzreels",
"transport": "streamable-http",
"url": "https://blitzreels.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://blitzreels.com
MCP server metadata
- Name
- WebMCP
Known tools 2
create_blitzreels_clipStart a BlitzReels clip workflow from a supported video URL, or open registration when no URL is provided.
Inferred read-onlycreate_blitzreels_clipStart a BlitzReels clip workflow from a supported video URL, or open registration when no URL is provided.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://blitzreels.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://blitzreels.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://blitzreels.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://blitzreels.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://blitzreels.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://blitzreels.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.