Eyevinn Open Source Cloud
Interact with the Eyevinn Open Source Cloud API. Requires a Personal Access Token (OSC_ACCESS_TOKEN).
Eyevinn Open Source Cloud MCP Server
This MCP server provides MCP tools for Eyevinn Open Source Cloud that requires local computer access, for example to upload a file to a storage bucket in OSC. MCP tools for architecting and building solutions with OSC is provided by the remote MCP endpoint that can be accessed using the OSC remote MCP client.
Features provided by the local MCP server
- Create a MinIO storage bucket in OSC.
- Upload a file to a MinIO storage bucket in OSC.
- List files on a MinIo storage bucket in OSC.
Setup
Installing via Smithery
To install Eyevinn Open Source Cloud MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @osaas/mcp-server --client claude
Personal Access Token
- If you have not already done so, sign up for an Eyevinn OSC account.
- In the Eyevinn OSC web console go to API settings (in Settings > API settings)
- Copy the Personal Access Token
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"local-mcp-osc": {
"command": "npx",
"args": ["-y", "@osaas/mcp-server"],
"env": {
"OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
},
"remote-mcp-osc": {
"command": "npx",
"args": ["-y", "@osaas/client-mcp"],
"env": {
"OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
Development
npx @modelcontextprotocol/inspector \
-e OSC_ACCESS_TOKEN=<osc-access-token> \
npx tsx src/index.ts
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Related Servers
Chronicle SecOps
Interact with Google's Chronicle Security Operations suite.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Oracle Service Cloud by CData
A read-only MCP server by CData that enables LLMs to query live data from Oracle Service Cloud.
Cloudflare MCP Server
Deploy a remote, authentication-free MCP server on Cloudflare Workers.
Amazon Security Lake
Query Amazon Security Lake data using AWS Athena. Requires AWS credentials for access.
MCP Remote with Okta/Adobe IMS Authentication
A remote MCP server that uses Adobe IMS/Okta for authentication.
Brex
Interact with the Brex API to manage financial data and resources.
ServiceNow
An MCP server for interacting with ServiceNow instances to manage records, incidents, and other platform features.
Security Infrastructure MCP Servers
Integrate with security platforms like Splunk SIEM, CrowdStrike EDR, and Microsoft MISP.
Joomla MCP Server
Create articles on a Joomla website using its API.