# io.github.markswendsen-code/taskrabbit (npm · @striderlabs/mcp-taskrabbit)

MCP server for TaskRabbit - let AI agents book home services and taskers

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

## Components

- npm · `@striderlabs/mcp-taskrabbit`: 69/100 (this document), [markdown](https://verifymcp.io/servers/markswendsen-code-taskrabbit/striderlabs-mcp-taskrabbit.md), [page](https://verifymcp.io/servers/markswendsen-code-taskrabbit/striderlabs-mcp-taskrabbit)

## Channel facts

- Registry: `npm`
- Package: `@striderlabs/mcp-taskrabbit`
- Version: `0.1.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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 46 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 744 tokens (~82/item across 9 items; 9 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add markswendsen-code-taskrabbit -- npx -y @striderlabs/mcp-taskrabbit
```

### Codex

```bash
codex mcp add markswendsen-code-taskrabbit -- npx -y @striderlabs/mcp-taskrabbit
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markswendsen-code-taskrabbit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@striderlabs/mcp-taskrabbit"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add markswendsen-code-taskrabbit --command npx --arg -y --arg @striderlabs/mcp-taskrabbit
```

### Hermes

```yaml
mcp_servers:
  markswendsen-code-taskrabbit:
    command: "npx"
    args: ["-y", "@striderlabs/mcp-taskrabbit"]
```

### Other

```json
{
  "mcpServers": {
    "markswendsen-code-taskrabbit": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-taskrabbit"
      ]
    }
  }
}
```

## 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-02 (score 69, +40)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 29, +8)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 21, +15)

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

### 2026-07-30 (score 6, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (9)

### `taskrabbit_auth_check` (~38 tokens)

Check if user is logged in to TaskRabbit. Returns login status and instructions if not authenticated. Call this before any other TaskRabbit operations.

### `taskrabbit_auth_clear` (~27 tokens)

Clear stored TaskRabbit session cookies. Use this to log out or reset authentication state.

### `taskrabbit_search_tasks` (~82 tokens)

Search available task categories and service types on TaskRabbit (e.g., 'furniture assembly', 'cleaning', 'handyman', 'moving'). Returns a list of matching service categories.

Input parameters:

- `query` (string): Optional search query to filter categories (e.g., 'cleaning', 'plumbing', 'moving'). Leave empty to get all categories.

### `taskrabbit_get_taskers` (~119 tokens)

Get available taskers for a specific task type and location. Returns tasker profiles with ratings, hourly rates, and review counts.

Input parameters:

- `location` (string, required): City, zip code, or address (e.g., 'San Francisco, CA', '94102', 'New York, NY')
- `sortBy` (string): Sort results by price, rating, or number of reviews
- `taskType` (string, required): The type of task or service (e.g., 'furniture assembly', 'house cleaning', 'handyman')

### `taskrabbit_get_tasker` (~68 tokens)

Get detailed profile for a specific tasker, including reviews, skills, response time, and availability. Use the tasker ID from taskrabbit_get_taskers results.

Input parameters:

- `taskerId` (string, required): The tasker's ID or username slug (from taskrabbit_get_taskers results)

### `taskrabbit_book_task` (~204 tokens)

Book a task with a specific tasker. Set confirm=false to preview booking details, confirm=true to actually submit the booking. Must be logged in.

Input parameters:

- `confirm` (boolean): Set to true to actually submit the booking, false to just preview. Default is false.
- `date` (string, required): Requested date in YYYY-MM-DD format (e.g., '2025-03-15')
- `description` (string): Optional description of the task and any special requirements
- `location` (string, required): Full address where the task will be performed (e.g., '123 Main St, San Francisco, CA 94102')
- `taskType` (string, required): The type of task being booked (e.g., 'furniture assembly')
- `taskerId` (string, required): The tasker's ID or username slug
- `time` (string, required): Requested start time (e.g., '10:00 AM', '2:30 PM', '14:00')

### `taskrabbit_get_tasks` (~54 tokens)

View your booked and active tasks on TaskRabbit. Returns task details including status, tasker, date, and price.

Input parameters:

- `filter` (string): Filter tasks by status. Defaults to 'all' if not specified.

### `taskrabbit_message_tasker` (~90 tokens)

Send a message to a tasker through the TaskRabbit inbox. Use the tasker's ID or a task ID to identify the conversation.

Input parameters:

- `message` (string, required): The message to send to the tasker
- `taskId` (string): Optional task ID to send the message within a specific task conversation
- `taskerId` (string, required): The tasker's ID or username to message

### `taskrabbit_cancel_task` (~62 tokens)

Cancel a booked task. Use the task ID from taskrabbit_get_tasks results. Cancellation policies may apply.

Input parameters:

- `reason` (string): Optional reason for cancellation
- `taskId` (string, required): The task ID to cancel (from taskrabbit_get_tasks results)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/markswendsen-code-taskrabbit/striderlabs-mcp-taskrabbit#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 29
- 2026-07-31: 21
- 2026-07-30: 6
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@striderlabs/mcp-taskrabbit
- Socket report: https://socket.dev/npm/package/@striderlabs/mcp-taskrabbit
- Repository: https://github.com/markswendsen-code/mcp-taskrabbit
- Changelog RSS feed: https://verifymcp.io/servers/markswendsen-code-taskrabbit/striderlabs-mcp-taskrabbit/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/markswendsen-code-taskrabbit/striderlabs-mcp-taskrabbit/changelog.json
- HTML version of this page: https://verifymcp.io/servers/markswendsen-code-taskrabbit/striderlabs-mcp-taskrabbit
