ble-mcp-server
Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.es617/ble-mcp-server",
"description": "Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.",
"repository": {
"url": "https://github.com/es617/ble-mcp-server.git",
"source": "github"
},
"version": "0.3.0",
"packages": [
{
"registryType": "pypi",
"identifier": "ble-mcp-server",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Enable BLE characteristic writes (off by default for safety)",
"format": "string",
"name": "BLE_MCP_ALLOW_WRITES"
},
{
"description": "Comma-separated UUID allowlist for writable characteristics",
"format": "string",
"name": "BLE_MCP_WRITE_ALLOWLIST"
},
{
"description": "Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.",
"format": "string",
"name": "BLE_MCP_PLUGINS"
},
{
"description": "Tool name separator character (default '_'). Set to '.' if your client supports dots.",
"format": "string",
"name": "BLE_MCP_TOOL_SEPARATOR"
}
]
},
{
"registryType": "pypi",
"identifier": "ble-mcp-server",
"version": "0.3.0",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8000/mcp"
},
"environmentVariables": [
{
"description": "Enable BLE characteristic writes (off by default for safety)",
"format": "string",
"name": "BLE_MCP_ALLOW_WRITES"
},
{
"description": "Comma-separated UUID allowlist for writable characteristics",
"format": "string",
"name": "BLE_MCP_WRITE_ALLOWLIST"
},
{
"description": "Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.",
"format": "string",
"name": "BLE_MCP_PLUGINS"
},
{
"description": "Tool name separator character (default '_'). Set to '.' if your client supports dots.",
"format": "string",
"name": "BLE_MCP_TOOL_SEPARATOR"
},
{
"description": "Maximum concurrent MCP sessions (default 1).",
"format": "string",
"name": "BLE_MCP_MAX_SESSIONS"
},
{
"description": "Password for OAuth approval page. Required unless --no-auth is used.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BLE_MCP_AUTH_TOKEN"
}
]
},
{
"registryType": "pypi",
"identifier": "ble-mcp-server",
"version": "0.3.0",
"transport": {
"type": "sse",
"url": "http://localhost:8000/sse"
},
"environmentVariables": [
{
"description": "Enable BLE characteristic writes (off by default for safety)",
"format": "string",
"name": "BLE_MCP_ALLOW_WRITES"
},
{
"description": "Comma-separated UUID allowlist for writable characteristics",
"format": "string",
"name": "BLE_MCP_WRITE_ALLOWLIST"
},
{
"description": "Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.",
"format": "string",
"name": "BLE_MCP_PLUGINS"
},
{
"description": "Tool name separator character (default '_'). Set to '.' if your client supports dots.",
"format": "string",
"name": "BLE_MCP_TOOL_SEPARATOR"
},
{
"description": "Maximum concurrent MCP sessions (default 1).",
"format": "string",
"name": "BLE_MCP_MAX_SESSIONS"
},
{
"description": "Password for OAuth approval page. Required unless --no-auth is used.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BLE_MCP_AUTH_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-03-30T03:04:15.985553Z",
"publishedAt": "2026-03-30T03:04:15.985553Z",
"updatedAt": "2026-03-30T03:04:15.985553Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/es617/ble-mcp-server.git
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.