loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

nannykeeper

MCP Tool

imaznation/nannykeeper

MCP server and API examples for NannyKeeper — the household employer tax API. Calculate nanny taxes for all 50 US states.

Install

$ npx loaditout add imaznation/nannykeeper

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "nannykeeper": {
      "command": "npx",
      "args": [
        "-y",
        "nannykeeper"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

NannyKeeper — Household Employer Tax API

The only API for calculating US household employer (nanny) taxes. Covers all 50 states + DC.

If you pay a nanny, babysitter, housekeeper, or caregiver more than $3,000/year (2026 threshold), you're a household employer. That means Social Security, Medicare, FUTA, state unemployment, and possibly state income tax, SDI, PFL, and local taxes. The rules are different in every state. This API handles all of it.

What's in this repo
  • [mcp-server/](./mcp-server/) — MCP server so AI agents (Claude, ChatGPT, etc.) can calculate nanny taxes in conversation. Published on npm as @nannykeeper/mcp-server.
  • [examples/](./examples/) — Working code examples in Python, JavaScript, and curl.
  • [CLAUDE.md](./CLAUDE.md) / [AGENTS.md](./AGENTS.md) — Instructions for AI coding assistants.
How to calculate nanny taxes with an API

Get a free API key (email only, no credit card) at nannykeeper.com/developers/keys, then:

curl -X POST https://www.nannykeeper.com/api/v1/calculate \
  -H "Authorization: Bearer nk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"state":"CA","annual_wages":35000,"pay_frequency":"biweekly"}'

Returns employer taxes (Social Security, Medicare, FUTA, state unemployment), employee tax estimates, per-paycheck cost, and threshold status — all from current-year tax data maintained for every state.

Check the threshold first

Not sure if you even need to pay taxes? The threshold endpoint tells you:

curl -H "Authorization: Bearer nk_live_YOUR_KEY" \
  "https://www.nannykeeper.com/api/v1/threshold?state=CA&annual_wages=2500"

For 2026, the federal FICA threshold is $3,000/year per employee. Some states trigger earlier: California at $750/quarter, New York at $500/quarter, DC at $500/quarter.

MCP server for AI agents

AI assistants guess at tax calculat

Tags

ai-agentapihousehold-employermcpmcp-servermodel-context-protocolnanny-payrollnanny-taxpayrolltax-calculator

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/imaznation/nannykeeper)](https://loaditout.ai/skills/imaznation/nannykeeper)