buspirate-mcp MCP Server
mplogas/buspirate-mcp
MCP server for BusPirate 6 hardware security testing. Exposes UART, power supply, GPIO, and flash-dump operations as Model Context Protocol tools over stdio transport.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
mplogas/buspirate-mcp is a Python MCP server licensed under MIT. MCP server for BusPirate 6 hardware security testing. Exposes UART, power supply, GPIO, and flash-dump operations as Model Context Protocol tools over stdio transport. Topics: ai-agents, buspirate, mcp, security-tools.
Ranked #18 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# buspirate-mcp MCP server for BusPirate 6 hardware security testing. Exposes UART, power supply, GPIO, and flash-dump operations as [Model Context Protocol](https://modelcontextprotocol.io/) tools over stdio transport. Built for use with Claude Code but works with any MCP client. ## What it does - **UART probing:** detect baud rates, capture serial output, interact with debug consoles - **Power control:** voltage/current management with safety tiers - **GPIO control:** toggle pins for bootloader entry (ESP32, ESP8266, etc.) - **Flash extraction:** dump firmware through UART bridge via esptool - **Engagement logging:** timestamped raw logs, per-engagement folders, config.json ## Requirements - Python 3.11+ - BusPirate 6 with BPIO2 binary mode enabled - User in `dialout` group for serial access (`sudo usermod -aG dialout $USER`) ## Install ```bash git clone --recurse-submodules https://github.com/mplogas/buspirate-mcp.git cd buspirate-mcp pip install -e ".[dev]" ``` ## MCP ClieRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.