Gumlet

Integrate Gumlet into your AI workflows via the Model Context Protocol (MCP).

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Create Asset: 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 sy
  • Create Asset Direct Upload: 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.B
  • Get Asset Details: This endpoint retrieves the details of an asset that has previously been created.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Integrate Gumlet into your AI workflows via the Model Context Protocol (MCP). This server allows agents like ChatGPT, Claude, and custom assistants to interact directly with your Gumlet media library.

Key Capabilities:

  • Asset & Video Management: Query, retrieve, and inspect video processing status and image delivery pipelines directly through conversational agents.

  • Automated Workflows: Trigger video processing, fetch playback URLs, and manage collection settings programmatically.

  • Standardized MCP Integration: Designed for zero-friction setup across supported MCP hosts and AI applications.

Список инструментов сервера (60)

Технические названия из tools/list. Нужны только разработчикам.

create_assetAn 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_uploadThis 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](https://docs.gumlet.com/docs/direct-upload#2-use-the-url-to-upload-a-file).
get_asset_detailsThis endpoint retrieves the details of an asset that has previously been created.
delete_assetThis endpoint removes an asset given its unique asset id. The asset will be removed from storage as well, associated URLs will be inaccessible.
update_assetThis endpoint allows users to update video asset that has previously been created.
thumbnail_selectSelect frame from video to use as thumbnail.
thumbnail_uploadUse 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>' ```
upload_subtitlesUpload `.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.
complete_subtitle_uploadThis 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.
asset_audio_uploadAdd 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.
complete_audio_uploadThis 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.
create_update_chapterThis endpoint will create/update video asset chapters.
retrieve_analyticsThis endpoint gives usage analytics data of your videos. Ex - top assets, bandwidth consumption
top_assetsThis endpoint lists top streamed assets in a video collection
retrieve_part_urlUse this endpoint to retrieve a pre-signed upload URL for the given part number.
complete_multipart_uploadOnce you upload all parts to S3 bucket via pre-signed URL, use this endpoint to complete the multipart upload.
list_profilesThis endpoint retrieves the details of all profiles that have previously been created.
create_profileGumlet 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.
get_profileThis endpoint retrieves the details of a video profile that has previously been created.
update_profileUpdate an existing profile. Settings provided in body parameters will only be updated in the existing profile.
delete_profileThis 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.
get_all_playlistsGet all playlists for given workspace
create_playlistCreate new playlist inside video wprkspace
add_asset_playlistThis operation adds a single asset or a list of assets to a playlist.
remove_asset_playlistRemoved an asset or list of assets from a given playlist.
update_playlistThis endpoint allows you to update playlist name, channel visibility, or playlist order on a channel page.
delete_playlistDeletes this playlist.
get_playlist_assetsGet a list of all assets inside playlist. You can choose in which order are assets returned.
reorder_asset_playlistReorder videos inside a playlist either by moving a single asset to a position or by sorting the playlist by title or created date.
create_webhookCreates a new webhook listener.
update_webhookUpdate a webhook listener.
delete_webhookDelete webhook listener endpoint.
list_sourcesThis endpoint list image sources which are assigned to the user or token.
create_image_sourceThis endpoint allows users to create image source.
get_image_sources_source_idGet all details about image source.
update_image_sourceThis endpoint allows users to update image source that has previously been created.
delete_sourceThis endpoint removes a image source. All image delivery using this subdomain will be stopped.
purge_image_cacheYou can purge cache for any image by using our cache purge API.
retrieve_image_analyticsThis endpoint helps you get image analytics data like bandwidth consumption, request count, CDN hit ratio, etc.
create_live_assetA 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_copyA live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint allows user to update a live streaming asset.
get_live_asset_statusThis endpoint retrieves the details of a live video asset that has previously been created.
delete_live_assetThis 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.
complete_live_streamThis 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.
filter_live_assetsThis endpoint lists live assets on the basis of `status` for the given `live_source_id`.
recoverRecovers a deleted asset from the recycle bin.
start_liveStart a live stream.
thumbnail_upload_liveGenerate presigned upload URLs for live stream thumbnails. Supported thumbnail states are `preparing`, `disconnected`, and `end`.
list_workspacesThis endpoint list video workspace which are assigned to the user or token.
create_workspaceVideo workspaces are top-level entities in Gumlet. You can use them to organize videos for different teams/departments or use cases.
get_workspaceThis endpoint get all the data of video workspace that has previously been created.
update_workspaceThis endpoint allows users to update video workspace that has previously been created.
delete_workspaceThis 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.
list_foldersList folders for a video workspace. Use `parent_id` to list only folders inside a specific parent folder.
create_folderCreate a folder inside a video workspace. Optionally provide `parent_id` to create a nested folder.
get_folderGet a single folder by id.
update_folderRename a folder, move it to another parent folder, or move assets into the folder by sending `asset_ids`.
delete_folderDelete a folder. Descendant folders and assets inside them are deleted by the backend workflow.
remove_assets_folderRemove one or more assets from their current folder assignment inside the workspace.
list_assetsList 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.
Gumlet: подключить к Claude, ChatGPT, Cursor · Connectors.fun