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.

CrewOne

NPM · @CREWONE/MCP-SERVER · SCANNED SEP 24

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

Available components

0 this week 79 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 Usability73
  • AI-judged instruction clarity (good).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 Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 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 CrewOne MCP server?

CrewOne runs locally as an npm package, launched with npx -y @crewone/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @crewone/mcp-server

# add to Claude Code
claude mcp add tzipway-dotcom-crewone-mcp-server -- npx -y @crewone/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "tzipway-dotcom-crewone-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@crewone/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tzipway-dotcom-crewone-mcp-server": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tzipway-dotcom-crewone-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@crewone/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tzipway-dotcom-crewone-mcp-server -t stdio -c npx -a -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.

  • 24 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 23 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail ▼ functional
  • 22 Sept 26 +1

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

  • 21 Sept 26 0
    • Security disclosure: fail → unverified ▼ functional
  • 20 Sept 26 +1

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

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
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 24 Sept 2026 · Analysed npm/@crewone/mcp-server@0.2.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 · 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. 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
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
clusterstring–Optional 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––
regionstring–Restrict 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
categorystring–Optional: 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
amenitiesarray–Required amenities, e.g. ["cyc wall", "blackout", "drive-in", "kitchen"].
locationstring–Geographic filter, e.g. "Taipei", "New Taipei", "Taoyuan".
max_budget_per_4hnumber–Maximum 4hr rate in TWD.
max_resultsnumber––
size_pingsnumber–Minimum studio size in 坪 (1 ping ≈ 3.3 m²).

No output schema declared.

No examples provided.

Common questions

What is the CrewOne MCP server?

CrewOne is an MCP server listed in the public MCP registry as io.github.tzipway-dotcom/crewone-mcp-server. Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools. This page covers its npm package (@crewone/mcp-server).

Is the CrewOne MCP server safe to use?

CrewOne scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 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 CrewOne MCP server expose?

CrewOne exposes 8 tools: search_equipment, search_studios, get_photographer, list_photographers, get_director, and 3 more. Their descriptions and schemas cost roughly 847 tokens of context every time the server is loaded.

Is the CrewOne MCP server still maintained?

CrewOne is still listed as active in the MCP registry. We last reached this channel on 24 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 CrewOne MCP server under?

CrewOne declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.