{
  "markdown": "# @roveapi/mcp\n\nMCP server for [Rove](https://roveapi.com) — a hosted Playwright API for AI agents.\n\nReturns **accessibility trees** instead of screenshots, reducing LLM token consumption by ~77% (26K tokens vs 114K for a typical page).\n\n## Quick Start\n\n```bash\nnpx -y @roveapi/mcp\n```\n\nSet your API key via environment variable:\n\n```bash\nROVE_API_KEY=rvp_live_... npx -y @roveapi/mcp\n```\n\n## Install in Claude Code\n\n```bash\nclaude mcp add --scope user rove -e ROVE_API_KEY=rvp_live_YOUR_KEY -- npx -y @roveapi/mcp\n```\n\n## Install in Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"rove\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@roveapi/mcp\"],\n      \"env\": {\n        \"ROVE_API_KEY\": \"rvp_live_YOUR_KEY\"\n      }\n    }\n  }\n}\n```\n\n## Install in Cursor\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"rove\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@roveapi/mcp\"],\n      \"env\": {\n        \"ROVE_API_KEY\": \"rvp_live_YOUR_KEY\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `navigate` | Navigate to a URL. Auto-creates a session. Supports stealth mode and action jitter. |\n| `interact` | Click or fill actions in the active session. |\n| `extract_schema` | Extract structured data from a URL using a JSON schema. |\n| `screenshot` | Take a screenshot (in-session or standalone). |\n| `get_a11y_tree` | Get the accessibility tree snapshot — the core differentiator. |\n| `close_session` | Close a browser session and release resources. |\n\n## Why Accessibility Trees?\n\nTraditional 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.\n\n## Configuration\n\n| Environment Variable | Default | Description |\n|---------------------|---------|-------------|\n| `ROVE_API_KEY` | `rvp_live_demo` | Your Rove API key |\n| `ROVE_API_BASE_URL` | `https://api.roveapi.com` | API endpoint |\n\n## Get an API Key\n\nSign up at [roveapi.com](https://roveapi.com) — 100 free credits on signup, no card required.\n\n## License\n\nMIT\n",
  "bytes": 2169,
  "sha": "d7b55733812f4ef2588800323c6c0311fa4a4fa3629a9844edeedf095924f06a",
  "repo_slug": "noncelogic/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_noncelogic_mcp_99f5f47a/readme"
}