We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/steipete/Peekaboo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>boo.peekaboo.peekaboo</string>
<key>CFBundleName</key>
<string>Peekaboo</string>
<key>CFBundleVersion</key>
<string>2.0.2</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<key>NSScreenCaptureUsageDescription</key>
<string>Peekaboo needs screen recording permission to capture screenshots and analyze window content.</string>
<key>NSAppleEventsUsageDescription</key>
<string>Peekaboo needs to send Apple events to control applications and automate tasks.</string>
<key>NSAccessibilityUsageDescription</key>
<string>Peekaboo needs accessibility permission to interact with user interface elements.</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2025 Peter Steinberger. All rights reserved.</string>
</dict>
</plist>