Binelekv2 Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Binelekv2 Mcp Server (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.
Model Context Protocol (MCP) server for the SMB AI Command Platform, enabling AI assistants to interact with platform APIs.
This MCP server provides tools for AI assistants (like Claude) to:
npm install
npm run buildCreate a .env file based on .env.example:
SMB_API_URL=http://localhost:3000
SMB_API_KEY=your-api-keyAdd to your Claude Desktop config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"smb-platform": {
"command": "node",
"args": ["/path/to/binelekv2-mcp-server/build/index.js"],
"env": {
"SMB_API_URL": "http://localhost:3000",
"SMB_API_KEY": "your-api-key"
}
}
}
}npm run dev| Tool | Description |
|---|---|
smb_query | Query data using natural language |
smb_create_task | Create a new task |
smb_list_tasks | List tasks with filters |
smb_get_connectors | Get connected services |
smb_get_dashboard | Get dashboard data |
smb_get_security_status | Get security posture |
src/
├── index.ts # MCP server entry point
├── client.ts # API client for SMB platform
└── tools/ # Tool implementationsMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.