We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aplaceforallmystuff/mcp-homescan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•1.27 kB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [1.0.0] - 2025-12-20
### Changed
- Bumped to 1.0.0 for npm publication
- Updated @modelcontextprotocol/sdk to ^1.25.1 (security fix)
- Expanded package keywords for npm discoverability
- Added repository, homepage, and bugs URLs to package.json
- Added CONTRIBUTING.md
## [0.1.0] - 2025-11-29
### Added
- Initial release of mcp-homescan
- **Discovery tools:**
- `homescan_discover` - Scan local network via ARP table
- `homescan_device` - Get details for specific IP
- `homescan_mac_lookup` - Look up manufacturer from MAC
- **Reporting tools:**
- `homescan_report` - Generate markdown network report
- `homescan_export` - Export to Obsidian inventory format
- `homescan_diff` - Compare scans for new/removed devices
- `homescan_flagged` - List devices needing security review
- MAC vendor database with 50+ common home network manufacturers
- Private/randomized MAC detection (Apple privacy feature)
- Security flagging for unknown/Chinese IoT devices
- Obsidian-compatible markdown export with frontmatter