Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Rove — a hosted Playwright API for AI agents.
Returns accessibility trees instead of screenshots, reducing LLM token consumption by ~77% (26K tokens vs 114K for a typical page).
npx -y @roveapi/mcpSet your API key via environment variable:
ROVE_API_KEY=rvp_live_... npx -y @roveapi/mcpclaude mcp add --scope user rove -e ROVE_API_KEY=rvp_live_YOUR_KEY -- npx -y @roveapi/mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"rove": {
"command": "npx",
"args": ["-y", "@roveapi/mcp"],
"env": {
"ROVE_API_KEY": "rvp_live_YOUR_KEY"
}
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"rove": {
"command": "npx",
"args": ["-y", "@roveapi/mcp"],
"env": {
"ROVE_API_KEY": "rvp_live_YOUR_KEY"
}
}
}
}| Tool | Description |
|---|---|
navigate | Navigate to a URL. Auto-creates a session. Supports stealth mode and action jitter. |
interact | Click or fill actions in the active session. |
extract_schema | Extract structured data from a URL using a JSON schema. |
screenshot | Take a screenshot (in-session or standalone). |
get_a11y_tree | Get the accessibility tree snapshot — the core differentiator. |
close_session | Close a browser session and release resources. |
Traditional browser automation returns screenshots that cost ~114K tokens per page. Rove returns structured accessibility trees at ~26K tokens — 77% fewer tokens, faster responses, and better structured data for LLMs to reason over.
| Environment Variable | Default | Description |
|---|---|---|
ROVE_API_KEY | rvp_live_demo | Your Rove API key |
ROVE_API_BASE_URL | https://api.roveapi.com | API endpoint |
Sign up at roveapi.com — 100 free credits on signup, no card required.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.