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.3.tar.gz (11.6 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.3-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: usb_workday_agent-1.1.3.tar.gz
  • Upload date:
  • Size: 11.6 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.3.tar.gz
Algorithm Hash digest
SHA256 f99cef1c282dbe1b326a32f9800b9ac7273b9136c490b194647fffa6c46d5c12
MD5 03354947b4306083acd44d7ab25b0bb6
BLAKE2b-256 4df08e886febf2340e39c16d0184d8100ec9b1092d3fb6023a95b5ecacdd7fc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for usb_workday_agent-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 064804c6a1932734c5fce714ac6d763ac5961327d445e00eb05d36f972bd4a0a
MD5 948afbbb39348eb1b746a60c37b9b597
BLAKE2b-256 4922fc6b07e308992e109defdabdbe93e4f5235ba3a9ff0c9a354d02e5ca1f51

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