Tendem Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Tendem 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.
<!-- mcp-name: io.github.Toloka/tendem-mcp -->
[!WARNING] This repository contains the legacy local MCP server and should no longer be used. Use the remote MCP server instead: https://tendem.ai/for/mcp
MCP server for Tendem, AI + Human Agent to get tasks done.
To manage API keys, log into your Tendem account and visit https://agent.tendem.ai/tokens
tendem-mcp.mcpb from Releasescd mcpb
npx @anthropic-ai/mcpb pack . tendem-mcp.mcpbclaude mcp add tendem -e TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"tendem": {
"command": "uvx",
"args": ["tendem-mcp"],
"env": {
"TENDEM_API_KEY": "<your-api-key>"
}
}
}
}Config location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsoncodex mcp add tendem --env TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcpAdd to opencode.json:
{
"mcp": {
"tendem": {
"type": "local",
"command": ["uvx", "tendem-mcp"],
"environment": {
"TENDEM_API_KEY": "<your-api-key>"
}
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.