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_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 system for processing and delivery. |
| 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.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_details | This endpoint retrieves the details of an asset that has previously been created. |
| delete_asset | This endpoint removes an asset given its unique asset id. The asset will be removed from storage as well, associated URLs will be inaccessible. |
| update_asset | This endpoint allows users to update video asset that has previously been created. |
| thumbnail_select | Select frame from video to use as thumbnail. |
| thumbnail_upload | 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>' ``` |
| upload_subtitles | 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. |
| complete_subtitle_upload | 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. |
| asset_audio_upload | 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. |
| complete_audio_upload | 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. |
| create_update_chapter | This endpoint will create/update video asset chapters. |
| retrieve_analytics | This endpoint gives usage analytics data of your videos. Ex - top assets, bandwidth consumption |
| top_assets | This endpoint lists top streamed assets in a video collection |
| retrieve_part_url | Use this endpoint to retrieve a pre-signed upload URL for the given part number. |
| complete_multipart_upload | Once you upload all parts to S3 bucket via pre-signed URL, use this endpoint to complete the multipart upload. |
| list_profiles | This endpoint retrieves the details of all profiles that have previously been created. |
| create_profile | 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. |
| get_profile | This endpoint retrieves the details of a video profile that has previously been created. |
| update_profile | Update an existing profile. Settings provided in body parameters will only be updated in the existing profile. |
| delete_profile | 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. |
| get_all_playlists | Get all playlists for given workspace |
| create_playlist | Create new playlist inside video wprkspace |
| add_asset_playlist | This operation adds a single asset or a list of assets to a playlist. |
| remove_asset_playlist | Removed an asset or list of assets from a given playlist. |
| update_playlist | This endpoint allows you to update playlist name, channel visibility, or playlist order on a channel page. |
| delete_playlist | Deletes this playlist. |
| get_playlist_assets | Get a list of all assets inside playlist. You can choose in which order are assets returned. |
| reorder_asset_playlist | Reorder videos inside a playlist either by moving a single asset to a position or by sorting the playlist by title or created date. |
| create_webhook | Creates a new webhook listener. |
| update_webhook | Update a webhook listener. |
| delete_webhook | Delete webhook listener endpoint. |
| list_sources | This endpoint list image sources which are assigned to the user or token. |
| create_image_source | This endpoint allows users to create image source. |
| get_image_sources_source_id | Get all details about image source. |
| update_image_source | This endpoint allows users to update image source that has previously been created. |
| delete_source | This endpoint removes a image source. All image delivery using this subdomain will be stopped. |
| purge_image_cache | You can purge cache for any image by using our cache purge API. |
| retrieve_image_analytics | This endpoint helps you get image analytics data like bandwidth consumption, request count, CDN hit ratio, etc. |
| create_live_asset | 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 | 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. |
| get_live_asset_status | This endpoint retrieves the details of a live video asset that has previously been created. |
| delete_live_asset | 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. |
| complete_live_stream | 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. |
| filter_live_assets | This endpoint lists live assets on the basis of `status` for the given `live_source_id`. |
| recover | Recovers a deleted asset from the recycle bin. |
| start_live | Start a live stream. |
| thumbnail_upload_live | Generate presigned upload URLs for live stream thumbnails. Supported thumbnail states are `preparing`, `disconnected`, and `end`. |
| list_workspaces | This endpoint list video workspace which are assigned to the user or token. |
| create_workspace | Video workspaces are top-level entities in Gumlet. You can use them to organize videos for different teams/departments or use cases. |
| get_workspace | This endpoint get all the data of video workspace that has previously been created. |
| update_workspace | This endpoint allows users to update video workspace that has previously been created. |
| delete_workspace | 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. |
| list_folders | List folders for a video workspace. Use `parent_id` to list only folders inside a specific parent folder. |
| create_folder | Create a folder inside a video workspace. Optionally provide `parent_id` to create a nested folder. |
| get_folder | Get a single folder by id. |
| update_folder | Rename a folder, move it to another parent folder, or move assets into the folder by sending `asset_ids`. |
| delete_folder | Delete a folder. Descendant folders and assets inside them are deleted by the backend workflow. |
| remove_assets_folder | Remove one or more assets from their current folder assignment inside the workspace. |
| list_assets | 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. |