Skip to content

v1.7.0 — State filing status

Latest

Choose a tag to compare

@imaznation imaznation released this 26 May 20:52

New tool: get_state_filing_status — lists the employer's state agency account numbers (UC, withholding, SDI) per state, with last-four masking. Use before drafting quarterly filing instructions or when a customer asks "do I have my state account numbers set up?"

Read-only by design. Upserts of account numbers are not exposed via MCP — LLMs are very capable of fabricating plausible account numbers, and we don't want one silently landing on a quarterly UC return. Customers enter via /settings/states or the REST API.

Backed by GET /v1/state-registrations on the NannyKeeper REST API.

Install / upgrade:

npx @nannykeeper/mcp-server

Or pin in your MCP config:

{
  "mcpServers": {
    "nannykeeper": {
      "command": "npx",
      "args": ["@nannykeeper/mcp-server@1.7.0"],
      "env": { "NANNYKEEPER_API_KEY": "..." }
    }
  }
}