RokuHarness MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_webdriver_sessionA | Create a new Roku WebDriver session. This must be called before any other commands. Requires the Roku WebDriver server to be running. |
| end_webdriver_sessionA | End the current Roku WebDriver session and clean up resources. |
| get_ui_sourceA | Get the current UI hierarchy as SceneGraph XML. Essential for understanding what elements are on screen and writing element queries. |
| find_elementB | Find a UI element on screen using text, tag, and/or attributes. Returns element details if found. |
| verify_element_presentB | Verify that a specific element is present on screen. Returns true/false. Critical for acceptance criteria validation. |
| verify_screen_loadedA | Wait for a specific screen to load by checking for a marker element. Returns true when screen loads or false on timeout. |
| press_keyA | Press a remote control button. Common keys: Home, Back, Up, Down, Left, Right, Select, Play, Pause. |
| navigateB | Execute a sequence of key presses for navigation flows. |
| send_textA | Send text input (for search fields, forms, etc.). |
| take_screenshotB | Capture a screenshot of the current screen state. Returns base64-encoded PNG. |
| launch_appC | Launch a specific app with optional deep linking parameters. |
| get_player_stateA | Get current media player state (position, duration, state, buffering info). |
| get_installed_appsA | Get list of all installed apps on the device. |
| run_acceptance_testA | Run a complete acceptance test with multiple verification steps. Returns detailed pass/fail results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/miabilabs/rokuharness-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server