MCP App Store
by KeenEthics
Developer-Tools

Gumlet

by Gumlet

Overview

Integrate Gumlet with Claude using the Model Context Protocol (MCP) to manage your video and image infrastructure without leaving your chat. This connector lets Claude query media analytics, manage video assets, configure encoding profiles, and inspect delivery settings through natural language commands.

Tools

add_asset_playlist

Claude
This operation adds a single asset or a list of assets to a playlist.

asset_audio_upload

Claude
Add any audio file to the video asset. The response of this API call gives upload_url for each language specified. You need to send a PUT request of the audio files to those URLs. Once that's done, you need to call the audio upload complete API. Only after that will Gumlet add audio to the asset.

asset_status_history

Claude
This endpoint retrieves the history of a live video asset that has previously been created.

complete_audio_upload

Claude
This API must be called after adding audio(s); The add audio call gives you URLs to upload, and you complete a PUT request to those URLs. Once that is done, calling this initiates the process to actually add the subtitle to the video.

complete_live_stream

Claude
This endpoint allows marking live assets complete. Once the live asset is marked complete, it can no longer be used to ingest the live stream on Gumlet.

complete_multipart_upload

Claude
Once you upload all parts to S3 bucket via pre-signed URL, use this endpoint to complete the multipart upload.

complete_subtitle_upload

Claude
This API must be called after adding subtitles; the add subtitle call gives you URLs to upload, and you complete a PUT request to those URLs. Once that is done, calling this initiates the process to actually add the subtitle to the video.

create_asset

Claude
An asset refers to a media content/video that is processed, stored, and delivered through Gumlet. This endpoint creates an asset allowing users to ingest media content into the Gumlet system for processing and delivery.

create_asset_direct_upload

Claude
This endpoint creates a video asset allowing to upload of the video from the local file system and ingest media content into the Gumlet system for processing and delivery.Body Parameters are the same as the Create Asset Body Parameters except for the input parameter which this endpoint does not take.A successful response will be returned with upload_url field. You can make PUT request to that URL to upload video. To upload video using upload_url refer to this.

create_folder

Claude
Create a folder inside a video workspace. Optionally provide parent_id to create a nested folder.

create_image_source

Claude
This endpoint allows users to create image source.

create_live_asset

Claude
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.

create_live_asset_copy

Claude
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint allows user to update a live streaming asset.

create_playlist

Claude
Create new playlist inside video wprkspace

create_profile

Claude
Gumlet provides the functionality of creating multiple video assets using the same set of parameters. A Video profile is a set of parameters that can be referenced/used while creating a video as a single parameter.

create_update_chapter

Claude
This endpoint will create/update video asset chapters.

create_webhook

Claude
Creates a new webhook listener.

create_workspace

Claude
Video workspaces are top-level entities in Gumlet. You can use them to organize videos for different teams/departments or use cases.

delete_asset

Claude
This endpoint removes an asset given its unique asset id. The asset will be removed from storage as well, associated URLs will be inaccessible.

delete_folder

Claude
Delete a folder. Descendant folders and assets inside them are deleted by the backend workflow.

delete_live_asset

Claude
This endpoint removes a live asset given its unique live asset id. The live asset will be removed from storage as well, associated URLs will be inaccessible.

delete_playlist

Claude
Deletes this playlist.

delete_profile

Claude
This endpoint removes a profile given its unique profile_id. The profile will be removed but video assets created using the profile will remain as it is.

delete_source

Claude
This endpoint removes a image source. All image delivery using this subdomain will be stopped.

delete_webhook

Claude
Delete webhook listener endpoint.

delete_workspace

Claude
This endpoint removes a video workspace given its unique asset id. All the asset in workspace will be removed from storage as well, associated URLs will be inaccessible.

fetch_audit_logs

Claude
Get audit logs for the user activity in your organisation. Please note that this endpoint can only be accessed by owner and admin role users.

fetch_org

Claude
You can get organization data using this API.

fetch_user

Claude
This endpoint gives information about the user account.

filter_live_assets

Claude
This endpoint lists live assets on the basis of status for the given live_source_id.

get_all_playlists

