Clutter
NPM · CLUTTER-MCP · SCANNED AUG 3
Generate synthetic companies, documents & data via the Clutter API (e.g. to fill SharePoint).
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 30 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 970 tokens (~48/item across 20 items; 20 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage74
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 23% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · clutter-mcp
claude mcp add michaelhologram-clutter-mcp -- npx -y clutter-mcp
codex mcp add michaelhologram-clutter-mcp -- npx -y clutter-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"michaelhologram-clutter-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"clutter-mcp"
],
"enabled": true
}
}
} openclaw mcp add michaelhologram-clutter-mcp --command npx --arg -y --arg clutter-mcp
mcp_servers:
michaelhologram-clutter-mcp:
command: "npx"
args: ["-y", "clutter-mcp"] {
"mcpServers": {
"michaelhologram-clutter-mcp": {
"command": "npx",
"args": [
"-y",
"clutter-mcp"
]
}
}
} 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 +46
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −7
- 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 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 43
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/[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.
build_org Build organisation (async) ~179
Start building a synthetic organisation from a prompt. Returns 202 with an orgId. The build runs in the background (minutes) — then poll get_org, or call wait_for_org to block until ready. Omit projectId to auto-create a project (named after the generated company) — the simplest path.
| Name | Type | Req | Description |
|---|---|---|---|
| locale_language | string | — | BCP-47, e.g. en-US |
| projectId | string | — | Existing project to build into; OMIT to auto-create one |
| projectName | string | — | Name for the auto-created project (optional) |
| prompt | string | yes | — |
| ref_org_id | string | — | Build a variant FROM an existing org |
| target_systems | array | — | — |
| web_search | boolean | — | Use web search for real-world grounding (default true; set false to disable) |
No output schema declared.
No examples provided.
build_zip Build run ZIP (async) ~35
Start building a single ZIP of all of a run's documents. Poll get_zip_url after.
| Name | Type | Req | Description |
|---|---|---|---|
| runId | string | yes | — |
No output schema declared.
No examples provided.
clutter_whoami Who am I ~22
Return the authenticated Clutter user for the configured API key.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
create_project Create project ~30
Create a new Clutter project. Returns the project (with its id).
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.
create_run Create generation run (async) ~158
Launch a generation run. Returns 202 with a runId — poll get_run or call wait_for_run. kind + params: • doc_generator → { prompt, doc_number (≤300), file_types:[docx|pdf|xlsx|eml|jpg], structure:'flat'|'nested', target_system?, allow_underscores? } • data_generator → { prompt, row_count (≤2000), data_format:'xlsx'|'csv'|'json', data_fields?, target_system? } • doc_metadata_gen → { sourceRunId (a completed doc_generator run), data_format, data_fields?, target_system? }
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | yes | — |
| orgId | string | yes | — |
| params | object | — | — |
No output schema declared.
No examples provided.
delete_org Delete organisation ~36
Delete an organisation and ALL its runs/artefacts (S3 + DB). Irreversible.
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | — |
No output schema declared.
No examples provided.
delete_project Delete project ~46
Delete a project and EVERYTHING under it — all its organisations, runs, datasets, metadata and artefacts (S3 + DB). Irreversible.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | — |
No output schema declared.
No examples provided.
delete_run Delete run ~39
Delete a run and its artefacts (S3 + DB). Leaves the parent org intact. Irreversible.
| Name | Type | Req | Description |
|---|---|---|---|
| runId | string | yes | — |
No output schema declared.
No examples provided.
get_document_url Get document download URL ~31
Get a short-lived presigned download URL for a single generated document.
| Name | Type | Req | Description |
|---|---|---|---|
| documentId | string | yes | — |
No output schema declared.
No examples provided.
get_org Get organisation ~31
Get an organisation including its full org.json structure. Check `org.status`.
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | — |
No output schema declared.
No examples provided.
get_run Get run status ~32
Get a run's status + progress counts. Poll this until status is terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| runId | string | yes | — |
No output schema declared.
No examples provided.
get_usage Get API usage ~36
Your Clutter API usage (request counts by route) over a rolling window + the daily quota.
| Name | Type | Req | Description |
|---|---|---|---|
| windowHours | integer | — | — |
No output schema declared.
No examples provided.
get_zip_url Get run ZIP URL ~36
Get a presigned download URL for a run's ZIP (409 until the build is ready).
| Name | Type | Req | Description |
|---|---|---|---|
| runId | string | yes | — |
No output schema declared.
No examples provided.
list_orgs List organisations ~25
List the synthetic organisations in a project.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_projects List projects ~21
List all of your Clutter projects (top-level tenant containers).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_run_documents List run documents ~34
List the documents generated by a run (title, format, folderPath, status).
| Name | Type | Req | Description |
|---|---|---|---|
| runId | string | yes | — |
No output schema declared.
No examples provided.
list_runs List runs ~24
List the generation runs under an organisation.
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | — |
No output schema declared.
No examples provided.
query_org Query organisation ~48
Ask a grounded natural-language question about an organisation (synchronous, one-shot answer).
| Name | Type | Req | Description |
|---|---|---|---|
| locale_language | string | — | — |
| message | string | yes | — |
| orgId | string | yes | — |
No output schema declared.
No examples provided.
wait_for_org Wait for organisation build ~53
Poll an org until its build reaches a terminal state (ready/failed) or the timeout. Returns the final org summary.
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | — |
| timeoutSeconds | integer | — | default 600 |
No output schema declared.
No examples provided.
wait_for_run Wait for run ~54
Poll a run until it reaches a terminal state (complete/partial/failed) or the timeout. Returns the final run status.
| Name | Type | Req | Description |
|---|---|---|---|
| runId | string | yes | — |
| timeoutSeconds | integer | — | default 600 |
No output schema declared.
No examples provided.