Skip to main content

USB Workday Agent - MCP integration for Workday automation with employee time tracking tools

Project description

USB Workday Agent

MCP integration for Workday automation using the wxO-nit virtual environment.

Overview

This project provides an MCP (Model Context Protocol) server for automating Workday operations. It leverages the FastMCP framework to expose tools and resources for Workday integration.

Prerequisites

  • Python 3.10 or higher
  • wxO-nit virtual environment (located at ../wxO-nit)
  • MCP-compatible client (e.g., Claude Desktop, Bob)

Installation

Using the wxO-nit Virtual Environment

This project uses the existing wxO-nit virtual environment:

# Activate the wxO-nit virtual environment
source ../wxO-nit/bin/activate

# Install this package in development mode
pip install -e .

Standalone Installation

Alternatively, create a new virtual environment:

# Create virtual environment
python -m venv venv

# Activate virtual environment
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -e .

Development

Install Development Dependencies

pip install -e ".[dev]"

Code Formatting

# Format code with black
black .

# Lint with ruff
ruff check .

Testing

pytest

Project Structure

usb-workday-agent/
├── README.md
├── pyproject.toml
├── setup.py
└── (source files to be added)

Dependencies

  • mcp (>=0.9.0): Model Context Protocol core library
  • fastmcp (>=3.0.0): FastMCP framework for building MCP servers

Running the MCP Server

Start the Server

# Activate the wxO-nit virtual environment
source ../wxO-nit/bin/activate

# Run the server directly
python3 server.py

# Or use the installed command (after pip install -e .)
usb-workday-agent

MCP Client Configuration

Add to your MCP client configuration (e.g., Claude Desktop):

{
  "mcpServers": {
    "usb-workday-agent": {
      "command": "python",
      "args": ["/Users/amandawinkles/bob/usb-workday-agent/server.py"],
      "env": {
        "PYTHONPATH": "/Users/amandawinkles/bob/wxO-nit/lib/python3.10/site-packages"
      }
    }
  }
}

Available Tools

The server provides the following tools for watsonx Orchestrate:

  • get_workday_status: Check Workday integration status
  • query_workday_data: Query data from Workday API endpoints
  • create_workday_record: Create new records in Workday
  • update_workday_record: Update existing Workday records
  • search_workday_records: Search for records with criteria
  • execute_workday_report: Run Workday reports and retrieve results

Available Resources

  • workday://config: Get Workday configuration details
  • workday://status: Check connection status to Workday

Configuration

Workday API credentials and configuration should be set via environment variables:

export WORKDAY_TENANT="your-tenant"
export WORKDAY_USERNAME="your-username"
export WORKDAY_PASSWORD="your-password"
export WORKDAY_API_VERSION="v1"

License

MIT License

Author

Amanda Winkles

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

usb_workday_agent-1.1.0.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

usb_workday_agent-1.1.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file usb_workday_agent-1.1.0.tar.gz.

File metadata

  • Download URL: usb_workday_agent-1.1.0.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for usb_workday_agent-1.1.0.tar.gz
Algorithm Hash digest
SHA256 d9eb4c947bc41039b1aaadab8d7133744318764f4ce59dc9cb4cb09ac388e419
MD5 c351e52b2b5e5913e6308c0999698593
BLAKE2b-256 77cb39c973ecd509fece34d6d0849a482537f1f09fc0d56b7da5fcce87241bd8

See more details on using hashes here.

File details

Details for the file usb_workday_agent-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for usb_workday_agent-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a21d56a991b30c4714696193cd941323802c7511c89886bfe009e733e8ba12a5
MD5 368add4bea332459f56cd3959339652f
BLAKE2b-256 a5463ff01a7947c2e87c347e901b4217f3842572b06cef592eb163452e479601

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page