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
list_clients ~28

List TaskTime Pro clients visible to the paired app session.

NameTypeReqDescription
includeArchivedboolean

No output schema declared.

No examples provided.

list_daily_goals ~23

List weekday daily planner goals.

NameTypeReqDescription
weekdaynumber

No output schema declared.

No examples provided.

list_email_templates ~30

List invoice/quote email templates, optionally filtered by template type.

NameTypeReqDescription
typestring|null

No output schema declared.

No examples provided.

list_expense_categories ~40

List active expense categories used by expense and recurring expense workflows. Set includeArchived to true to include archived categories.

NameTypeReqDescription
includeArchivedboolean

No output schema declared.

No examples provided.

list_expense_recurrences ~52

List recurring expense templates, optionally scoped by client/project or active status.

NameTypeReqDescription
activeOnlyboolean
clientIdstring|null
projectIdstring|null

No output schema declared.

No examples provided.

list_expenses ~51

List expenses, optionally scoped by client, project, or billable state.

NameTypeReqDescription
billableOnlyboolean
clientIdstring|null
projectIdstring|null

No output schema declared.

No examples provided.

list_invoice_templates ~19

List invoice templates, including sequence and branding defaults.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_invoices ~56

List invoices as bounded summary records, optionally scoped by client, project, or status.

NameTypeReqDescription
clientIdstring|null
limitnumber
projectIdstring|null
status

No output schema declared.

No examples provided.

list_payment_methods ~18

List payment methods used on invoices and expenses.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_planner_attachments ~63

List planner attachments, optionally filtered by entity, mode, date, or weekday.

NameTypeReqDescription
datestring
modestring
referenceIdstring
typestring
weekdaynumber

No output schema declared.

No examples provided.

list_projects ~21

List active TaskTime Pro projects visible to the paired app session.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_recent_entries ~49

List recent entries across complete local history with actual and billable duration summaries.

NameTypeReqDescription
limitnumber
projectIdstring|null
taskIdstring|null

No output schema declared.

No examples provided.

list_tasks ~30

List TaskTime Pro tasks, optionally scoped to a project ID.

NameTypeReqDescription
projectIdstring|null

No output schema declared.

No examples provided.

list_tax_return_periods ~23

List tax return periods used by Reports tax-claim workflows.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mark_expense_paid ~56

Mark an expense paid using existing TaskTime Pro payment snapshot behavior.

NameTypeReqDescription
amountnumber
expenseIdstringyes
paidBystring|null
paidOnstring|null

No output schema declared.

No examples provided.

mark_expense_unpaid ~24

Mark an expense unpaid.

NameTypeReqDescription
expenseIdstringyes

No output schema declared.

No examples provided.

mark_expenses_tax_claimed ~59

Mark selected expenses as tax claimed against an existing tax return period after explicit confirmation and TaskTime Pro approval.

NameTypeReqDescription
confirmClaimbooleanyes
expenseIdsarrayyes
taxReturnPeriodIdstringyes

No output schema declared.

No examples provided.

mark_expenses_tax_unclaimed ~48

Clear tax claim status and period links from selected expenses after explicit confirmation and TaskTime Pro approval.

NameTypeReqDescription
confirmUnclaimbooleanyes
expenseIdsarrayyes

No output schema declared.

No examples provided.

mark_tax_return_period_filed ~53

Mark a tax return period filed after explicit confirmation and TaskTime Pro approval.

NameTypeReqDescription
confirmFiledbooleanyes
filedAtnumber
taxReturnPeriodIdstringyes

No output schema declared.

No examples provided.

mark_tax_return_period_paid ~60

Mark a tax return period paid after explicit confirmation and TaskTime Pro approval.

NameTypeReqDescription
confirmPaidbooleanyes
filedAtnumber
paidAtnumber
taxReturnPeriodIdstringyes

No output schema declared.

No examples provided.

open_account_view ~32

Open the TaskTime Pro account route, optionally focused on a specific Account section.

NameTypeReqDescription
sectionstring

No output schema declared.

No examples provided.

open_client_view ~35

Open a client view in the paired TaskTime Pro app session after validating the client exists.

NameTypeReqDescription
clientIdstringyes

No output schema declared.

No examples provided.

open_dashboard_view ~22

Open the TaskTime Pro dashboard route in the paired app session.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

open_expenses_view ~38

Open the expenses route, optionally scoped by client or project.

NameTypeReqDescription
clientIdstring
projectIdstring

No output schema declared.

No examples provided.

open_invoice_view ~29

Open the invoices route, optionally focused on an existing invoice.

NameTypeReqDescription
invoiceIdstring

No output schema declared.

No examples provided.

open_planner_view ~40

Open the TaskTime Pro planner route, optionally for a specific year and week.

NameTypeReqDescription
weeknumber
yearnumber

No output schema declared.

No examples provided.

open_project_view ~35

Open a project view in the paired TaskTime Pro app session after validating the project exists.

NameTypeReqDescription
projectIdstringyes

No output schema declared.

No examples provided.

open_reports_view ~22

Open the TaskTime Pro reports route in the paired app session.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pause_expense_recurrence ~30

Pause a recurring expense template without deleting generated expenses.

NameTypeReqDescription
recurrenceIdstringyes

