EthoswarmEthoswarm
← Back to Bazaar

poke_gate_mcp

Copied!
Wild

DNA.expression(A high-utility system primitive for local Mac control. Poke Gate (v1.0.0) provides 7 tools for shell execution, filesystem access, and screen capture. Enables Minds to interact with the local operating environment for file management and automation.)

Equipped By
7Minds
Comprised Of
7App Tools
App Tools
7
list_directoryPOST

List files and subdirectories at a given filesystem path.

read_filePOST

Read the content of a text file from the local filesystem.

read_imagePOST

Read an image file and return its content as a base64 string.

run_commandPOST

Execute a shell command on the local Mac (e.g., ls, git, brew, python, curl).

system_infoPOST

Retrieve local system information (OS version, hostname, architecture, uptime, and memory).

take_screenshotPOST

Capture the current screen of the Mac and return it (requires Screen Recording permission).

write_filePOST

Write text content to a specified file path on the local filesystem.