hamlog-mcp
Related Servers
Alternatives to hamlog-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables read-only access to Kilo Code and Opencode conversation history stored in a local SQLite database, allowing users to list projects and sessions, read messages, and perform full-text keyword searches across all messages.-
- FlicenseNot gradedqualityDmaintenanceEnables querying log data stored in SQLite databases through the Model Context Protocol, allowing natural language interactions with log analysis.-
- AlicenseNot gradedqualityAmaintenanceEnables natural-language querying and investigation of homelab logs from syslog, Docker, OTLP, and AI transcripts, with SQLite full-text search, timeline correlation, incident clustering, and fleet topology insights.3AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceProvides read-only access to local Beeper message history on macOS, enabling users to search conversations, read messages, and list recent chats through natural language queries. Supports both SQLite and IndexedDB storage formats with privacy-focused local-only operation.1-
- FlicenseNot gradedqualityCmaintenanceEnables read-only querying of multiple databases via JDBC, supporting Tibero, Oracle, PostgreSQL, MySQL, etc., through natural language.-
- FlicenseNot gradedqualityDmaintenanceEnables natural-language querying of historical NBA game data from a read-only SQLite database.-
TDQS
Scored across 9 tools
Each tool has a distinct primary role: status, file import, HDB import, search, aggregate stats, station history, award progress, live input reading, and diagnostics. Slight overlap exists between search_qso and station_history when filtering by callsign, and between import_log and import_from_hdb, but the descriptions clearly distinguish their intended use cases.
All names use consistent snake_case and are readable, but the set mixes verb-led names (import_log, search_qso, get_hamlog_input) with noun-led names (db_info, qso_stats, station_history, award_progress). This is a minor deviation from a uniform verb_noun pattern, though the naming remains predictable overall.
Nine tools is well-scoped for a read/analysis server for amateur radio logs. Each tool earns its place, covering status, import, search, aggregation, history, awards, live input, and diagnostics without redundancy.
The surface covers the full read/import/analysis lifecycle: cache status, two import paths, flexible search, statistics, station history, award progress, live input reading, and a diagnostic tool. No direct update/delete operations exist, but that aligns with the read-only nature of the HAMLOG source. A minor gap is the lack of an explicit cache-clearing or individual record management tool, though replace options in import tools mitigate this.