EyevinnOSC_mcp-server
If you are the rightful owner of EyevinnOSC_mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for Eyevinn Open Source Cloud API, enabling creation of solutions based on open web services.
The Eyevinn Open Source Cloud MCP Server is designed to facilitate the creation of solutions using open web services. It allows developers to set up databases, storage, and VOD pipelines using open source technologies, ensuring no vendor lock-in. The platform is structured to share revenue generated with the creators of the web services. This server is part of the Eyevinn Open Source Cloud, which provides a flexible and open environment for developing and deploying web services.
Features
- Database Setup: Create and setup an SQL-, NoSQL- or memory-database based on open source made available as an open web service.
- Storage Setup: Create an S3 compatible storage bucket based on open source made available as an open web service.
- VOD Pipeline: Create a pipeline for transcoding and packaging files for VOD distribution.
Tools
osc_create_db
Create a new database instance with inputs for name and type, returning a connection string.
osc_create_bucket
Create a storage bucket with inputs for name, returning endpoint and credentials.
osc_create_vod_pipeline
Create a VOD transcoding and packaging pipeline with inputs for name and output, returning a REST endpoint.