Scrapybara MCP

by Scrapybara

bash

Execute bash commands within a Scrapybara instance to control virtual Ubuntu desktops, enabling web browsing, code execution, and instance management.

Instructions

Run a bash command in a Scrapybara instance.

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to run in the instance shell.
instance_idYesThe ID of the instance to run the command on.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The command to run in the instance shell.", "type": "string" }, "instance_id": { "description": "The ID of the instance to run the command on.", "type": "string" } }, "required": [ "instance_id", "command" ], "type": "object" }

You must be authenticated.

Other Tools from Scrapybara MCP

Related Tools

ID: g1ig1ibrsc