A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"employee-lifecycle-server": {
"url": "https://autoboardai-6a6483dc-brigadiers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"employee-lifecycle-server": {
"serverUrl": "https://autoboardai-6a6483dc-brigadiers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.employee-lifecycle-server] url = "https://autoboardai-6a6483dc-brigadiers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://autoboardai-6a6483dc-brigadiers-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Fetch the software, training, and channel requirements for a given role
Create a new employee profile in the system
Provision a user account on a given platform (e.g. Google Workspace, Slack, GitHub, Jira)
Assign training modules to an employee
Send a welcome email to a newly onboarded employee
Get the list of platforms and systems a user has access to
Revoke a user account on a given platform during offboarding
Reassign tickets from an offboarded employee to another employee
Mark an employee as inactive in the system during offboarding