UiPath MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for SSE mode | 3000 |
| UIPATH_URL | Yes | UiPath Orchestrator base URL | |
| MCP_TRANSPORT | No | Transport mode | stdio |
| UIPATH_CLIENT_ID | Yes | External Application client ID | |
| UIPATH_FOLDER_ID | No | Default folder ID | |
| UIPATH_TENANT_NAME | No | Tenant name | Default |
| UIPATH_CLIENT_SECRET | Yes | External Application client secret | |
| UIPATH_DISABLE_SSL_VERIFY | No | Disable SSL verification | 0 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| uipath_get_foldersC | Get folders from UiPath Orchestrator. |
| uipath_get_robotsA | Get robots from UiPath Orchestrator with optional folder filtering. |
| uipath_get_machinesC | Get machines from UiPath Orchestrator. |
| uipath_get_robot_assetA | Get an asset value for a robot by ID and asset name. |
| uipath_get_robot_logsC | Get robot logs with optional filters. |
| uipath_get_queue_definitionsA | Get all queue definitions from UiPath Orchestrator. Returns list of queues with their configuration. |
| uipath_get_queue_itemsB | Get queue items from UiPath Orchestrator with optional filtering by queue, status, etc. |
| uipath_add_queue_itemB | Add a new item to a UiPath queue. The item will be processed by robots. |
| uipath_get_queue_statsA | Get statistics for a specific queue including item counts by status and success rate. |
| uipath_get_jobsB | Get jobs from UiPath Orchestrator with optional filtering by state or process name. Requires folderId for most operations. |
| uipath_get_job_detailsA | Get detailed information about a specific job by its ID. |
| uipath_start_jobB | Start a new job for a process/release in UiPath Orchestrator. |
| uipath_stop_jobB | Stop a running job in UiPath Orchestrator. |
| uipath_get_job_statsB | Get overall job statistics including counts by state and success rate. |
| uipath_get_releasesB | Get available releases/processes from UiPath Orchestrator. |
| uipath_get_dashboard_summaryC | Get a comprehensive dashboard summary with queue and job statistics. |
| uipath_get_sessionsA | Get active robot sessions from UiPath Orchestrator. Shows which robots are connected and their current state (Available, Busy, Disconnected). |
| uipath_get_assetsA | List all assets in a UiPath Orchestrator folder. Assets store configuration values, credentials, and other data used by automations. |
| uipath_get_schedulesA | Get process schedules/triggers from UiPath Orchestrator. Shows when automations are scheduled to run, their cron expressions, and next execution times. |
| uipath_get_audit_logsA | Get audit log entries from UiPath Orchestrator. Tracks who did what and when - useful for compliance and debugging. |
| uipath_get_faulted_jobsA | Get faulted/failed jobs with error details. Returns job errors, durations, and failure info for troubleshooting automation failures. |
| uipath_get_process_performanceA | Get performance analytics for a specific process/automation. Returns success rate, average execution duration, min/max times, and recent execution history. |
| uipath_get_folder_overviewB | Get a comprehensive overview of a folder including job counts by state, queue count, release count, and robot count. Useful for understanding folder health at a glance. |
| uipath_get_consumption_license_statsA | Gets consumption licensing usage statistics (platform units). Shows used vs total for each license type over time. Requires License.View permission. |
| uipath_get_license_statsA | Gets traditional licensing usage statistics. Shows robot counts by type over time. Requires License.View permission. |
| uipath_get_licenses_runtimeA | Gets runtime license details for a specific robot type. Shows machine assignments, runtimes, and online status. |
| uipath_get_licenses_named_userA | Gets named-user license details for a specific robot type. Shows user assignments, login dates, and machine associations. |
| uipath_get_count_statsB | Gets the total number of various entities registered in Orchestrator (Processes, Assets, Queues, Schedules). |
| uipath_get_sessions_statsB | Gets the total number of robots aggregated by state (Available, Busy, Disconnected, Unresponsive). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| UiPath Folders | List of all folders in UiPath Orchestrator |
| UiPath Robots | List of robots in UiPath Orchestrator |
| UiPath Machines | List of machines in UiPath Orchestrator |
| UiPath Queues | List of all queue definitions in UiPath Orchestrator |
| Recent Jobs | Recent jobs from UiPath Orchestrator |
| Releases | Available releases/processes in UiPath Orchestrator |
| Dashboard Summary | Overall dashboard statistics for queues and jobs |
| UiPath Sessions | Active robot sessions in UiPath Orchestrator |
| UiPath Assets | Assets configured in UiPath Orchestrator |
| Process Schedules | Scheduled process triggers in UiPath Orchestrator |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/DanielaRosenn/uipath_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server