Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.markswendsen-code/taskrabbit

NPM · @STRIDERLABS/MCP-TASKRABBIT · SCANNED SEP 21

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

−1 this week 81 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 744 tokens (~82/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "taskrabbit_message_tasker" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.markswendsen-code/taskrabbit MCP server?

io.github.markswendsen-code/taskrabbit runs locally as an npm package, launched with npx -y @striderlabs/mcp-taskrabbit. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @striderlabs/mcp-taskrabbit

# add to Claude Code
claude mcp add markswendsen-code-taskrabbit -- npx -y @striderlabs/mcp-taskrabbit
// .cursor/mcp.json
{
  "mcpServers": {
    "markswendsen-code-taskrabbit": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-taskrabbit"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "markswendsen-code-taskrabbit": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-taskrabbit"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add markswendsen-code-taskrabbit --command npx --arg -y --arg @striderlabs/mcp-taskrabbit
# ~/.hermes/config.yaml
mcp_servers:
  markswendsen-code-taskrabbit:
    command: "npx"
    args: ["-y", "@striderlabs/mcp-taskrabbit"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "markswendsen-code-taskrabbit": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@striderlabs/mcp-taskrabbit"
      ]
    }
  }
}
# add to Vellum
assistant mcp add markswendsen-code-taskrabbit -t stdio -c npx -a -y @striderlabs/mcp-taskrabbit
// mcp.json
{
  "mcpServers": {
    "markswendsen-code-taskrabbit": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-taskrabbit"
      ]
    }
  }
}
Changelog

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.

  • 20 Sept 26 +1

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

  • 19 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 16 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 +1

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

Diagnostics

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 21 Sept 2026 · Analysed npm/@striderlabs/mcp-taskrabbit@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~744 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
taskrabbit_auth_check ~38

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

taskrabbit_auth_clear ~27

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

taskrabbit_book_task ~204

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.

NameTypeReqDescription
confirmbooleanSet to true to actually submit the booking, false to just preview. Default is false.
datestringyesRequested date in YYYY-MM-DD format (e.g., '2025-03-15')
descriptionstringOptional description of the task and any special requirements
locationstringyesFull address where the task will be performed (e.g., '123 Main St, San Francisco, CA 94102')
taskTypestringyesThe type of task being booked (e.g., 'furniture assembly')
taskerIdstringyesThe tasker's ID or username slug
timestringyesRequested start time (e.g., '10:00 AM', '2:30 PM', '14:00')

No output schema declared.

No examples provided.

taskrabbit_cancel_task ~62

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

NameTypeReqDescription
reasonstringOptional reason for cancellation
taskIdstringyesThe task ID to cancel (from taskrabbit_get_tasks results)

No output schema declared.

No examples provided.

taskrabbit_get_tasker ~68

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

NameTypeReqDescription
taskerIdstringyesThe tasker's ID or username slug (from taskrabbit_get_taskers results)

No output schema declared.

No examples provided.

taskrabbit_get_taskers ~119

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

NameTypeReqDescription
locationstringyesCity, zip code, or address (e.g., 'San Francisco, CA', '94102', 'New York, NY')
sortBystringSort results by price, rating, or number of reviews
taskTypestringyesThe type of task or service (e.g., 'furniture assembly', 'house cleaning', 'handyman')

No output schema declared.

No examples provided.

taskrabbit_get_tasks ~54

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

NameTypeReqDescription
filterstringFilter tasks by status. Defaults to 'all' if not specified.

No output schema declared.

No examples provided.

taskrabbit_message_tasker ~90

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

NameTypeReqDescription
messagestringyesThe message to send to the tasker
taskIdstringOptional task ID to send the message within a specific task conversation
taskerIdstringyesThe tasker's ID or username to message

No output schema declared.

No examples provided.

taskrabbit_search_tasks ~82

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

NameTypeReqDescription
querystringOptional search query to filter categories (e.g., 'cleaning', 'plumbing', 'moving'). Leave empty to get all categories.

No output schema declared.

No examples provided.

Common questions

What is the io.github.markswendsen-code/taskrabbit MCP server?

io.github.markswendsen-code/taskrabbit is an MCP server listed in the public MCP registry as io.github.markswendsen-code/taskrabbit. MCP server for TaskRabbit - let AI agents book home services and taskers. This page covers its npm package (@striderlabs/mcp-taskrabbit).

Is the io.github.markswendsen-code/taskrabbit MCP server safe to use?

io.github.markswendsen-code/taskrabbit scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.markswendsen-code/taskrabbit MCP server expose?

io.github.markswendsen-code/taskrabbit exposes 9 tools: taskrabbit_auth_check, taskrabbit_auth_clear, taskrabbit_search_tasks, taskrabbit_get_taskers, taskrabbit_get_tasker, and 4 more. Their descriptions and schemas cost roughly 744 tokens of context every time the server is loaded.

Is the io.github.markswendsen-code/taskrabbit MCP server still maintained?

io.github.markswendsen-code/taskrabbit is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.markswendsen-code/taskrabbit MCP server under?

io.github.markswendsen-code/taskrabbit declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.