shyndman/webos-devtools-mcp
If you are the rightful owner of webos-devtools-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A page-scoped MCP server for Chrome DevTools Protocol automation, specifically designed for WebOS.
Tools
Functions exposed to the LLM to take actions
evaluate_expression
Execute JavaScript in the page context
dom_query_selector
Query and inspect elements by CSS selector
dom_get_outer_html
Retrieve the full HTML of an element
dom_accessibility_tree
Dump the accessibility tree
dom_click
Click an element
dom_type_text
Type text into inputs/textareas
page_navigate
Navigate to a URL
page_reload
Reload the current page
storage_list_cookies
List cookies
storage_set_cookie
Create or update a cookie
storage_delete_cookie
Delete a specific cookie
storage_clear_cookies
Clear all cookies
storage_list_local_storage
List localStorage entries
storage_set_local_storage
Set a localStorage item
storage_remove_local_storage
Remove a localStorage item
network_start_capture
Begin capturing network requests
network_stop_capture
Stop capturing network requests
network_clear_capture
Clear captured requests
network_list_requests
List captured requests with filtering
network_get_request_body
Retrieve request or response body for a specific request
remote_press_key
Dispatch remote control keys
remote_type_text
Send text via character key events
list_logs
Retrieve buffered console messages, exceptions, and logs
clear_logs
Clear the log buffer
take_screenshot
Capture a screenshot
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client