Claude
Get all playlists for given workspace

get_asset_details

Claude
This endpoint retrieves the details of an asset that has previously been created.

get_folder

Claude
Get a single folder by id.

get_image_sources_source_id

Claude
Get all details about image source.

get_live_asset_status

Claude
This endpoint retrieves the details of a live video asset that has previously been created.

get_playlist_assets

Claude
Get a list of all assets inside playlist. You can choose in which order are assets returned.

get_profile

Claude
This endpoint retrieves the details of a video profile that has previously been created.

get_workspace

Claude
This endpoint get all the data of video workspace that has previously been created.

image_purge

Claude
You can purge the cache for any image path by using this cache purge API.

insights_aggregated_data

Claude
This endpoint retrieves aggregated data of the given metrics.

insights_breakdown_data

Claude
This endpoint retrieves breakdown data of the given metrics by given breakdown field

insights_chart_data

Claude
This endpoint retrieves viewer analytics data. This endpoint is use for deep insights on the analytics data.

invite_channel_viewers

Claude
Invite one or more viewers to a members-only channel.

invite_channel_viewers_csv

Claude
Invite viewers to a channel by uploading a CSV file.

list_assets

Claude
List folders and assets for a workspace in a single response. Use parent_id to browse a specific folder, or filters like title, status, and playlist_id to search assets.

list_folders

Claude
List folders for a video workspace. Use parent_id to list only folders inside a specific parent folder.

list_profiles

Claude
This endpoint retrieves the details of all profiles that have previously been created.

list_sources

Claude
This endpoint list image sources which are assigned to the user or token.

list_workspaces

Claude
This endpoint list video workspace which are assigned to the user or token.

purge_image_cache

Claude
You can purge cache for any image by using our cache purge API.

recover

Claude
Recovers a deleted asset from the recycle bin.

remove_asset_playlist

Claude
Removed an asset or list of assets from a given playlist.

remove_assets_folder

Claude
Remove one or more assets from their current folder assignment inside the workspace.

remove_channel_viewers

Claude
Remove one or more viewers from a channel by email address.

reorder_asset_playlist

Claude
Reorder videos inside a playlist either by moving a single asset to a position or by sorting the playlist by title or created date.

retrieve_analytics

Claude
This endpoint gives usage analytics data of your videos. Ex - top assets, bandwidth consumption

retrieve_image_analytics

Claude
This endpoint helps you get image analytics data like bandwidth consumption, request count, CDN hit ratio, etc.

retrieve_part_url

Claude
Use this endpoint to retrieve a pre-signed upload URL for the given part number.

start_live

Claude
Start a live stream.

thumbnail_select

Claude
Select frame from video to use as thumbnail.

thumbnail_upload

Claude
Use any image file to use as thumbnail. Once you use the API, you will get upload_url in the response, and that can be used to upload the image file. Here is the sample curl request. ``bash curl --location --request PUT '<upload_url>' \ --data '<YOUR_FILE_PATH>' ``

thumbnail_upload_live

Claude
Generate presigned upload URLs for live stream thumbnails. Supported thumbnail states are preparing, disconnected, and end.

top_assets

Claude
This endpoint lists top streamed assets in a video collection

update_asset

Claude
This endpoint allows users to update video asset that has previously been created.

update_folder

Claude
Rename a folder, move it to another parent folder, or move assets into the folder by sending asset_ids.

update_image_source

Claude
This endpoint allows users to update image source that has previously been created.

update_playlist

Claude
This endpoint allows you to update playlist name, channel visibility, or playlist order on a channel page.

update_profile

Claude
Update an existing profile. Settings provided in body parameters will only be updated in the existing profile.

update_webhook

Claude
Update a webhook listener.

update_workspace

Claude
This endpoint allows users to update video workspace that has previously been created.

upload_subtitles

Claude
Upload .srt or .vtt file to the video asset. The response of this API call gives upload_url for each language specified. You need to send a PUT request of the subtitle files to those URLs. Once that's done, you need to call the subtitle upload complete API. Only after that, Gumlet will add subtitles to asset.

App Stats

71

Tools

Claude

Platforms

Works with

Claude

Data refreshed daily