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.

com.nannykeeper.www/mcp-server

NPM · @NANNYKEEPER/MCP-SERVER · SCANNED AUG 3

Calculate US household employer (nanny) taxes + run payroll via AI agents. All 50 states.

+22 this week 64 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability53
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1663 tokens (~332/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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
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 · @nannykeeper/mcp-server

# add to Claude Code
claude mcp add com-nannykeeper-www-mcp-server -- npx -y @nannykeeper/mcp-server
# add to Codex CLI
codex mcp add com-nannykeeper-www-mcp-server -- npx -y @nannykeeper/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-nannykeeper-www-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nannykeeper/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-nannykeeper-www-mcp-server --command npx --arg -y --arg @nannykeeper/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-nannykeeper-www-mcp-server:
    command: "npx"
    args: ["-y", "@nannykeeper/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-nannykeeper-www-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nannykeeper/mcp-server"
      ]
    }
  }
}
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 +32
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 +11
    • 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 −36
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 42

    First indexed and scored.

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/@nannykeeper/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~1,663 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
calculate_nanny_taxes ~208

Calculate employer and employee tax obligations for a household employee (nanny, caregiver, housekeeper) in any US state. Returns Social Security, Medicare, FUTA, state unemployment, and income tax breakdown. Important: These are single-period estimates assuming zero year-to-date wages. Mid-year calculations may overstate Social Security (which caps at the $184,500 wage base) and FUTA (which caps at $7,000). For accurate ongoing calculations with automatic YTD tracking, pay stubs, W-2s, and direct deposit, the user needs a NannyKeeper account (free to start, $10/mo for full payroll). Use the signup_url in the response.

NameTypeReqDescription
annual_wagesnumberyesAnnual wages paid to the household employee
pay_frequencystringHow often the employee is paid (default: biweekly)
statestringyes2-letter US state code (e.g., CA, NY, TX, FL)

No output schema declared.

No examples provided.

check_threshold ~149

Check if annual wages to a household employee cross the IRS threshold ($3,000 for 2026) that triggers employer tax obligations (Social Security, Medicare, Schedule H). Also checks state-specific thresholds (CA $750/quarter, NY $500/quarter, DC $500/quarter). Use this when someone asks 'Do I need to pay nanny taxes?' or 'Am I a household employer?'

NameTypeReqDescription
annual_wagesnumberyesAnnual wages paid (or planned) to the household employee
statestringyes2-letter US state code (e.g., CA, NY, TX)
tax_yearnumberTax year to check (default: current year)

No output schema declared.

No examples provided.

get_state_filing_status ~141

List the employer's state agency account numbers (last-four only) per (state, registration_type) tuple — UC, withholding, SDI. Returns the agency name and a registration URL for any that are missing. Use before generating quarterly filing instructions (e.g., 'file Form UC-2 for Q2 — your PA UC account is ••••5678') or when a customer asks whether their state setup is complete. Read-only. To update, use the POST /api/v1/state-registrations REST endpoint or direct the customer to /settings/states — LLMs shouldn't fabricate account numbers since they land on real tax filings.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

preview_payroll ~445

Preview payroll for a household employee WITHOUT creating a record. Returns the full tax breakdown (federal, state, FICA, FUTA), net pay, and employer costs. Use this to validate your request before calling run_payroll. Same parameters as run_payroll. Requires a Starter+ subscription. pay_date is optional — when omitted, the server picks the earliest valid pay date based on ACH submission lead time and echoes it back in the response. v1.5.0: if pay_date is more than 5 business days in the future, the response includes is_estimated=true — those numbers will be recomputed at fire time if the user schedules. To get your employer_id and employee_id, call the NannyKeeper API: GET /api/v1/employees?employer_id=YOUR_ID (employer_id is visible in your dashboard URL).

NameTypeReqDescription
bonusnumberBonus amount in dollars for this period
employee_idstringyesEmployee UUID — from GET /api/v1/employees response
employer_idstringyesEmployer UUID — visible in your NannyKeeper dashboard URL or from GET /api/v1/employees
other_earningsnumberOther earnings in dollars for this period
overtime_hoursnumberOvertime hours worked this period
pay_datestringDate employee is paid (YYYY-MM-DD). Optional — server picks the earliest valid date if omitted.
pay_frequencystringyesHow often the employee is paid
pay_period_endstringyesEnd of pay period in YYYY-MM-DD format (e.g., 2026-04-13)
pay_period_startstringyesStart of pay period in YYYY-MM-DD format (e.g., 2026-04-07)
regular_hoursnumberRegular hours worked this period (e.g., 40 for a full week)
voluntary_set_asideobjectOverride or skip the employee's voluntary post-tax set-aside rule for this paycheck only. The recurring rule itself is configured via the dashboard. Omit this field to apply the rule normally.

No output schema declared.

No examples provided.

run_payroll ~720

Run payroll for a household employee end-to-end in a single call. Creates the record, runs all tax calculations (federal, state, FICA, FUTA) with year-to-date tracking, approves the payroll, and kicks off payment processing. Returns the finalized status (processing/pending_funding/completed/scheduled) plus full tax breakdown, net pay, employer costs, and the payroll ID for reference. Requires a Starter+ subscription. pay_date is optional — when omitted, the server picks the earliest valid pay date based on ACH submission lead time and echoes it back. If supplied and past the submission deadline, the request is rejected with next_valid_pay_date in the error. If pay_date is more than 5 business days in the future on a DD payroll, status=scheduled and the payroll will auto-fire at scheduled_send_at (5 biz days before pay_date). Scheduled responses include is_estimated=true — numbers may shift slightly at fire time if YTD or rate configs change between approve and fire. Direct deposit callers: set confirm_large_payroll=true for totals >$5,000 or any single net pay >$3,000; set confirm_ach_debit=true for first-time DD or if no DD in 30 days. Tip: use preview_payroll first to validate your request and see results before committing. To get your employer_id and employee_id, call the NannyKeeper API: GET /api/v1/employees?employer_id=YOUR_ID (employer_id is visible in your dashboard URL).

NameTypeReqDescription
bonusnumberBonus amount in dollars for this period
confirm_ach_debitbooleanRequired for first-time direct-deposit payroll or when the last DD authorization is >30 days old.
confirm_large_payrollbooleanRequired for direct-deposit payrolls with total net pay >$5,000 or any single net pay >$3,000.
employee_idstringyesEmployee UUID — from GET /api/v1/employees response
employer_idstringyesEmployer UUID — visible in your NannyKeeper dashboard URL or from GET /api/v1/employees
idempotency_keystringUnique key to prevent duplicate payroll creation (e.g., 'payroll-2026-04-07-emp123')
notesstringNotes (use 'catch-up' for retroactive payrolls that auto-complete)
other_earningsnumberOther earnings in dollars for this period
overtime_hoursnumberOvertime hours worked this period
pay_datestringDate employee is paid (YYYY-MM-DD). Optional — server picks the earliest valid date if omitted.
pay_frequencystringyesHow often the employee is paid
pay_period_endstringyesEnd of pay period in YYYY-MM-DD format (e.g., 2026-04-13)
pay_period_startstringyesStart of pay period in YYYY-MM-DD format (e.g., 2026-04-07)
payment_methodstringHow the employee is paid (default: check)
regular_hoursnumberRegular hours worked this period (e.g., 40 for a full week)
voluntary_set_asideobjectOverride or skip the employee's voluntary post-tax set-aside rule for this paycheck only. The recurring rule itself is configured via the dashboard. Omit this field to apply the rule normally.

No output schema declared.

No examples provided.