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.

CrewOne

NPM · @CREWONE/MCP-SERVER · SCANNED AUG 3

Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.

Available components

+20 this week 64 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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 847 tokens (~105/item across 8 items; 8 tools + 0 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 Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 52% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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.

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 · @crewone/mcp-server

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

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 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
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 44

    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 3 Aug 2026 · Analysed npm/@crewone/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

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

MCP tools — 8 exposed · ~847 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
get_director ~71

Look up a single director in the CrewOne 30-MV-director and Taiwan-commercial-director reference library. Returns AI prompt tokens for video generation models (Veo, Kling, Higgsfield), representative works, and signature techniques.

NameTypeReqDescription
namestringyesDirector name in English or Traditional Chinese.

No output schema declared.

No examples provided.

get_photographer ~133

Look up a single photographer in the CrewOne 69-photographer style reference library. Returns hallmarks (lighting / palette / composition), AI prompt tokens for image generators, and representative works. Use this when a user asks for a specific photographer style (e.g. "Tim Walker style portrait", "蜷川實花 lighting").

NameTypeReqDescription
namestringyesPhotographer name in English or Traditional Chinese (e.g. "Tim Walker", "Annie Leibovitz", "Mika Ninagawa", "蜷川實花", "Chen Man", "陳曼", "Leslie Zhang").

No output schema declared.

No examples provided.

list_directors ~43

Browse the director reference library. Filter by region or genre.

NameTypeReqDescription
genrestring
max_resultsnumber
regionstring

No output schema declared.

No examples provided.

list_photographers ~90

Browse the 69-photographer style reference library. Filter by region, cluster (lighting style group), or country.

NameTypeReqDescription
clusterstringOptional cluster filter, e.g. "hard-flash glamor", "soft natural-window B&W", "painterly soft-focus", "high-saturation surrealism".
max_resultsnumber
regionstring

No output schema declared.

No examples provided.

recommend_director ~105

Given a project brief, recommend the top N directors from the reference library whose prompt tokens overlap the brief most. Use this when a video client asks "which director style fits my MV / commercial brief?" — saves the agent having to filter list_directors manually.

NameTypeReqDescription
briefstringyesFree-text project brief, mood description, or shoot direction. Chinese or English.
genrestring
max_resultsnumber
regionstring

No output schema declared.

No examples provided.

recommend_photographer ~122

Given a project brief, recommend the top N photographers from the 69-photographer library whose prompt tokens overlap the brief most. Returns scored matches with reasoning. Use this when a commercial-photo client asks "which photographer style fits my brand brief?" — saves the agent having to filter list_photographers manually.

NameTypeReqDescription
briefstringyesFree-text project brief, mood description, or shoot direction. Chinese or English.
max_resultsnumber
regionstringRestrict recommendations to a region (default: search all 69).

No output schema declared.

No examples provided.

search_equipment ~117

Search the CrewOne database of Taipei film equipment rental rates (1,187 SKUs covering camera bodies, lenses, lighting, grip, sound, monitors). Returns matching items with day rates in TWD. Free to use; no API key required.

NameTypeReqDescription
categorystringOptional: narrow to a specific category.
max_resultsnumber
querystringyesSearch term, e.g. "Sony FX6", "85mm prime", "ARRI SkyPanel". Can be in English or Traditional Chinese.

No output schema declared.

No examples provided.

search_studios ~166

Search the CrewOne database of Taiwan studios (561 studios with real rates and amenities). Returns matching studios with hourly / 4hr / day rates and key features (size, ceiling height, lighting, power, parking). Free to use.

NameTypeReqDescription
amenitiesarrayRequired amenities, e.g. ["cyc wall", "blackout", "drive-in", "kitchen"].
locationstringGeographic filter, e.g. "Taipei", "New Taipei", "Taoyuan".
max_budget_per_4hnumberMaximum 4hr rate in TWD.
max_resultsnumber
size_pingsnumberMinimum studio size in 坪 (1 ping ≈ 3.3 m²).

No output schema declared.

No examples provided.