🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@wklm/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wklm/mcp

MCP server for AI coding agents — scaffold BLE web apps, look up UUIDs, get code examples

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
9
800%
Maintainers
1
Weekly downloads
 
Created
Source

@wklm/mcp

MCP server for AI coding agents -- scaffold BLE web apps, verify integration, get code examples. Works with Claude Code, Cursor, Copilot, and any MCP-compatible client.

Install

Add to your claude_desktop_config.json (or equivalent MCP config):

{
  "mcpServers": {
    "ioswebble": {
      "command": "npx",
      "args": ["-y", "@wklm/mcp"]
    }
  }
}

Or run directly:

npx -y @wklm/mcp

Tools

ToolDescription
ioswebble_initAdd iOSWebBLE to a web project. Auto-detects framework (Next.js, React, Vue, Nuxt, HTML) and adds detection snippet. Accepts projectPath, optional apiKey and framework.
ioswebble_checkVerify iOSWebBLE is correctly integrated. Accepts projectPath.

Resources

  • ioswebble://status -- server status
  • ioswebble://docs/integration -- integration guide

Full SDK reference

For LLM context: https://ioswebble.com/llms-full.txt

Two scopes

The @wklm/* packages (core, profiles, react) are the cross-browser BLE SDK -- they work on any platform with Web Bluetooth support (Chrome, Edge, iOS Safari via the extension). The @wklm/* packages (detect, cli, mcp, skill) handle iOS-specific extension detection, install prompts, and agent tooling. Use both together for full iOS Safari coverage.

Keywords

mcp

FAQs

Package last updated on 08 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts