io.github.es617/ble-mcp-server✓
io.github.es617/ble-mcp-server · v0.3.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}