Enables Claude Desktop to securely query a SQLite HR database, providing tools to check leave balances and list pending approvals through natural language.
Exposes read-only PostgreSQL-backed HR data through seven structured tools, including employee directory lookups, late arrival and absence reporting, and delay summarization, all validated with Zod and returning queryable structured content.
Exposes nine governed analytics tools — attrition, headcount, tenure, salary, promotion, and more — plus a restricted read-only SQL execution path, so an HR analyst's plain-English question resolves to a versioned, reproducible method instead of free-form LLM-written SQL. Tool selection is driven by the LLM, while role-based access control, PII screening, SQL guards, result validation, and audit logging keep every answer within policy.
Enables Claude to interact with a SQLite employee database, providing tools for managing employee records, computing statistics, and querying departments through natural language.