CrewOne
NPM · @CREWONE/MCP-SERVER · SCANNED AUG 3
Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.
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 →
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
- 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 82 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add tzipway-dotcom-crewone-mcp-server -- npx -y @crewone/mcp-server
codex mcp add tzipway-dotcom-crewone-mcp-server -- npx -y @crewone/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tzipway-dotcom-crewone-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@crewone/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add tzipway-dotcom-crewone-mcp-server --command npx --arg -y --arg @crewone/mcp-server
mcp_servers:
tzipway-dotcom-crewone-mcp-server:
command: "npx"
args: ["-y", "@crewone/mcp-server"] {
"mcpServers": {
"tzipway-dotcom-crewone-mcp-server": {
"command": "npx",
"args": [
"-y",
"@crewone/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Director 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").
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Photographer 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.
| Name | Type | Req | Description |
|---|---|---|---|
| genre | string | — | — |
| max_results | number | — | — |
| region | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| cluster | string | — | Optional cluster filter, e.g. "hard-flash glamor", "soft natural-window B&W", "painterly soft-focus", "high-saturation surrealism". |
| max_results | number | — | — |
| region | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| brief | string | yes | Free-text project brief, mood description, or shoot direction. Chinese or English. |
| genre | string | — | — |
| max_results | number | — | — |
| region | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| brief | string | yes | Free-text project brief, mood description, or shoot direction. Chinese or English. |
| max_results | number | — | — |
| region | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Optional: narrow to a specific category. |
| max_results | number | — | — |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amenities | array | — | Required amenities, e.g. ["cyc wall", "blackout", "drive-in", "kitchen"]. |
| location | string | — | Geographic filter, e.g. "Taipei", "New Taipei", "Taoyuan". |
| max_budget_per_4h | number | — | Maximum 4hr rate in TWD. |
| max_results | number | — | — |
| size_pings | number | — | Minimum studio size in 坪 (1 ping ≈ 3.3 m²). |
No output schema declared.
No examples provided.