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

TaskTime Pro

NPM · @TASKTIMEPRO/AGENT-BRIDGE · SCANNED AUG 3

First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.

−8 this week 79 Trust /100
Trust breakdown (6 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 →

Supply Chain Security100
  • 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
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to tasktimepro/tasktime). View diagnostics → Pass
  • Clear OSI-approved license (AGPL-3.0-only).Pass
  • Actively maintained (last published 11 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 7408 tokens (~60/item across 122 items; 122 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 Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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 · @tasktimepro/agent-bridge

# add to Claude Code
claude mcp add pro-tasktime-agent-bridge -- npx -y @tasktimepro/agent-bridge
# add to Codex CLI
codex mcp add pro-tasktime-agent-bridge -- npx -y @tasktimepro/agent-bridge
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pro-tasktime-agent-bridge": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tasktimepro/agent-bridge"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pro-tasktime-agent-bridge --command npx --arg -y --arg @tasktimepro/agent-bridge
# ~/.hermes/config.yaml
mcp_servers:
  pro-tasktime-agent-bridge:
    command: "npx"
    args: ["-y", "@tasktimepro/agent-bridge"]
// mcp.json
{
  "mcpServers": {
    "pro-tasktime-agent-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@tasktimepro/agent-bridge"
      ]
    }
  }
}
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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −9
    • 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 +28
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: good functional
  • 26 Jul 26 59

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed npm/@tasktimepro/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
tasktimepro/tasktime
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/tasktimepro/tasktime/.github/workflows/publish-agent-bridge.yml@refs/heads/main
Rekor log index:
2219650844
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:2bc3caf1264ce3c13954848764567bde2b57353d22780b8aa9ab443fdeb711c9b838bab6db3c36a55876331476898969ef6e361ef684dfdef98be7987
Discovery method:
attestation_endpoint
Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 122 exposed · ~7,408 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.

Tool Tokens
unarchive_business_brand_asset ~36

Restore an archived business logo brand asset without changing invoices or business profile references.

NameTypeReqDescription
businessBrandAssetIdstringyes

No output schema declared.

No examples provided.

unarchive_client ~26

Restore an archived client without changing related data.

NameTypeReqDescription
clientIdstringyes

No output schema declared.

No examples provided.

unarchive_expense_category ~33

Restore an archived expense category without changing related expenses or recurring templates.

NameTypeReqDescription
expenseCategoryIdstringyes

No output schema declared.

No examples provided.

unarchive_project ~26

Restore an archived project without changing related data.

NameTypeReqDescription
projectIdstringyes

No output schema declared.

No examples provided.

unarchive_task ~36

Restore an archived task using TaskTime Pro unarchive behavior. This is not a destructive recreate.

NameTypeReqDescription
taskIdstringyes

No output schema declared.

No examples provided.

update_business_brand_asset ~41

Update a business logo brand asset without deleting invoices or business profile references.

NameTypeReqDescription
businessBrandAssetIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_business_info ~39

Update a business profile without deleting invoices, expenses, or brand assets.

NameTypeReqDescription
businessInfoIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_client ~45

Update non-destructive client fields such as contact, billing, tax, notes, hourly rate, and color.

NameTypeReqDescription
clientIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_email_template ~33

Update an invoice or quote email template.

NameTypeReqDescription
emailTemplateIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_expense_category ~43

Update expense category metadata such as name, group, default flag, and archive state.

NameTypeReqDescription
expenseCategoryIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_expense_recurrence ~43

Update a recurring expense template for future generated expenses without mutating already-created expenses.

NameTypeReqDescription
recurrenceIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_invoice_draft ~65

Edit allowed metadata, line items, totals, and UI composition fields on an existing draft invoice. This does not mark billing state, update task billing cutoffs, link projects, or advance invoice numbering.

NameTypeReqDescription
invoiceIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_invoice_template ~39

Update an invoice template. Sequence changes are allowed but should be deliberate.

NameTypeReqDescription
invoiceTemplateIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_payment_method ~39

Update a payment method without deleting invoices or expenses that reference older snapshots.

NameTypeReqDescription
paymentMethodIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_planner_attachment ~37

Update planner attachment options such as estimated hours.

NameTypeReqDescription
estimatedHoursnumber|null
plannerAttachmentIdstringyes

No output schema declared.

No examples provided.

update_preferences ~61

Update non-sync user preferences such as currency, theme, date/time format, default view, week start, task visibility, default billable behavior, sorting, weekly goals, and notification time. Sync/backup preferences are intentionally rejected.

NameTypeReqDescription
updatesobjectyes

No output schema declared.

No examples provided.

update_project ~49

Update non-destructive project fields such as title, rates, client link, color, deadline, budget, and task view preferences.

NameTypeReqDescription
projectIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_project_notes ~60

Update project notes with plain text or TipTap JSON using the same persisted notes payload as the UI.

NameTypeReqDescription
clearboolean
contentobject|null
plainTextstring
projectIdstringyes

No output schema declared.

No examples provided.

update_task ~44

Update a TaskTime Pro task through relationship and task-state invariants. Use complete_task for recurring occurrences.

NameTypeReqDescription
taskIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_tax_return_period ~55

Update non-status tax return period metadata such as title, dates, business profile, and notes. Filing/payment status changes use explicit status tools.

NameTypeReqDescription
taxReturnPeriodIdstringyes
updatesobjectyes

No output schema declared.

No examples provided.

update_time_entry ~88

Edit an active unbilled time entry after validating source/target task, billing cutoff, and complete-history overlap rules. Historical and billed entries are rejected.

NameTypeReqDescription
billingIncrementMinutesnumber|null
endnumber
entryIdstringyes
notestring|null
startnumber
taskIdstring

No output schema declared.

No examples provided.

update_timer ~50

Update an active timer note and/or start timestamp.

NameTypeReqDescription
notestring|null
startTimenumber
taskIdstring
timerKeystring

No output schema declared.

No examples provided.