LeaveManager
ai.smithery/akilat-spec-leave-manager-mcp
Documentation
Installation
pip install -r requirements.txtpython main.py
Configuration
DATABASE_URLorDB_HOST,DB_USER,DB_PASSWORD,DB_NAME,DB_PORTMCP_TRANSPORT(streamable-httpby default,stdiosupported)MCP_HOSTandPORTfor HTTP binding
Capabilities
get_leave_balancesmart_employee_searchapply_leave_aiai_assistant://{query}resource/healthroute
Limitations
- Requires a MySQL schema with
employee,department, andleave_balancetables. python-levenshteinis optional; without it, fuzzy matching falls back toSequenceMatcher.- The hosted remote endpoint requires Smithery authentication.
