Skip to main content
Glama
anevjes

HR MCP Server

by anevjes

HR MCP Server

An HR MCP Server built with FastMCP that exposes employee directory, profile, salary, and PII data through scope-based authorization.

Scopes

Scope

Description

reader

Access non-PII employee data (name, department, job title, office, etc.)

writer

Update employee records

restricted

Access PII / sensitive data (salary, address, tax info, bank details, etc.)

Scope mapping to tools

Tool

Required Scopes

list_employees

reader

get_employee_profile

reader

search_employee_directory

reader

get_org_chart

reader

get_employee_pii

restricted

get_employee_salary

restricted

get_employee_full_record

restricted

get_department_salary_summary

restricted

update_employee_profile

writer

update_employee_salary

writer + restricted

update_employee_contact

writer + restricted

whoami

(any authenticated user)

Setup

pip install fastmcp

Running

# STDIO mode (for MCP clients)
python server.py

# Or via FastMCP CLI
fastmcp run server.py

Mock Data

The server ships with 7 mock employees across departments (Engineering, Data Science, HR, Finance, Operations, Executive). All data is in-memory via hr_data.py.

demo-hr-mcp-hack

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anevjes/demo-hr-mcp-hack'

If you have feedback or need assistance with the MCP directory API, please join our Discord server