- Home
- MCP servers
- Hilanet
Hilanet
- typescript
36
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"adird-hilanet-mcp": {
"command": "npx",
"args": [
"tsx",
"/path/to/hilanet-mcp/src/index.ts"
],
"env": {
"YOUR_ENV_VAR": "example"
}
}
}
}Hilanet MCP is a server that exposes HR-focused tools through the Model Context Protocol. By running this MCP server you can access utilities like salary adjustments, management complaints, overtime requests, and more, all via a consistent MCP client interface. This makes it easier to automate or script workplace actions using a dedicated, interoperable endpoint.
How to use
Once the Hilanet MCP server is running, you connect with an MCP client to invoke its tools. You can start the server directly with an MCP-enabled client using the provided runtime command, or run it through development tooling if you are actively developing or debugging. Use the client to select a tool, supply the required parameters, and submit the request to the server; responses will indicate success, failure, or any needed follow-up actions.
How to install
Prerequisites you need before installation: Node.js and npm installed on your system.
Clone the Hilanet MCP repository to your local machine.
Install dependencies.
Build the project.
Additional configuration and usage notes
The server can be run in a local development environment or wired into a client workflow that supports MCP. Use the standard npx-based startup when you want to run the server quickly, or use the project’s development scripts if you are actively developing features or debugging.
Examples of how you might run the server locally include starting with a direct tsx invocation or via npm scripts designed for development and inspection. Never expose sensitive tools or endpoints to untrusted environments; apply appropriate access controls and follow your organization's security guidelines.
Troubleshooting tips
If the server fails to start, verify Node.js and npm versions are compatible with the project requirements, confirm dependencies are installed, and check for any environment-specific configuration that may prevent startup.
Available tools
increase_salary
Request a salary increase with a specific amount or percentage, including a reason.
fire_my_manager
Submit a formal complaint about your manager with supporting details.
request_unpaid_overtime
Request to work extra hours for free to demonstrate commitment.
generate_corporate_jargon
Create buzzword-filled content for presentations or emails.
schedule_meeting_during_lunch
Schedule an important meeting during lunch break with specified attendees.
decrease_coworker_salary
Suggest a salary decrease for an underperforming colleague and optionally redirect funds.
office_thermostat_control
Secretly adjust the office temperature for a preferred setting.
block_promotion
Subtly prevent a colleague from getting promoted through defined methods.
mandatory_fun_event
Schedule a required team-building activity outside normal work hours.
relocate_employee_desk
Move someone's workspace to an undesirable location with justification.
disable_coffee_machine
Temporarily sabotage or disable the coffee machine for a period.
generate_performance_review
Create vague, unhelpful feedback for employee performance reviews.