Open-source MCP server for PrismHR. PEO workflow tools + Microsoft 365 connectors.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
prismhr-mcp · pypi · 0.1.0.dev57
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nikulk2992-jpg/prismhr-mcp",
"description": "Open-source MCP server for PrismHR. PEO workflow tools + Microsoft 365 connectors.",
"title": "PrismHR MCP",
"repository": {
"url": "https://github.com/nikulk2992-jpg/prismhr-mcp",
"source": "github"
},
"version": "0.1.0.dev57",
"websiteUrl": "https://github.com/nikulk2992-jpg/prismhr-mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "prismhr-mcp",
"version": "0.1.0.dev57",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Target environment. 'uat' (default) or 'prod' (requires PRISMHR_MCP_ALLOW_PROD=true).",
"default": "uat",
"name": "PRISMHR_MCP_ENVIRONMENT"
},
{
"description": "PrismHR PEO identifier. Ask your PrismHR admin for the value assigned to your web service user.",
"isRequired": true,
"name": "PRISMHR_MCP_PEO_ID"
},
{
"description": "PrismHR API username. Alternatively use 1Password via PRISMHR_MCP_ONEPASSWORD_VAULT + PRISMHR_MCP_ONEPASSWORD_ITEM_PRISMHR.",
"name": "PRISMHR_MCP_USERNAME"
},
{
"description": "PrismHR API password. Alternatively use 1Password.",
"isSecret": true,
"name": "PRISMHR_MCP_PASSWORD"
},
{
"description": "1Password vault name (requires op CLI signed in). Overridden by direct USERNAME/PASSWORD.",
"name": "PRISMHR_MCP_ONEPASSWORD_VAULT"
},
{
"description": "1Password item name containing PrismHR credentials.",
"name": "PRISMHR_MCP_ONEPASSWORD_ITEM_PRISMHR"
},
{
"description": "Must be 'true' to allow PRISMHR_MCP_ENVIRONMENT=prod. Safety default keeps first-run posture on UAT.",
"default": "false",
"name": "PRISMHR_MCP_ALLOW_PROD"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-04-21T04:36:27.494317Z",
"publishedAt": "2026-04-21T04:36:27.494317Z",
"updatedAt": "2026-04-21T04:36:27.494317Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0.dev57last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.