Know before you install.
Trust-score any MCP server, npm package, or AI skill across 14 signals — including safety scans for prompt injection, credential theft, and supply chain attacks. Paste a GitHub repo, npm package name, or registry URL.
4 dimensions. 14 signals. Data from GitHub API, npm registry, and OpenSSF Scorecard.
MCP servers and AI skills get 2 extra signals and heavier security weight. The safety scanner checks source code directly.
Trust scoring is a signal, not a verdict. A high score means strong static indicators across all dimensions — but no automated tool catches everything. Runtime observability and tool call auditing are on our roadmap.
Free trust tier for every scan. Pay only when you want the full picture.
Check trust scores without leaving Claude Code, Cursor, or any MCP client. Install in one command.
claude mcp add mcpskills -- npx @mcpskillsio/server
"Score vercel/ai"
Trust tier, composite score, and 4 dimension breakdown for any repo, npm package, or registry URL.
"Is this MCP safe?"
5 safety checks for prompt injection, credential theft, shell execution, and more.
"Should I install this?"
Go/no-go decision with reasoning. Certified repos get instant approval.
"Check these 5 deps"
Score up to 5 repos or packages in one call. Great for vetting a stack.
"Show safe skill stacks"
Curated, pre-scored skill packages organized by use case.
Build trust verification into your toolchain. Accepts GitHub repos, npm packages, Smithery URLs, and more. Agent-optimized API with go/no-go decisions.
curl -X POST https://mcpskills.io/.netlify/functions/score \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"repo":"npm:@anthropic-ai/sdk"}'
{
"safe": true,
"tier": "verified",
"score": 8.2,
"recommendation": "install",
"flags": [],
"reasoning": "14 signals, no disqualifiers"
}
curl -X POST https://mcpskills.io/.netlify/functions/score \
-H "Content-Type: application/json" \
-H "X-API-Key: msk_your_key_here" \
-d '{"repo":"owner/repo"}'
// Also accepts: npm:@scope/package,
// Smithery URLs, OpenClaw URLs.
// Returns: Full 14-signal breakdown,
// safety findings, recommendations.