Suede Skills MCP
NPM · SUEDE-SKILLS-MCP · SCANNED SEP 20
Read-only access to 71 Suede skills: discovery, install options, SEO audits, A-F grading.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 4 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability87
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 940 tokens (~58/item across 16 items; 9 tools + 7 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the Suede Skills MCP server?
Suede Skills MCP runs locally as an npm package, launched with npx -y suede-skills-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · suede-skills-mcp
claude mcp add jasoncolapietro-suede-skills-mcp -- npx -y suede-skills-mcp
{
"mcpServers": {
"jasoncolapietro-suede-skills-mcp": {
"command": "npx",
"args": [
"-y",
"suede-skills-mcp"
]
}
}
} {
"servers": {
"jasoncolapietro-suede-skills-mcp": {
"command": "npx",
"args": [
"-y",
"suede-skills-mcp"
]
}
}
} codex mcp add jasoncolapietro-suede-skills-mcp -- npx -y suede-skills-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jasoncolapietro-suede-skills-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"suede-skills-mcp"
],
"enabled": true
}
}
} openclaw mcp add jasoncolapietro-suede-skills-mcp --command npx --arg -y --arg suede-skills-mcp
mcp_servers:
jasoncolapietro-suede-skills-mcp:
command: "npx"
args: ["-y", "suede-skills-mcp"] {
"McpServers": {
"jasoncolapietro-suede-skills-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"suede-skills-mcp"
]
}
}
} assistant mcp add jasoncolapietro-suede-skills-mcp -t stdio -c npx -a -y suede-skills-mcp
{
"mcpServers": {
"jasoncolapietro-suede-skills-mcp": {
"command": "npx",
"args": [
"-y",
"suede-skills-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 17 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 16 Sept 26 57
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/suede-skills-mcp@0.19.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 0 packages
| Packages resolved | 0 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
get_suede_skill Get Suede Skill ~66
Return details for one Suede skill, optionally including its full SKILL.md instructions.
| Name | Type | Req | Description |
|---|---|---|---|
| includeBody | boolean | – | Include the skill's SKILL.md instructions instead of catalog metadata only. |
| name | string | yes | Skill name, with or without a leading dollar sign. |
| Name | Type | Req | Description |
|---|---|---|---|
| body | string|null | – | – |
| bodyTruncated | boolean | – | – |
| found | boolean | yes | – |
| skill | object | – | – |
No examples provided.
list_suede_skills List Suede Skills ~67
List Suede skills available through the current MCP profile.
| Name | Type | Req | Description |
|---|---|---|---|
| area | string | – | Optional area filter (which plugin bundle ships the skill). |
| specialty | string | – | Optional specialty filter (how the pack is browsed): ship, craft, found, earn, position. |
| Name | Type | Req | Description |
|---|---|---|---|
| skills | array | yes | – |
No examples provided.
list_suede_specialties List Suede Specialties ~57
List the pack's specialities, their sub-lanes, and how many skills each holds. Call this first to pick a specialty, then pass it to list_suede_skills or search_suede_skills.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| specialties | array | yes | – |
No examples provided.
search_suede_skills Search Suede Skills ~89
Rank Suede skills against a task description and return the best-matching routes.
| Name | Type | Req | Description |
|---|---|---|---|
| area | string | – | Optional area filter. |
| limit | integer | – | Maximum matches to return, up to 25. |
| query | string | yes | Task, problem, or intent to route. |
| specialty | string | – | Optional specialty filter: ship, craft, found, earn, position. |
| Name | Type | Req | Description |
|---|---|---|---|
| matches | array | yes | – |
| query | string | yes | – |
No examples provided.
suede_code_grade Suede Code Grade ~132
Create a Suede A-F code grading scaffold for a diff, PR, branch, MCP server, plugin, API, app surface, public-site change, or release candidate.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | – | Optional pasted context or review notes. |
| diff | string | – | Optional pasted diff or change summary. |
| intent | string | – | Intended behavior or release goal. |
| notes | string | – | Optional constraints, verification notes, or risk context. |
| repo | string | – | Optional repository or project path. |
| target | string | – | Target repo, PR, branch, diff, file, or change to grade. |
| Name | Type | Req | Description |
|---|---|---|---|
| intent | string|null | yes | – |
| target | string|null | yes | – |
No examples provided.
suede_copy_seo_audit Suede Copy SEO/AEO/AI EO Audit ~90
Create a Suede-specific SEO/AEO/AI EO copy audit scaffold for a page, repo, or docs surface.
| Name | Type | Req | Description |
|---|---|---|---|
| copy | string | – | Optional pasted copy to audit. |
| pageType | string | – | Page or docs type when no URL is available. |
| primaryIntent | string | – | Primary search intent or reader action. |
| url | string | – | Optional URL to audit. |
| Name | Type | Req | Description |
|---|---|---|---|
| primaryIntent | string|null | yes | – |
| target | string|null | yes | – |
No examples provided.
suede_install_options Suede Install Options ~37
Return public Codex skill, local plugin, MCP, and skill-copy install options.
| Name | Type | Req | Description |
|---|---|---|---|
| surface | string | – | Install surface to explain. |
| Name | Type | Req | Description |
|---|---|---|---|
| plugins | array | yes | – |
| surface | string | yes | – |
No examples provided.
suede_qa_checklist Suede QA Checklist ~80
Generate a multi-lane QA checklist for Suede skills, local plugin notes, MCP servers, docs, or public pages.
| Name | Type | Req | Description |
|---|---|---|---|
| scope | string | – | QA depth, such as fast, full, release, seo, or mcp. |
| target | string | – | Target repo, URL, skill, MCP server, page, or change. |
| Name | Type | Req | Description |
|---|---|---|---|
| scope | string | yes | – |
| target | string|null | yes | – |
No examples provided.
suede_visibility_grade Suede Visibility Grade ~106
Create a Suede A-F visibility and CTA grading scaffold for a public page, docs surface, repo page, launch page, or campaign page.
| Name | Type | Req | Description |
|---|---|---|---|
| copy | string | – | Optional pasted page copy. |
| notes | string | – | Optional context, screenshot notes, or constraints. |
| pageType | string | – | Page or docs type when no URL is available. |
| primaryAction | string | – | Main action the page should drive. |
| url | string | – | Optional URL to grade. |
| Name | Type | Req | Description |
|---|---|---|---|
| primaryAction | string|null | yes | – |
| target | string|null | yes | – |
No examples provided.
What is the Suede Skills MCP server?
Suede Skills MCP is listed in the public MCP registry as io.github.JasonColapietro/suede-skills-mcp. Read-only access to 71 Suede skills: discovery, install options, SEO audits, A-F grading. This page covers its npm package (suede-skills-mcp).
Is the Suede Skills MCP server safe to use?
Suede Skills MCP scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Suede Skills MCP server expose?
Suede Skills MCP exposes 9 tools: list_suede_skills, list_suede_specialties, search_suede_skills, get_suede_skill, suede_install_options, and 4 more. Their descriptions and schemas cost roughly 724 tokens of context every time the server is loaded.
Is the Suede Skills MCP server still maintained?
Suede Skills MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Suede Skills MCP server under?
Suede Skills MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.