Generate synthetic companies, documents & data via the Clutter API (e.g. to fill SharePoint).
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol stdio server that lets an AI agent drive the whole Clutter pipeline β invent a believable synthetic company, mass-produce the documents, spreadsheets, emails, images and datasets it would really have, poll for completion, and fetch download URLs β through Clutter's public REST API, authenticated with an API key.
Use it to fill dev/test/demo systems (SharePoint, CRMs, file shares) with realistic content β synthetic documents and synthetic data that stand in for the real thing. Generate test data, demo data and training data, or test documents and training documents, on demand β or give an AI agent believable data to reason over, all without touching real or sensitive data.
It's a thin HTTPS client with no dependency on the rest of the Clutter codebase.
clt_live_β¦, shown once).That's it β CLUTTER_API_URL defaults to https://clutter.run/api, so only the key is required.
| Env var | Required | Default | Notes |
|---|---|---|---|
CLUTTER_API_KEY | yes | β | clt_live_β¦ key (web app β Settings) |
CLUTTER_API_URL | no | https://clutter.run/api | Override only to target another deployment |
build_org β describe a company in a sentence β returns an orgId (omit projectId to
auto-create a project). Free.wait_for_org β block until the company build is ready.create_run β generate content against the company:
doc_generator β a batch of documents (docx/pdf/xlsx/eml/jpg), folder-organised.data_generator β one tabular dataset (xlsx/csv/json) with an exact row count.doc_metadata_gen β one metadata record per document of a prior doc run.wait_for_run β block until the run is complete.list_run_documents + get_document_url, or build_zip + get_zip_url for the whole run as a
single ZIP (folder tree preserved β ready to drop into SharePoint or a file share).clutter_whoami, get_usagelist_projects, create_project, delete_projectlist_orgs, build_org, get_org, wait_for_org, query_org, delete_orglist_runs, create_run, get_run, wait_for_run, list_run_documents,
get_document_url, build_zip, get_zip_url, delete_runbuild_org and create_run are asynchronous (return an id immediately); use the wait_for_* tools
to block until a terminal state, or poll get_org / get_run. Each tool maps to a REST endpoint and
returns the raw JSON response.
Company builds, metadata and "ask the company" are free. New accounts get 10 free documents + 100
free data rows, then pay-as-you-go (all prices USD: $0.10/document, $0.06/10 data rows). A 402 from create_run
means insufficient credit β top up at https://clutter.run/billing.
Clutter hands you download URLs; your agent does the upload (via Microsoft Graph). Beyond a plain "drop files into a library", the generated metadata can drive automation β apply sensitivity labels, set permissions, assign retention, route flat files to the right site/library by metadata, or even generate the information architecture itself. Worked patterns with Graph calls: https://clutter.run/sharepoint-cookbook.md
Full REST API: https://clutter.run/api/docs (Swagger UI) Β· machine-readable guide: https://clutter.run/llms.txt
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/clutter-2)<a href="https://allmcps.com/mcp/clutter-2"><img src="https://allmcps.com/api/badge/clutter-2?style=directory" alt="Clutter on AllMCPs" /></a>