blueSPY MCP Server
@NovelBits
MCP server for the BlueSPY Bluetooth LE protocol analyzer. Gives AI assistants direct access to .pcapng capture analysis — load captures, classify packets, inspect connections, analyze advertising data, and find errors through natural conversation. Supports both file analysis and
Overview
What is blueSPY MCP Server?
The blueSPY MCP Server connects AI assistants to the BlueSPY Bluetooth LE sniffer, enabling protocol analysis of Bluetooth Low Energy traffic. It supports both file-based analysis of .pcapng captures and live capture with compatible hardware.
How to use blueSPY MCP Server?
Install via pip install bluespy-mcp. Ensure the BlueSPY application is installed (it provides libblueSPY.dylib). For live capture, BlueSPY Moreph hardware is required; file analysis works without it.
Key features of blueSPY MCP Server
- Load and analyze .pcapng capture files
- List devices, connections, and errors
- Inspect advertising data and connection parameters
- Live hardware capture with real-time analysis
- Search packets by type, channel, or content
Use cases of blueSPY MCP Server
- Analyze Bluetooth LE capture files to identify devices and protocol errors
- Inspect advertising data and connection parameters for debugging
- Perform real-time monitoring of Bluetooth LE traffic with BlueSPY hardware
- Search captured packets by specific type, channel, or payload content
FAQ from blueSPY MCP Server
What are the requirements to use the blueSPY MCP Server?
The BlueSPY application must be installed (it provides libblueSPY.dylib). The Python package is installed via `pip