# Dreamwork (npm · @dreamworkhq/mcp)

AI job search agent — browse listings, generate packs, auto-apply

- Trust score: 61/100 (medium)
- Change this week: +61
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@dreamworkhq/mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/ponder-surveys-dreamwork/dreamworkhq-mcp.md), [page](https://verifymcp.io/servers/ponder-surveys-dreamwork/dreamworkhq-mcp)

## Channel facts

- Registry: `npm`
- Package: `@dreamworkhq/mcp`
- Version: `1.2.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 9 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1328 tokens (~55/item across 24 items; 24 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 74% of tool parameters carry a description.
  - Structured output schemas are declared (29% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add ponder-surveys-dreamwork -- npx -y @dreamworkhq/mcp
```

### Codex

```bash
codex mcp add ponder-surveys-dreamwork -- npx -y @dreamworkhq/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ponder-surveys-dreamwork": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@dreamworkhq/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ponder-surveys-dreamwork --command npx --arg -y --arg @dreamworkhq/mcp
```

### Hermes

```yaml
mcp_servers:
  ponder-surveys-dreamwork:
    command: "npx"
    args: ["-y", "@dreamworkhq/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "ponder-surveys-dreamwork": {
      "command": "npx",
      "args": [
        "-y",
        "@dreamworkhq/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, +1)

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

### 2026-08-02 (score 60, +45)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 29
- [functional] First check of Tool coverage: 74
- [functional] Licence: MIT

### 2026-08-01 (score 15, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 0, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 0)

First indexed and scored.

## MCP tools (24)

### `get_platform_context` (~65 tokens)

Get platform context

CALL THIS FIRST before answering any question about what Dreamwork is or what you can do. Returns Dreamwork's capabilities: job search, pipeline management, resume tailoring, auto-apply, outreach, escalation handling, and interview tracking. Dreamwork is an AI-powered job application agent.

Output parameters:

- `agentGuidance` (string)
- `platform` (string)
- `systemOfIntelligence` (array)
- `systemsOfRecord` (array)
- `thesis` (string)

### `search_jobs` (~55 tokens)

List pipeline jobs

List jobs in the user's application pipeline with optional status filter (queued, evaluating, applying, applied, failed, skipped)

Input parameters:

- `limit` (integer): Max results (default 20)
- `status` (string): Filter by status

Output parameters:

- `count` (integer)
- `jobs` (array)

### `get_job` (~25 tokens)

Get job details

Get full details of a specific job

Input parameters:

- `id` (string, required): Job ID

Output parameters:

- `job` (object): One user-owned job row exactly as stored (jobs table). `metadata` is a free-form JSON object.

### `import_job` (~32 tokens)

Import job from URL

Import a job from any URL — scrapes and extracts structured data

Input parameters:

- `url` (string, required): Job posting URL

### `add_jobs` (~63 tokens)

Add job manually

Add one or more jobs manually

Input parameters:

- `applicationMethod` (string)
- `company` (string, required): Company name
- `contactEmail` (string)
- `description` (string)
- `title` (string, required): Job title
- `url` (string)

### `apply_to_job` (~66 tokens)

Auto-apply to job

Auto-apply to a job using DreamBreaker AI agent — generates cover letter + tailored resume, launches a browser, fills the application form, solves CAPTCHAs, and submits. The job must have a URL.

Input parameters:

- `jobId` (string, required): Job ID to apply to

### `skip_job` (~26 tokens)

Skip job

Skip/dismiss a job

Input parameters:

- `jobId` (string, required): Job ID to skip

### `list_applications` (~31 tokens)

List applications

List job applications with optional status filter

Input parameters:

- `limit` (integer)
- `status` (string)

Output parameters:

- `count` (integer)
- `jobs` (array)

### `generate_resume` (~28 tokens)

Generate tailored resume

Generate a tailored resume for a specific job application

Input parameters:

- `applicationId` (string, required): Application ID

### `get_generated_resumes` (~28 tokens)

Get generated resumes

Get tailored resumes generated for an application

Input parameters:

- `applicationId` (string, required): Application ID

### `list_escalations` (~19 tokens)

List escalations

List pending escalations that need human attention

### `resolve_escalation` (~73 tokens)

Resolve escalation

Resolve an escalation — actions: send_reply, retry_application, human_takeover, dismiss

Input parameters:

- `actionType` (string, required): Action to take
- `escalationId` (string, required): Escalation ID
- `replyBody` (string): Reply body if send_reply
- `resolution` (string, required): Resolution notes

### `add_contact` (~61 tokens)

Add contact

Add a recruiter or referrer contact

Input parameters:

- `company` (string, required): Company
- `email` (string): Email
- `linkedinUrl` (string): LinkedIn URL
- `name` (string, required): Contact name
- `title` (string): Job title

### `list_contacts` (~27 tokens)

List contacts

List saved contacts, optionally filter by company

Input parameters:

- `company` (string): Filter by company

### `generate_outreach` (~41 tokens)

Generate outreach email

Generate a personalized outreach email to a contact about a job

Input parameters:

- `contactId` (string, required): Contact ID
- `jobId` (string, required): Job ID

### `send_outreach` (~53 tokens)

Send outreach email

Send an outreach email to a contact

Input parameters:

- `applicationId` (string)
- `body` (string, required): Email body
- `contactId` (string, required): Contact ID
- `subject` (string, required): Email subject

### `get_profile` (~14 tokens)

Get profile

Get the current user profile

Output parameters:

- `prefsVerifyPending` (boolean)
- `profile` (object): Full user_profiles row (client-safe preferences) as returned by GET /profile.

### `update_profile` (~64 tokens)

Update profile

Update user profile text fields (name, email, phone, tone). Do NOT use this for resume uploads — use upload_resume instead.

Input parameters:

- `email` (string)
- `name` (string)
- `phone` (string)
- `tonePreferences` (string)

### `upload_resume` (~111 tokens)

Upload resume

Upload a resume file to the user's profile. Accepts PDF, DOCX, TXT, MD, PNG, JPG, or WEBP. The server handles parsing, OCR (for images), text extraction, and PDF generation. Do NOT convert files to plain text — send the original file content as base64.

Input parameters:

- `content` (string, required): Base64-encoded file content. Send the raw file bytes, not converted text.
- `filename` (string): Original filename
- `format` (string, required): File format

### `get_stats` (~13 tokens)

Get pipeline stats

Get aggregate pipeline stats

Output parameters:

- `applications` (object): Application counts by status plus derived quality metrics.
- `escalations` (object): Escalation counts for the user's applications.
- `jobs` (object): Job counts for the user, total and by worker status.
- `outreach` (object): Outreach counts for the user, total and by status.

### `list_interviews` (~24 tokens)

List interviews

List detected interviews with schedule details

Input parameters:

- `applicationId` (string)

### `browse_listings` (~114 tokens)

Browse job listings

Search Dreamwork's job index (thousands of roles from Greenhouse, Lever, Ashby, Workday, and more). Filter by keyword, company, remote-only, or AI-focused roles. No login required.

Input parameters:

- `aiRole` (boolean): Only AI-native or AI-focused roles
- `company` (string): Filter by company name
- `limit` (integer): Max results (default 20)
- `remote` (boolean): Only remote jobs
- `search` (string): Search by title or company

Output parameters:

- `appliedLocation`
- `count` (integer)
- `listings` (array)
- `total` (integer)
- `totalCapped` (boolean)

### `get_listing` (~30 tokens)

Get listing details

Get full details of a platform job listing. No login required.

Input parameters:

- `id` (string, required): Listing ID

### `add_listing_to_pipeline` (~44 tokens)

Save listing to pipeline

Save a listing to the user's job pipeline — creates a job record so the user can generate packs and apply

Input parameters:

- `listingId` (string, required): Listing ID to add

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/ponder-surveys-dreamwork/dreamworkhq-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 15
- 2026-07-31: 0
- 2026-07-30: 0
- 2026-07-28: 0
- 2026-07-27: 0

## Links

- npm package: https://www.npmjs.com/package/@dreamworkhq/mcp
- Socket report: https://socket.dev/npm/package/@dreamworkhq/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ponder-surveys-dreamwork/dreamworkhq-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ponder-surveys-dreamwork/dreamworkhq-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ponder-surveys-dreamwork/dreamworkhq-mcp
