2 months ago
MCP server for eQSL.cc — download incoming eQSLs, verify QSOs, check AG status, and query upload history through any MCP-compatible AI assistant.
Part of the qso-graph project. Depends on adif-mcp for persona and credential management.
Overview
eqsl-mcp connects to eQSL.cc — electronic QSL card exchange.
Tools:
- Download inbox (pending confirmations)
- Verify QSO confirmations
- Check Authenticity Guaranteed (AG) status
- View last upload timestamp
Credentials stored securely in OS keyring.
Install: pip install eqsl-mcp
Server Config
{
"mcpServers": {
"eqsl": {
"command": "eqsl-mcp"
}
}
}