Sentio Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Sentio Mcp (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.
This is the Model Context Protocol (MCP) server for Sentio, providing a standardized interface for interacting with Sentio's API services.
git clone <repository-url>
cd sentio-mcppnpm installpnpm buildThe server can be configured using environment variables or command-line arguments:
--host: The Sentio API host URL, default to https://app.sentio.xyz--api-key: Your Sentio API key--token: Your Sentio authentication token (alternative to API key)To use this MCP server in Claud Desktop, add the following configuration to your Claud settings:
{
"mcpServers": {
"sentio-api": {
"command": "bun",
"args": [
"--watch",
"<project_dir>/src/cli.ts",
"-k",
"<your sentio api key>"
]
}
}
}or use nodejs (v22 or later)
{
"mcpServers": {
"sentio-api": {
"command": "node",
"args": [
"--watch",
"<project_dir>/build/cli.js",
"-k",
"<your sentio api key>"
]
}
}
}The server provides access to the following tool categories:
pnpm testsrc/: Source code directorytools/: Tool implementationsstart.ts: Server startup configurationcli.ts: Command-line interfaceapikey.ts: API key managementindex.ts: Main entry point~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.