MCP Server
MCP
io.github.sbrunner-atx/contest-mcp
Log amateur-radio QSOs to N3FJP logging software over its TCP API.
Install
uvx contest-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "contest-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "N3FJP API host.",
"format": "string",
"default": "127.0.0.1",
"name": "N3FJP_HOST"
},
{
"description": "N3FJP API port (Settings → Application Program Interface). Default 1100. Not the multi-PC networking port.",
"format": "string",
"default": "1100",
"name": "N3FJP_PORT"
},
{
"description": "Seconds to wait for an N3FJP response.",
"format": "string",
"default": "6",
"name": "N3FJP_TIMEOUT"
},
{
"description": "DANGER. When off (default), raw SQL that could delete/overwrite the entire log (DROP/TRUNCATE, unscoped DELETE/UPDATE) is refused. Only enable with a backup and full understanding of the risk.",
"format": "string",
"default": "off",
"name": "N3FJP_ALLOW_DB_WIPE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment