Skip to main content
Glama
qso-graph

io.github.qso-graph/pota-mcp

by qso-graph

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POTA_MCP_MOCKNoSet to 1 to mock the POTA API for testing without network.0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
get_version_infoA

Get pota-mcp service version and upstream spec version.

Returns the running PyPI version of pota-mcp and the POTA API revision currently in use. Use this to confirm fleet alignment across MCP deployments — agents can compare service_version and spec_version across servers to detect drift without going outside the MCP protocol.

Returns: service_name, service_version (PyPI), and spec_version (POTA API).

pota_spotsA

Get current POTA activator spots.

Returns live spot feed with park details, grid squares, and coordinates. All filters are optional — omit to get all active spots.

pota_park_infoB

Get detailed park information by POTA reference code.

pota_park_statsB

Get activation and QSO counts for a POTA park.

pota_user_statsA

Get POTA activator and hunter statistics for a callsign.

pota_scheduledA

Get upcoming scheduled POTA activations.

Returns: List of scheduled activations with activator, park, date, time window, planned frequencies, and comments.

pota_location_parksA

List all POTA parks in a state, province, or country.

pota_nearby_parksB

Find POTA parks near a geographic point.

Fetches all parks in the given location and filters by distance. Useful for finding 2-fer candidates near an activation site.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/pota-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server