npm @mcpskillsio/serverstdioMITupdated 3mo ago
Use the MCPSkills pre-install trust layer from inside Claude Code, Cursor, or any MCP client.
What can you do with mcpskills?
@mcpskillsio/server
Use the MCPSkills pre-install trust layer from inside Claude Code, Cursor, or any MCP client.
13 standard signals (15 in Skills Mode) across 4 dimensions with safety scanning for prompt injection, credential theft, and supply chain attacks. Check install risk before an MCP server or AI skill reaches your agent.
Install
Claude Code
claude mcp add mcpskills -- npx @mcpskillsio/server
Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"mcpskills": {
"command": "npx",
"args": ["@mcpskillsio/server"]
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpskills": {
"command": "npx",
"args": ["@mcpskillsio/server"]
}
}
}
Tools
check_trust_score
Score any GitHub repo, npm package, or registry URL. Returns trust tier, composite score, and 4 dimension scores.
"Score anthropics/anthropic-sdk-typescript"
scan_safety
Focused safety scan for AI skills. Checks for prompt injection, shell execution, network exfiltration, credential theft, and obfuscated payloads.
"Is this MCP server safe? modelcontextprotocol/servers"
list_packages
Browse curated, pre-scored skill packages organized by use case.
"Show me safe AI skill packages for full-stack development"
get_badge
Generate an SVG trust badge URL for your README.
"Get a trust badge for my repo anthropics/anthropic-sdk-typescript"
watch_repo
Start monitoring a repo for trust score changes (requires API key).
"Watch modelcontextprotocol/servers for score changes"
check_watched
Re-scan all watched repos for score or tier changes (requires API key).
"Check my watched repos"
batch_check
Score up to 5 repos in a single call (Developer Pro or Team).
"Batch check these repos: anthropics/anthropic-sdk-typescript, langchain-ai/langchainjs"
auto_gate
Get a boolean go/no-go decision with reasoning.
"Should I install this MCP server? 21st-dev/magic-mcp"
build_stack
Recommend a vetted, pre-scored stack from MCP Skills' curated packages.
"Build me a stack: auth + payments + email"
Full Reports
Free tier returns trust tier + dimension scores (same as mcpskills.io free scans, 10/day).
For full reports (13 standard / 15 Skills Mode signals + safety findings) inside your IDE, set your API key:
export MCPSKILLS_API_KEY=your_key_here
Get your API key at mcpskills.io/api. Developer Pro is $19/mo or $149/yr. Team is $99/mo for org/security workflows.
How It Works
The server calls the mcpskills.io trust scoring API, which:
- Fetches repo data from GitHub API and OpenSSF Scorecard
- Scores 13 standard signals across 4 dimensions (Alive, Legit, Solid, Usable)
- Detects AI skills/MCP servers and activates Skills Mode (+2 bonus signals — 15 total)
- Runs 5 safety scans based on ClawHavoc and ToxicSkills attack patterns
- Assigns a trust tier: Verified (>=7.0), Established (>=4.5), New, or Blocked
License
MIT — Built by Michael Browne at Rise Above Partners.
Install
Add mcpskills to your client. Pick the one you use.
claude mcp add server -- npx -y @mcpskillsio/servercodex mcp add server -- npx -y @mcpskillsio/serveramp mcp add server -- npx -y @mcpskillsio/server{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@mcpskillsio/server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@mcpskillsio/server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"server","command":"npx","args":["-y","@mcpskillsio/server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@mcpskillsio/server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@mcpskillsio/server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@mcpskillsio/server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@mcpskillsio/server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"server": {
"command": {
"path": "npx",
"args": [
"-y",
"@mcpskillsio/server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @mcpskillsio/serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 84 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.5.3Latest | Jun 9, 2026 |
| 2.5.2 | Jun 4, 2026 |
| 2.5.1 | Jun 4, 2026 |