MCP.so
登录

BambooHR MCP

@encoreshao

关于 BambooHR MCP

A Model Context Protocol (MCP) library for BambooHR, built with Node.js and TypeScript.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

encoreshao

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is BambooHR MCP?

BambooHR MCP is a Model Context Protocol library built with Node.js and TypeScript. It provides a clean, type-safe interface to interact with the BambooHR API, allowing developers to read and write HR data programmatically.

How to use BambooHR MCP?

Clone the repository, install dependencies with npm install, then set three environment variables: BAMBOOHR_TOKEN, BAMBOOHR_COMPANY_DOMAIN, and BAMBOOHR_EMPLOYEE_ID. Import helper functions like fetchEmployeeDirectory, fetchWhosOut, or submitWorkHours and call them with your credentials and domain.

Key features of BambooHR MCP

  • TypeScript types for all models and API responses
  • Simple, promise-based API for major BambooHR endpoints
  • Easy to extend and integrate into existing projects
  • Supports employee directory, who’s out, projects, time entries
  • Work hours submission with project/task ID lookups

Use cases of BambooHR MCP

  • Automate listing all employees with name, email, and job title
  • Check who is out of office on a given day
  • Submit work hours for a specific project and task
  • Fetch and display time entries for reporting
  • Integrate BambooHR data into custom HR dashboards

FAQ from BambooHR MCP

How do I create a BambooHR API token?

Log in to your BambooHR account, click your profile picture, select "API Keys", add a new key, and copy the generated token immediately (it is shown only once).

How do I find my company domain?

Your company domain is the subdomain used in your BambooHR URL. For https://yourcompany.bamboohr.com, the domain is yourcompany.

How do I get my employee ID?

Your employee ID appears in your BambooHR profile URL, for example https://yourcompany.bamboohr.com/employees/employee.php?id=123.

What environment variables are required?

You must set BAMBOOHR_TOKEN, BAMBOOHR_COMPANY_DOMAIN, and BAMBOOHR_EMPLOYEE_ID. These can also be passed directly to the API methods.

Where does data live and how is it transferred?

All data is stored in BambooHR’s cloud. The library communicates with the BambooHR REST API over HTTPS, using the API token for authentication.

评论

其他 分类下的更多 MCP 服务器