WorkPulse MCP Server
by aliasdhacker
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address for HTTP transports. Default: 127.0.0.1 | 127.0.0.1 |
| MCP_PATH | No | Streamable HTTP endpoint path. Default: /mcp | /mcp |
| MCP_PORT | No | Bind port for HTTP transports. Default: 8888 | 8888 |
| MCP_AUT_MODE | No | Authentication mode for HTTP transports. Default: auto. Options: static, jwt, introspection, none. | auto |
| MCP_STATELESS | No | Stateless Streamable HTTP mode. Default: false | false |
| MCP_TRANSPORT | No | Transport type. Default: stdio. Options: stdio, streamable-http, sse. | stdio |
| MCP_BEARER_TOKEN | No | Pre-shared token for static auth mode. Not required by default. | |
| MCP_OAUTH_ISSUER | No | Authorization server issuer URL. | |
| MCP_RESOURCE_URL | No | Public URL of this endpoint; OAuth resource identifier. Default: http://<host>:<port>/mcp | |
| OCR_PIPELINE_URL | No | DriftMoney OCR pipeline URL. Default: http://localhost:8000 | http://localhost:8000 |
| WORKPULSE_API_URL | No | WorkPulse REST base URL. Default: http://localhost:8080 | http://localhost:8080 |
| MCP_OAUTH_AUDIENCE | No | Expected aud claim. Default: MCP_RESOURCE_URL | |
| MCP_OAUTH_JWKS_URL | No | Explicit JWKS URL. Default: discovered from issuer. | |
| WORKPULSE_PASSWORD | Yes | Required. WorkPulse password. | |
| WORKPULSE_USERNAME | Yes | Required. WorkPulse login username. | |
| MCP_OAUTH_CLIENT_ID | No | Client ID for introspection call. | |
| MCP_OAUTH_ALGORITHMS | No | Allowed JWT algorithms. Default: RS*/ES*/P256 | RS*/ES*/P256 |
| WORKPULSE_MCP_DATA_DIR | No | Batch state directory. Default: ~/.workpulse-mcp | |
| MCP_OAUTH_CLIENT_SECRET | No | Client secret for introspection call. | |
| MCP_OAUTH_REQUIRED_SCOPES | No | Scopes every token must carry. | |
| MCP_OAUTH_INTROSPECTION_URL | No | RFC 7662 introspection endpoint. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues