Skip to main content
Glama

APRS.fi MCP Server

by dhhuston

APRS.fi MCP Server

A Model Context Protocol (MCP) server that provides access to APRS.fi API for ham radio position tracking and balloon chase operations. Designed specifically for integration with Claude Code to enable AI-powered APRS data analysis and ham radio operations.

Features

  • get_aprs_position: Get current position data for a specific callsign
  • get_aprs_history: Get position history for a callsign with time range
  • track_multiple_callsigns: Track multiple callsigns at once
  • validate_aprs_key: Test if an APRS.fi API key is valid
  • Claude Code Integration: Natural language interface for APRS data analysis

Quick Installation for Claude Code

Easiest Setup (Claude MCP):

npm run build claude mcp add aprs-fi node dist/index.js

Alternative (Install Script):

./install.sh

For detailed setup instructions, see SETUP.md.

Manual Installation

  1. Install dependencies:
npm install
  1. Build the server:
npm run build

Usage

Starting the Server

npm start

Development Mode

npm run dev

From Main Project

# Build MCP server npm run mcp:build # Start MCP server npm run mcp:start # Development mode npm run mcp:dev

MCP Tools

get_aprs_position

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

Parameters:

  • callsign (string, required): The callsign to look up (e.g., "W1AW")
  • apiKey (string, optional): APRS.fi API key (can be set via /set-api-key command)

Returns: Array of APRSPosition objects

get_aprs_history

Get position history for a callsign with time range.

Parameters:

  • callsign (string, required): The callsign to look up
  • apiKey (string, optional): APRS.fi API key (can be set via /set-api-key command)
  • lastHours (number, optional): Number of hours to look back (default: 24)

Returns: Array of APRSPosition objects sorted by timestamp

track_multiple_callsigns

Track multiple callsigns at once.

Parameters:

  • callsigns (array, required): Array of callsigns to track
  • apiKey (string, optional): APRS.fi API key (can be set via /set-api-key command)

Returns: Array of APRSPosition objects

validate_aprs_key

Test if an APRS.fi API key is valid.

Parameters:

  • apiKey (string, optional): APRS.fi API key (can be set via /set-api-key command) to validate

Returns: Object with valid boolean property

Data Types

APRSPosition

interface APRSPosition { name: string; // Callsign callsign: string; // Callsign lat: number; // Latitude in decimal degrees lng: number; // Longitude in decimal degrees altitude?: number; // Altitude in meters (optional) timestamp: number; // Unix timestamp in milliseconds comment?: string; // APRS comment (optional) speed?: number; // Speed in km/h (optional) course?: number; // Course in degrees (optional) symbol?: string; // APRS symbol (optional) path?: string; // APRS path (optional) }

API Key Setup

  1. Get an API key from APRS.fi
  2. Set it once per session using the /set-api-key command in Claude Code
  3. Alternatively, pass the API key as a parameter to each tool call

Rate Limiting

The server respects APRS.fi rate limits with a 1-second delay between requests.

Error Handling

The server provides detailed error messages for:

  • Invalid API keys
  • Network connectivity issues
  • API rate limiting
  • Invalid callsigns
  • API response errors

Claude Code Integration

This MCP server enables Claude Code to access real-time APRS data, making it perfect for:

  • Ham Radio Operations: Track stations, analyze propagation, coordinate activities
  • Emergency Communications: Monitor emergency nets and station positions
  • Balloon Chasing: Track high-altitude balloons and coordinate recovery teams
  • Contest Support: Monitor contest stations and optimize operations
  • Educational Projects: Learn about RF propagation and amateur radio

Setup for Claude Code

Easiest Setup (Claude MCP):

# Build the server first npm run build # Add to Claude Code claude mcp add aprs-fi node dist/index.js

Alternative Setup (Install Script):

./install.sh

Manual Configuration: Add this to your ~/.claude/mcp_settings.json:

{ "mcpServers": { "aprs-fi": { "command": "node", "args": ["/path/to/aprs_mcp/dist/index.js"], "env": {} } } }

Using with Claude Code

Once installed, Claude Code can help you with APRS data in natural language:

  • "Show me the current position of W1AW"
  • "Track these contest stations: N1MM, W5ZZZ, K3LR"
  • "Get the position history for the balloon callsign KC1SFR-11"
  • "Find all stations that have been active in the last 2 hours"
  • "Plot the path of station VE3XYZ over the last 6 hours"

Claude Code will use the MCP tools to fetch real-time data and provide analysis, mapping suggestions, and operational insights.

Slash Commands

  • /set-api-key <your-key> - Set APRS.fi API key for the session

Development

The server is built using:

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol server that provides access to APRS.fi API for ham radio position tracking and balloon chase operations, enabling AI-powered APRS data analysis through Claude Code.

  1. Features
    1. Quick Installation for Claude Code
      1. Manual Installation
        1. Usage
          1. Starting the Server
          2. Development Mode
          3. From Main Project
        2. MCP Tools
          1. get_aprs_position
          2. get_aprs_history
          3. track_multiple_callsigns
          4. validate_aprs_key
        3. Data Types
          1. APRSPosition
        4. API Key Setup
          1. Rate Limiting
            1. Error Handling
              1. Claude Code Integration
                1. Setup for Claude Code
                2. Using with Claude Code
              2. Slash Commands
                1. Development
                  1. License

                    Related MCP Servers

                    • -
                      security
                      F
                      license
                      -
                      quality
                      A Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.
                      Last updated -
                      5
                      Python
                      • Linux
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A Model Context Protocol server that provides a standardized interface for AI models to interact with NASA's vast array of data sources including APOD, Mars Rover photos, satellite imagery, and space weather data.
                      Last updated -
                      24
                      18
                      62
                      TypeScript
                      ISC License
                      • Apple
                      • Linux
                    • -
                      security
                      F
                      license
                      -
                      quality
                      A Model Context Protocol server implementation that enables seamless integration with Claude and other MCP-compatible clients to access Prem AI's language models, RAG capabilities, and document management features.
                      Last updated -
                      JavaScript
                    • -
                      security
                      A
                      license
                      -
                      quality
                      A Model Context Protocol server that provides network analysis tools for security professionals, enabling AI models like Claude to perform tasks such as ASN lookups, DNS analysis, WHOIS retrieval, and IP geolocation for security investigations.
                      Last updated -
                      1
                      Python
                      Apache 2.0
                      • Linux
                      • Apple

                    View all related MCP servers

                    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