eqsl-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EQSL_MCP_ADIF | No | Path to a local ADIF file to use as a data source when EQSL_MCP_MOCK is enabled. | |
| EQSL_MCP_MOCK | No | Set to 1 to enable mock mode for testing the inbox tool without credentials. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| eqsl_inboxB | Download incoming eQSLs (confirmations others have sent you). |
| eqsl_verifyA | Check if a specific QSO exists in eQSL (public, no auth required). |
| eqsl_ag_checkA | Check if a callsign has Authenticity Guaranteed (AG) status on eQSL. Public, no auth required. Uses a cached copy of the AG member list (refreshed every 4 hours). |
| eqsl_downloadA | Download your complete eQSL inbox as raw ADIF text. Returns the .adi file content — save to disk for import into your logger. Omit 'since' to download your entire inbox history. |
| eqsl_last_uploadB | Check when a persona last uploaded QSOs to eQSL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qso-graph/eqsl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server