YingDao RPA MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPA_MODEL | No | RPA model mode, either 'local' or 'openApi' | |
| USER_FOLDER | No | Path to the 影刀RPA user folder (required for local mode) | |
| ACCESS_KEY_ID | No | Access key ID (required for openApi mode, enterprise users only) | |
| SHADOWBOT_PATH | No | Path to the 影刀RPA exe file (required for local mode) | |
| ACCESS_KEY_SECRET | No | Access key secret (required for openApi mode, enterprise users only) |
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 | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| uploadFileC | 该接口用于上传文件到RPA平台。 |
| queryRobotParamC | 该接口用于查询RPA机器人参数。 |
| queryApplistB | 该接口用于分页获取RPA应用列表。 |
| startJobC | 该接口用于启动RPA应用JOB。 |
| queryJobA | 该接口用于查询RPA应用JOB状态。 |
| queryClientListC | 该接口用于查询RPA机器人列表。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct resource or action: app list, client list, job status, robot parameters, job start, and file upload. There is no clear overlap between tool purposes.
All tool names follow a consistent verb+noun camelCase pattern (e.g., queryApplist, startJob, uploadFile). The verbs are descriptive and the pattern is uniform.
Six tools is a reasonable scope for an RPA server, covering essential queries, job execution, and file upload without being too sparse or overwhelming.
The set covers querying and starting jobs but lacks CRUD operations for apps/clients and job stop functionality. Notable gaps exist for a full lifecycle.