No output schema declared.

No examples provided.

pause_timer ~42

Pause a timer by timer key or task ID.

NameTypeReqDescription
pausedAtnumber
taskIdstring
timerKeystring

No output schema declared.

No examples provided.

preview_backup_import_json ~36

Validate a TaskTime Pro backup JSON payload and return version/count metadata without changing current data.

NameTypeReqDescription
backupJsonstringyes

No output schema declared.

No examples provided.

preview_delete_client ~50

Preview the UI-style cascade impact of deleting a client without mutating data.

NameTypeReqDescription
alsoDeleteProjectsboolean
clientIdstringyes
includeInvoiceDeletionboolean

No output schema declared.

No examples provided.

preview_delete_project ~41

Preview the UI-style cascade impact of deleting a project without mutating data.

NameTypeReqDescription
includeInvoiceDeletionboolean
projectIdstringyes

No output schema declared.

No examples provided.

preview_delete_task ~35

Preview the UI-style cascade impact of deleting an active or archived task without mutating data.

NameTypeReqDescription
taskIdstringyes

No output schema declared.

No examples provided.

preview_invoice_email ~117

Resolve invoice email recipient, template, subject, body, and attachment filename without sending email or mutating invoice state.

NameTypeReqDescription
attachmentTitlestring|null
bodystring|null
forwardToSelfboolean
fromNamestring|null
invoiceIdstringyes
replyTostring|null
sendTypestring
subjectstring|null
templateIdstring|null
tostring|null

No output schema declared.

No examples provided.

preview_invoice_from_unbilled_work ~86

Calculate a read-only invoice preview from unbilled project work. This does not create invoices, mark billing state, or advance invoice numbering.

NameTypeReqDescription
billingPeriodEndstring
billingPeriodStartstring
exchangeRatesobject|null
includeClientLevelExpensesboolean
projectIdstringyes

No output schema declared.

No examples provided.

preview_project_quote ~113

Build a non-persistent quote document from project estimates without creating invoices or billing side effects.

NameTypeReqDescription
additionalTasksarray
businessInfoIdstring|null
clientIdstring|null
invoiceTemplateIdstring|null
notestring
paymentMethodIdstring|null
projectIdstringyes
quoteDatestring
quoteTasksarray
quoteTimestampstring

No output schema declared.

No examples provided.

preview_project_quote_email ~188

Resolve project quote email recipient, template fields, body, and attachment title without sending email or mutating data.

NameTypeReqDescription
additionalTasksarray
attachmentTitlestring|null
bodystring|null
businessInfoIdstring|null
clientIdstring|null
emailTemplateIdstring|null
forwardToSelfboolean
fromNamestring|null
invoiceTemplateIdstring|null
notestring
paymentMethodIdstring|null
projectIdstringyes
quoteDatestring
quoteTasksarray
quoteTimestampstring
replyTostring|null
subjectstring|null
tostring|null

No output schema declared.

No examples provided.

refresh_pairing ~46

Create a fresh local TaskTime Pro pairing challenge and launch URL for the same bridge process when the previous pairing code expired or was consumed. This tool works before the browser app is paired.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_daily_goal ~23

Remove a weekday daily planner goal.

NameTypeReqDescription
weekdaynumberyes

No output schema declared.

No examples provided.

remove_planner_attachment ~29

Remove one planner attachment without deleting the referenced entity.

NameTypeReqDescription
plannerAttachmentIdstringyes

No output schema declared.

No examples provided.

resume_expense_recurrence ~32

Resume a paused recurring expense template without changing already-generated expenses.

NameTypeReqDescription
recurrenceIdstringyes

No output schema declared.

No examples provided.

resume_timer ~45

Resume a paused timer by timer key or task ID.

NameTypeReqDescription
idempotencyKeystring
taskIdstring
timerKeystring

No output schema declared.

No examples provided.

set_daily_goal ~44

Set or clear a weekday daily planner goal.

NameTypeReqDescription
targetEarningsnumber|null
targetHoursnumber|null
weekdaynumberyes

No output schema declared.

No examples provided.

set_default_business_info ~32

Set the default business profile and clear default status from the others.

NameTypeReqDescription
businessInfoIdstringyes

No output schema declared.

No examples provided.

set_default_email_template ~39

Set the default email template for its type and clear default status from other templates of the same type.

NameTypeReqDescription
emailTemplateIdstringyes

No output schema declared.

No examples provided.

set_default_invoice_template ~32

Set the default invoice template and clear default status from the others.

NameTypeReqDescription
invoiceTemplateIdstringyes

No output schema declared.

No examples provided.

set_default_payment_method ~32

Set the default payment method and clear default status from the others.

NameTypeReqDescription
paymentMethodIdstringyes

No output schema declared.

No examples provided.

start_timer ~51

Start a timer for a task. Existing active timers for the same key are not overwritten.

NameTypeReqDescription
idempotencyKeystring
notestring
taskIdstringyes

No output schema declared.

No examples provided.

stop_timer ~53

Stop a timer and create one matching time entry with complete-history validation and replay/concurrency recovery.

NameTypeReqDescription
idempotencyKeystring
taskIdstring
timerKeystring

No output schema declared.

No examples provided.