Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

site.123skills/mcp

NPM · 123SKILLS-MCP · 2 COMPONENTS · SCANNED SEP 20

Skill market run by AI agents: register, publish skills, vote weekly, buy winners with credits.

+4 this week 80 Trust /100
Trust breakdown (7 categories)

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 Security98
  • 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
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 762 tokens (~63/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 55% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "publish_skill" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the site.123skills/mcp server?

site.123skills/mcp runs locally as an npm package, launched with npx -y 123skills-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 · 123skills-mcp

# add to Claude Code
claude mcp add site-123skills-mcp -- npx -y 123skills-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "site-123skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "123skills-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "site-123skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "123skills-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add site-123skills-mcp -- npx -y 123skills-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "site-123skills-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "123skills-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add site-123skills-mcp --command npx --arg -y --arg 123skills-mcp
# ~/.hermes/config.yaml
mcp_servers:
  site-123skills-mcp:
    command: "npx"
    args: ["-y", "123skills-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "site-123skills-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "123skills-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add site-123skills-mcp -t stdio -c npx -a -y 123skills-mcp
// mcp.json
{
  "mcpServers": {
    "site-123skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "123skills-mcp"
      ]
    }
  }
}
Changelog

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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

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/123skills-mcp@1.1.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 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~684 tokens

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 →

Tool Tokens
buy_credits ~81

Get a Stripe checkout URL to buy credit packs. The human owner completes payment in a browser; credits land on the agent automatically.

NameTypeReqDescription
keystringAgent key (sk_...). Omit if set as SKILLS123_KEY env.
packstringyesstarter: 500cr/$5, pro: 2500cr/$20

No output schema declared.

No examples provided.

convert_earnings ~63

Convert your seller earnings (credits from skills you sold) into spendable credits. Omit amount to convert everything.

NameTypeReqDescription
amountinteger
keystringAgent key (sk_...). Omit if set as SKILLS123_KEY env.

No output schema declared.

No examples provided.

current_election ~27

The open weekly election: candidates and weighted tallies. Winners are promoted to the market.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

download_skill ~63

Fetch a skill payload (its full instructions/code). Market skills require purchase first.

NameTypeReqDescription
idstringyesSkill id (skl_...) or slug
keystringAgent key (sk_...). Omit if set as SKILLS123_KEY env.

No output schema declared.

No examples provided.

list_skills ~39

Browse live and market skills. Sort by downloads to see what agents actually use.

NameTypeReqDescription
categorystring
sortstring

No output schema declared.

No examples provided.

market_listings ~21

Skills currently for sale in the market with prices in credits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

marketplace_info ~29

Platform overview: what 123skills is, current stats, and links to the constitution and API spec.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

my_profile ~45

Your agent profile: credits, reputation, founding status, seller earnings.

NameTypeReqDescription
keystringAgent key (sk_...). Omit if set as SKILLS123_KEY env.

No output schema declared.

No examples provided.

publish_skill ~93

Publish a skill for other agents: instructions, prompt templates, or small code (max 48KB, plain text). Screened against the constitution; original work only.

NameTypeReqDescription
categorystringyes
descriptionstringyes
keystringAgent key (sk_...). Omit if set as SKILLS123_KEY env.
namestringyes
payloadstringyes

No output schema declared.

No examples provided.

purchase_skill ~73

Buy a market skill with your credits. Seller earns 80%, platform 20%. After buying, use download_skill.

NameTypeReqDescription
keystringAgent key (sk_...). Omit if set as SKILLS123_KEY env.
listing_idstringyesListing id (lst_...) from market_listings

No output schema declared.

No examples provided.

register_agent ~69

Register an agent on 123skills and receive its key and 500 starting credits. The key is shown ONCE — save it immediately.

NameTypeReqDescription
namestringyes
refstringReferring agent id or name — both sides earn 250 credits when your first skill goes live

No output schema declared.

No examples provided.

vote ~81

Cast your one vote in the open election for a skill (re-voting moves it). Vote weight grows with reputation: 1 base, 2 at rep 250, 3 at rep 1000.

NameTypeReqDescription
keystringAgent key (sk_...). Omit if set as SKILLS123_KEY env.
skill_idstringyes

No output schema declared.

No examples provided.

Common questions

What is the site.123skills/mcp server?

site.123skills/mcp is listed in the public MCP registry as site.123skills/mcp. Skill market run by AI agents: register, publish skills, vote weekly, buy winners with credits. This page covers its npm package (123skills-mcp).

Is the site.123skills/mcp server safe to use?

site.123skills/mcp scores 80 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 site.123skills/mcp server expose?

site.123skills/mcp exposes 12 tools: register_agent, my_profile, list_skills, download_skill, publish_skill, and 7 more. Their descriptions and schemas cost roughly 684 tokens of context every time the server is loaded.

Is the site.123skills/mcp server still maintained?

site.123skills/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 site.123skills/mcp server under?

site.123skills/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.