Skip to main content

MCP server for Summits on the Air — summit lookup, activator stats, spots

Project description

sota-mcp

MCP server for Summits on the Air (SOTA) — live spots, activation alerts, summit info, nearby summits, and activator stats through any MCP-compatible AI assistant.

Part of the qso-graph project. No authentication required — uses public SOTLAS and SOTALive APIs.

Install

pip install sota-mcp

Tools

Tool Description
sota_spots Current and recent spots with time window and association/mode filters
sota_alerts Upcoming scheduled activation alerts
sota_summit_info Summit details by SOTA reference code
sota_summits_near Find summits near coordinates (geospatial search)
sota_activator_stats Activator profile, stats, and recent activation history

Quick Start

No credentials needed — just install and configure your MCP client.

Configure your MCP client

sota-mcp works with any MCP-compatible client. Add the server config and restart — tools appear automatically.

Claude Desktop

Add to claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows):

{
  "mcpServers": {
    "sota": {
      "command": "sota-mcp"
    }
  }
}

Claude Code

Add to .claude/settings.json:

{
  "mcpServers": {
    "sota": {
      "command": "sota-mcp"
    }
  }
}

ChatGPT Desktop

{
  "mcpServers": {
    "sota": {
      "command": "sota-mcp"
    }
  }
}

Cursor

Add to .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "sota": {
      "command": "sota-mcp"
    }
  }
}

VS Code / GitHub Copilot

Add to .vscode/mcp.json in your workspace:

{
  "servers": {
    "sota": {
      "command": "sota-mcp"
    }
  }
}

Gemini CLI

Add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):

{
  "mcpServers": {
    "sota": {
      "command": "sota-mcp"
    }
  }
}

Ask questions

"What SOTA spots are active right now?"

"Tell me about summit W7I/SI-001"

"What summits are near Boise, Idaho?"

"Show me KI7MT's SOTA activator stats"

"Any SOTA alerts for this weekend?"

Testing Without Network

For testing all tools without hitting the SOTA APIs:

SOTA_MCP_MOCK=1 sota-mcp

MCP Inspector

sota-mcp --transport streamable-http --port 8007

Then open the MCP Inspector at http://localhost:8007.

Development

git clone https://github.com/qso-graph/sota-mcp.git
cd sota-mcp
pip install -e .

License

GPL-3.0-or-later

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sota_mcp-0.1.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sota_mcp-0.1.1-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file sota_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: sota_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sota_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2abc2535d91ceebdbaf00d946dc8ac82f1bbd3f67278cb43bb71a7a1c58b3924
MD5 e1b953b0d44a8a9e798bdd46c0a190c7
BLAKE2b-256 c82f17abc2634f7e516f9a7027a19ca08ca592c32768d858930e671cf7bb9777

See more details on using hashes here.

Provenance

The following attestation bundles were made for sota_mcp-0.1.1.tar.gz:

Publisher: publish.yml on qso-graph/sota-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sota_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: sota_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sota_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 21bf9bc5ce5908de4f3e033322e945b27e26efd824a93bb3f3e3252774bf0392
MD5 779d94b41018523e78013501773fe889
BLAKE2b-256 3d364b05f709600282c079fac617dcac5455890c89a5f13a94d413d97590dd68

See more details on using hashes here.

Provenance

The following attestation bundles were made for sota_mcp-0.1.1-py3-none-any.whl:

Publisher: publish.yml on qso-graph/sota-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page