Eyevinn Open Source Cloud MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OSC_ACCESS_TOKEN | Yes | Your Eyevinn Open Source Cloud Personal Access Token obtained from https://app.osaas.io/dashboard/settings/api |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| osc_upload_fileC | Upload a file to Eyevinn Open Source Cloud Storage (OSC) Minio instance |
| osc_list_filesA | List files in a bucket on Eyevinn Open Source Cloud Storage (OSC) Minio instance |
| osc_create_bucketA | Create a new bucket on Eyevinn Open Source Cloud Storage (OSC) Minio instance |
| osc_list_bucketsB | List all buckets on Eyevinn Open Source Cloud Storage (OSC) Minio instance |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| My active services | List all my active services in Eyevinn Open Source Cloud |
| My videos on local disk | List all videos on local disk |
TDQS
Scored across 4 tools
Each tool targets a distinct action (create bucket, list buckets, list files, upload file) with no overlap. An agent can clearly differentiate them.
All tools follow a consistent 'osc_verb_noun' pattern (e.g., osc_create_bucket, osc_list_files), making the naming predictable and easy to navigate.
With 4 tools covering basic bucket and file operations, the count is slightly low but reasonable for a focused storage interface. It avoids being overly thin or heavy.
The set includes create, list, and upload operations but lacks delete and download capabilities for both buckets and files, representing notable gaps in the lifecycle.