
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@mindstone-engineering/mcp-server-humaans
Advanced tools
Humaans HR platform MCP server for Model Context Protocol hosts
Humaans HR platform MCP server for Model Context Protocol hosts. Query employee profiles, job roles, time-away requests, company info, and office locations through a standardised MCP interface.
cd <path-to-repo>/connectors/humaans
npm install
npm run build
npx -y @mindstone-engineering/mcp-server-humaans
node dist/index.js
HUMAANS_API_KEY — Humaans API access token (from app settings)MCP_HOST_BRIDGE_STATE — optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE — backwards-compatible alias for MCP_HOST_BRIDGE_STATE{
"mcpServers": {
"Humaans": {
"command": "npx",
"args": ["-y", "@mindstone-engineering/mcp-server-humaans"],
"env": {
"HUMAANS_API_KEY": "your-api-key"
}
}
}
}
{
"mcpServers": {
"Humaans": {
"command": "node",
"args": ["<path-to-repo>/connectors/humaans/dist/index.js"],
"env": {
"HUMAANS_API_KEY": "your-api-key"
}
}
}
}
configure_humaans_api_key — Configure the Humaans API access tokenget_humaans_me — Get the current authenticated user's profilelist_humaans_people — List employeesget_humaans_person — Get full employee profile by IDlist_humaans_job_roles — List job role history for employeesget_humaans_job_role — Get a specific job role by IDlist_humaans_time_away — List time-away entries (PTO, sick leave, etc.)create_humaans_time_away — Create a time-away requestlist_humaans_time_away_types — List available time-away typeslist_humaans_locations — List company locations/officesget_humaans_company — Get company informationFSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
FAQs
Humaans HR platform MCP server for Model Context Protocol hosts
We found that @mindstone-engineering/mcp-server-humaans demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.