Helps developers scaffold, look up UUIDs, and detect iOS Safari Web Bluetooth support.
The available materials are sparse, but the tool appears limited to iOS Safari Web Bluetooth helper functions. It requires no secrets and declares no remote endpoints; combined with official registry listing, open-source code, and recent maintenance, the overall risk is relatively low, though local execution behavior and data boundaries are not fully transparent from the provided materials.
The materials explicitly state that no keys or environment variables are required. No API tokens, account credentials, or other sensitive secrets are requested, so credential leakage and abuse exposure appears low.
The materials declare no remote endpoints, and the description only mentions Web Bluetooth scaffolding, UUID lookup, and extension detection. There is no evidence of sending user data to third-party services, so network egress risk appears low based on the available facts.
The system flags that this tool can execute code. For an MCP tool, local process spawning/code execution is a standard capability and warrants caution; however, the provided materials do not show requests for system privileges clearly beyond its stated purpose, so this alone does not justify a high-risk rating.
The README is absent and does not clearly specify what local files, browser data, or Bluetooth-related resources it may read or write, leaving data access boundaries insufficiently transparent. No clear over-privilege red flags are visible, but its actual access scope should be verified under least-privilege assumptions.
Positive signals include official registry listing, an open-source repository, and updates within the last year. Caution factors are the missing README, undeclared license, and very low community adoption (0 stars), which reduce confidence in auditability and maturity; however, considering the trusted source signals, caution is more appropriate than high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "com.beacio/mcp" MCP server from askskill: Run: claude mcp add 'com-beacio-mcp' -- npx -y @beacio/mcp
Generate a minimal project scaffold for Web Bluetooth on iOS Safari, including frontend structure, permission handling, device scanning, and connection examples.
Returns a Web Bluetooth sample project structure and core code snippets tailored for iOS Safari.
Look up the Bluetooth UUIDs for the Heart Rate service and common characteristics, and explain how to use them in Web Bluetooth.
Provides a list of relevant service and characteristic UUIDs with usage notes and example calls.
Explain how to detect whether the current iOS Safari environment has the required Web Bluetooth extension support, and provide compatibility decision logic.
Outputs an extension detection approach, decision flow, and compatibility recommendations for developers.
Control macOS settings, windows, audio, displays, and Focus mode via MCP.
Control compatible boards over Bluetooth serial for motors, IO, and sensors.
Search Bluetooth specification PDFs in natural language with precise cited answers.
Control live Safari on macOS for debugging, automation, and web testing.
Expose read-only macOS app data to AI agents through MCP.
Inspect, observe, and automate WKWebViews on connected iOS devices.