TaskTime Pro
NPM · @TASKTIMEPRO/AGENT-BRIDGE · SCANNED AUG 3
First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.
Available components
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
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
claude mcp add pro-tasktime-agent-bridge -- npx -y @tasktimepro/agent-bridge
codex mcp add pro-tasktime-agent-bridge -- npx -y @tasktimepro/agent-bridge
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pro-tasktime-agent-bridge": {
"type": "local",
"command": [
"npx",
"-y",
"@tasktimepro/agent-bridge"
],
"enabled": true
}
}
} openclaw mcp add pro-tasktime-agent-bridge --command npx --arg -y --arg @tasktimepro/agent-bridge
mcp_servers:
pro-tasktime-agent-bridge:
command: "npx"
args: ["-y", "@tasktimepro/agent-bridge"] {
"mcpServers": {
"pro-tasktime-agent-bridge": {
"command": "npx",
"args": [
"-y",
"@tasktimepro/agent-bridge"
]
}
}
} 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
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.
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.
unarchive_business_brand_asset ~36
Restore an archived business logo brand asset without changing invoices or business profile references.
| Name | Type | Req | Description |
|---|---|---|---|
| businessBrandAssetId | string | yes | — |
No output schema declared.
No examples provided.
unarchive_client ~26
Restore an archived client without changing related data.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | string | yes | — |
No output schema declared.
No examples provided.
unarchive_expense_category ~33
Restore an archived expense category without changing related expenses or recurring templates.
| Name | Type | Req | Description |
|---|---|---|---|
| expenseCategoryId | string | yes | — |
No output schema declared.
No examples provided.
unarchive_project ~26
Restore an archived project without changing related data.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| taskId | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| businessBrandAssetId | string | yes | — |
| updates | object | yes | — |
No output schema declared.
No examples provided.
update_business_info ~39
Update a business profile without deleting invoices, expenses, or brand assets.
| Name | Type | Req | Description |
|---|---|---|---|
| businessInfoId | string | yes | — |
| updates | object | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | string | yes | — |
| updates | object | yes | — |
No output schema declared.
No examples provided.
update_email_template ~33
Update an invoice or quote email template.
| Name | Type | Req | Description |
|---|---|---|---|
| emailTemplateId | string | yes | — |
| updates | object | yes | — |
No output schema declared.
No examples provided.
update_expense_category ~43
Update expense category metadata such as name, group, default flag, and archive state.
| Name | Type | Req | Description |
|---|---|---|---|
| expenseCategoryId | string | yes | — |
| updates | object | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| recurrenceId | string | yes | — |
| updates | object | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| invoiceId | string | yes | — |
| updates | object | yes | — |
No output schema declared.
No examples provided.
update_invoice_template ~39
Update an invoice template. Sequence changes are allowed but should be deliberate.
| Name | Type | Req | Description |
|---|---|---|---|
| invoiceTemplateId | string | yes | — |
| updates | object | yes | — |
No output schema declared.
No examples provided.
update_payment_method ~39
Update a payment method without deleting invoices or expenses that reference older snapshots.
| Name | Type | Req | Description |
|---|---|---|---|
| paymentMethodId | string | yes | — |
| updates | object | yes | — |
No output schema declared.
No examples provided.
update_planner_attachment ~37
Update planner attachment options such as estimated hours.
| Name | Type | Req | Description |
|---|---|---|---|
| estimatedHours | number|null | — | — |
| plannerAttachmentId | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| updates | object | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | — |
| updates | object | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| clear | boolean | — | — |
| content | object|null | — | — |
| plainText | string | — | — |
| projectId | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| taskId | string | yes | — |
| updates | object | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| taxReturnPeriodId | string | yes | — |
| updates | object | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| billingIncrementMinutes | number|null | — | — |
| end | number | — | — |
| entryId | string | yes | — |
| note | string|null | — | — |
| start | number | — | — |
| taskId | string | — | — |
No output schema declared.
No examples provided.
update_timer ~50
Update an active timer note and/or start timestamp.
| Name | Type | Req | Description |
|---|---|---|---|
| note | string|null | — | — |
| startTime | number | — | — |
| taskId | string | — | — |
| timerKey | string | — | — |
No output schema declared.
No examples provided.