MCP server exposing browser automation tools via intuned-runtime
Project description
Intuned Agent MCP Server
An MCP server exposing browser automation tools: navigation, DOM inspection, element finding, and computer-use actions (click, type, scroll, screenshot). It speaks MCP over stdio.
Run with uvx
uvx intuned-agent-mcp
To use it from an MCP client, point the client at the uvx command:
{
"mcpServers": {
"intuned-agent-mcp": {
"command": "uvx",
"args": ["intuned-agent-mcp"]
}
}
}
Tools
| Tool | Description |
|---|---|
navigate |
Navigate to a URL, or go back/forward in browser history |
find |
Find elements using natural language descriptions or exact text |
query_by_selector |
Search for DOM elements using CSS selector or XPath |
find_array_container |
Find the DOM container holding a collection of related items |
inspect_element |
Inspect a specific element and return a collapsed DOM preview |
scroll_into_view |
Scroll an element into the viewport |
computer |
Mouse clicks, keyboard input, scrolling, and screenshots |
select_option |
Select an option from a dropdown or select element |
Configuration
Logging is off by default. To enable it, set environment variables:
| Variable | Description |
|---|---|
MCP_LOG_FILE |
Path to write logs to. Logs are disabled when not set. |
MCP_DEBUG |
Set to 1 to log at DEBUG level (default INFO). |
Requirements
- Python 3.12+
- A Chromium-based browser reachable over the Chrome DevTools Protocol. Browser-driving tools connect to an existing browser over CDP.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file intuned_agent_mcp-0.1.2.tar.gz.
File metadata
- Download URL: intuned_agent_mcp-0.1.2.tar.gz
- Upload date:
- Size: 403.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a851c7d38200db0136602c7c2c75a12c979c4862afdeea6c4306de6be7b2044
|
|
| MD5 |
f806fb62e76812ab9aae8f3bf2de8a8c
|
|
| BLAKE2b-256 |
6407611442e7105e3ca41f3b233e6c7259ff58062a11a6625a04bdf59417c746
|
File details
Details for the file intuned_agent_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: intuned_agent_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 281.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b087de04c55dbc595a38e95463b92a07ad1983e919c120fcce5e8118148b1b21
|
|
| MD5 |
99cd249faba2549e9bf26a37d3dacb7c
|
|
| BLAKE2b-256 |
fd0a6331055e1f2c9b836108601803843a986687610e7d6b7be4b4f73f63a78d
|