From 26f0ea4a1f6a5b6c7dcc9bb0a9041c244c644f50 Mon Sep 17 00:00:00 2001 From: imaznation Date: Wed, 1 Apr 2026 18:10:52 -0700 Subject: [PATCH 1/2] Add NannyKeeper MCP server for household employer tax calculations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..344a39a904 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Official integrations are maintained by companies building production ready MCP - Mulesoft Logo **[Mulesoft](https://www.npmjs.com/package/@mulesoft/mcp-server)** - Build, deploy, and manage MuleSoft applications with natural language, directly inside any compatible IDE. - Multiplayer Logo **[Multiplayer](https://www.multiplayer.app/docs/ai/mcp-server)** - Analyze your full stack session recordings easily. Record a bug with Multiplayer, analyze and fix it with LLM - Nango Logo **[Nango](https://nango.dev/docs/guides/use-cases/ai-tool-calling)** - Integrate your AI agent with 500+ APIs: Auth, custom tools, and observability. Open-source. +- NannyKeeper Logo **[NannyKeeper](https://github.com/imaznation/nannykeeper)** - Calculate US household employer (nanny) taxes for all 50 states. Returns Social Security, Medicare, FUTA, state unemployment, and income tax breakdown via MCP tools. - NanoVMs Logo **[NanoVMs](https://github.com/nanovms/ops-mcp)** - Easily Build and Deploy unikernels to any cloud. - Needle AI Logo **[Needle](https://github.com/needle-ai/needle-mcp)** - Production-ready RAG out of the box to search and retrieve data from your own documents. - Neo4j Logo **[Neo4j](https://github.com/neo4j-contrib/mcp-neo4j/)** - Neo4j graph database server (schema + read/write-cypher) and separate graph database backed memory From c51fd08a03cad027aa7687c301d56ca11b3f6ce1 Mon Sep 17 00:00:00 2001 From: imaznation Date: Mon, 13 Apr 2026 12:37:21 -0700 Subject: [PATCH 2/2] Update NannyKeeper description: add run_payroll tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344a39a904..37a1fc3d2e 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Official integrations are maintained by companies building production ready MCP - Mulesoft Logo **[Mulesoft](https://www.npmjs.com/package/@mulesoft/mcp-server)** - Build, deploy, and manage MuleSoft applications with natural language, directly inside any compatible IDE. - Multiplayer Logo **[Multiplayer](https://www.multiplayer.app/docs/ai/mcp-server)** - Analyze your full stack session recordings easily. Record a bug with Multiplayer, analyze and fix it with LLM - Nango Logo **[Nango](https://nango.dev/docs/guides/use-cases/ai-tool-calling)** - Integrate your AI agent with 500+ APIs: Auth, custom tools, and observability. Open-source. -- NannyKeeper Logo **[NannyKeeper](https://github.com/imaznation/nannykeeper)** - Calculate US household employer (nanny) taxes for all 50 states. Returns Social Security, Medicare, FUTA, state unemployment, and income tax breakdown via MCP tools. +- NannyKeeper Logo **[NannyKeeper](https://github.com/imaznation/nannykeeper)** - Calculate US household employer (nanny) taxes and run payroll for all 50 states. Tax calculations, threshold checks, and payroll with YTD tracking via MCP tools. - NanoVMs Logo **[NanoVMs](https://github.com/nanovms/ops-mcp)** - Easily Build and Deploy unikernels to any cloud. - Needle AI Logo **[Needle](https://github.com/needle-ai/needle-mcp)** - Production-ready RAG out of the box to search and retrieve data from your own documents. - Neo4j Logo **[Neo4j](https://github.com/neo4j-contrib/mcp-neo4j/)** - Neo4j graph database server (schema + read/write-cypher) and separate graph database backed memory