Skip to main content
Glama

APRS.fi MCP Server

by dhhuston

get_aprs_position

Retrieve real-time position data for a specific ham radio callsign using APRS.fi. Ideal for tracking operators, supporting balloon chase operations, or enabling AI-powered APRS data analysis.

Instructions

Get current position data for a specific callsign from APRS.fi

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPRS.fi API key (optional if set via /set-api-key)
callsignYesThe callsign to look up (e.g., "W1AW")

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "APRS.fi API key (optional if set via /set-api-key)", "type": "string" }, "callsign": { "description": "The callsign to look up (e.g., \"W1AW\")", "type": "string" } }, "required": [ "callsign" ], "type": "object" }
Install Server

Other Tools from APRS.fi MCP Server

Related Tools

    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/dhhuston/APRSFI-MCP-SERVER'

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