Mcp Ctera Core — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Ctera Core (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
mcp-ctera-core provides an AI-powered interface to interact with the CTERA Intelligent Data Services Platform, using Model Context Protocol (MCP). This integration enables access to the file management APIs of CTERA Portal, allowing you to perform operations through natural language or automation workflows.
To run this server, ensure you have the MCP runtime installed and follow the configuration steps below.
Configuration using Standard I/O:
{
"mcpServers": {
"ctera-core-mcp-stdio": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-ctera-core/src",
"run",
"stdio.py"
],
"env": {
"ctera.mcp.core.settings.scope": "user",
"ctera.mcp.core.settings.host": "your.ctera.portal.domain",
"ctera.mcp.core.settings.user": "your-username",
"ctera.mcp.core.settings.password": "your-password",
"ctera.mcp.core.settings.ssl": "true"
}
}
}
}Configuration using SSE:
export ctera.mcp.core.settings.scope="user"
export ctera.mcp.core.settings.host="your.ctera.portal.domain"
export ctera.mcp.core.settings.user="your-username"
export ctera.mcp.core.settings.password="your-password"
export ctera.mcp.core.settings.ssl="true"$env:ctera.mcp.core.settings.scope = "user"
$env:ctera.mcp.core.settings.host = "your.ctera.portal.domain"
$env:ctera.mcp.core.settings.user = "your-username"
$env:ctera.mcp.core.settings.password = "your-password"
$env:ctera.mcp.core.settings.ssl = "true"{
"mcpServers": {
"ctera-core-mcp-sse": {
"url": "http://localhost:8000/sse"
}
}
}
You can also run the MCP server using Docker:
docker build -t mcp-ctera-core .docker run -p 8000:8000 \
-e ctera.mcp.core.settings.scope=user \
-e ctera.mcp.core.settings.host=your.ctera.portal.domain \
-e ctera.mcp.core.settings.user=your-username \
-e ctera.mcp.core.settings.password=your-password \
-e ctera.mcp.core.settings.ssl=true \
mcp-ctera-core~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.