74
/ 100
21 days ago
glama

BLE MCP Server

A stateful Bluetooth Low Energy (BLE) MCP server that enables AI agents to scan, connect, read/write characteristics, and subscribe to notifications on BLE devices.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: BLE_MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBLE_MCP_ALLOW_WRITESRead and write characteristic values (writes require )
configBLE_MCP_WRITE_ALLOWLISTe ="2a00,12345678-1234-1234-1234-123456789abc" \
configBLE_MCP_MAX_CONNECTIONS3 Maximum active BLE connections per session.
configBLE_MCP_MAX_SCANS5 Maximum active scans per session.
configBLE_MCP_MAX_SUBSCRIPTIONS_PER_CONN10 Maximum notification subscriptions per connection.
configBLE_MCP_PLUGINSclaude mcp add ble -e =all -- ble_mcp
configBLE_MCP_TOOL_SEPARATOR_ Character used to separate tool name segments. Set to . if your client supports dots in tool names. Default changed to _ because most clients (Cursor, Claude Desktop) reject dots.
configBLE_MCP_LOG_LEVELclaude mcp add ble -e =DEBUG -- ble_mcp
configBLE_MCP_MAX_SESSIONS1 Maximum concurrent MCP sessions (only meaningful for SSE and Streamable HTTP transports).
🔐 secretBLE_MCP_AUTH_TOKENunset Password for OAuth approval page on HTTP transports. Required unless --no-auth is used. Ignored for stdio.
configBLE_MCP_TRACEenabled JSONL tracing of every tool call. Set to 0, false, or no to disable.
configBLE_MCP_TRACE_PAYLOADSdisabled Include value_b64/value_hex in traced args (stripped by default).
configBLE_MCP_TRACE_MAX_BYTES16384 Max payload chars before truncation (only applies when TRACE_PAYLOADS is on).
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/es617-ble-mcp-server-1a49yw)](https://m8ven.ai/mcp/es617-ble-mcp-server-1a49yw)
commit: d8cb674bcea1f0e136b0f91217bd3fcee657d0d3
code hash: 2c5977e5b776c7557d768c5d743ea58808d155352dd546e349947ae2e7bcc8f2
verified: 6/18/2026, 10:44:10 AM
view raw JSON →