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

io.github.First-CH/tools-mcp

NPM · @FIRST-CH/TOOLS-MCP · SCANNED AUG 4

MCP tools: WCAG contrast, JP char/X-weight count, WebP convert, JSON-LD, llms.txt.

Available components

+24 this week 69 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 734 tokens (~146/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @first-ch/tools-mcp

# add to Claude Code
claude mcp add first-ch-tools-mcp -- npx -y @first-ch/tools-mcp
# add to Codex CLI
codex mcp add first-ch-tools-mcp -- npx -y @first-ch/tools-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "first-ch-tools-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@first-ch/tools-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add first-ch-tools-mcp --command npx --arg -y --arg @first-ch/tools-mcp
# ~/.hermes/config.yaml
mcp_servers:
  first-ch-tools-mcp:
    command: "npx"
    args: ["-y", "@first-ch/tools-mcp"]
// mcp.json
{
  "mcpServers": {
    "first-ch-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@first-ch/tools-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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +30
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −9
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 45

    First indexed and scored.

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 4 Aug 2026 · Analysed npm/@first-ch/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 97 packages

97 packages in the resolved dependency tree · 97 deprecated · 31 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~734 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.

Tool Tokens
contrast_check ~115

文字色と背景色のWCAG 2.1コントラスト比を計算し、AA/AAA基準(通常/大テキスト・UI部品)の合否を返す。Webデザインの配色検証・アクセシビリティチェックに使う。

NameTypeReqDescription
bgstringyes背景色(hex。例: #ffffff)
fgstringyes文字色(hex。例: #333333 / 333 / fff)

No output schema declared.

No examples provided.

count_chars ~102

日本語テキストの文字数(書記素単位)・全角/半角内訳・行数と、X(Twitter)の投稿ウェイト(全角=2・半角=1・URL=一律23、上限280)を返す。SNS投稿や文字数制限のあるフォーム入力の検証に使う。

NameTypeReqDescription
textstringyesカウント対象のテキスト

No output schema declared.

No examples provided.

jsonld_generate ~197

schema.org準拠のJSON-LD構造化データを生成する(tools.first-ch.com/jsonld/ と同一ロジック)。対応タイプ: organization(会社情報)/ faqpage(よくある質問)/ service(提供サービス)/ breadcrumb(パンくず)。空の項目は出力から自動で省略される。返り値は json オブジェクトと <script> スニペット。

NameTypeReqDescription
breadcrumbarraytype=breadcrumb のときの階層リスト(上から position 1,2,3…)
faqarraytype=faqpage のときのQ&Aリスト
organizationobjecttype=organization のときの項目
serviceobjecttype=service のときの項目
typestringyesスキーマタイプ

No output schema declared.

No examples provided.

llmstxt_generate ~154

生成AI・AI検索にサイト概要を伝える llms.txt(llmstxt.org 提案フォーマット準拠)を生成する(tools.first-ch.com/llms-txt/ と同一ロジック)。生成テキストをサイトのルート(/llms.txt)に設置して使う。

NameTypeReqDescription
notesstring補足説明(自由記述の段落)
sectionsarrayリンクセクション(順に出力される)
siteNamestringyesサイト名(H1になる)
summarystringサイト概要(引用ブロックになる・改行可)

No output schema declared.

No examples provided.

webp_convert ~166

PNG/JPEG画像ファイルをWebPへ変換して保存する。エンコーダは tools.first-ch.com/webp/ と同一のlibwebp WASM(品質既定80)。Web制作の画像最適化・納品前の軽量化に使う。入力は絶対パス。出力先を省略すると入力と同じ場所に拡張子.webpで保存する。

NameTypeReqDescription
outputDirstring出力先ディレクトリ(省略時は各入力と同じ場所)
pathsarrayyes変換するPNG/JPEGファイルの絶対パスの配列
qualityinteger品質1-100(既定80)

No output schema declared.

No examples provided.