pypi sota-mcpstdioupdated 3mo ago
MCP server for Summits on the Air (SOTA) — live spots, activation alerts, summit info, and nearby summits through any MCP-compatible AI assistant.
Was kannst du mit sota mcp machen?
sota-mcp
MCP server for Summits on the Air (SOTA) — live spots, activation alerts, summit info, and nearby summits through any MCP-compatible AI assistant.
Part of the QSO-Graph project. No authentication required — uses the public SOTA API exclusively.
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) |
get_version_info |
Service version + upstream spec version (fleet identity attestation) |
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?"
"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
Installation
sota mcp zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add sota-mcp -- uvx sota-mcpcodex mcp add sota-mcp -- uvx sota-mcpamp mcp add sota-mcp -- uvx sota-mcp{
"mcpServers": {
"sota-mcp": {
"command": "uvx",
"args": [
"sota-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sota-mcp": {
"command": "uvx",
"args": [
"sota-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"sota-mcp","command":"uvx","args":["sota-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"sota-mcp": {
"command": "uvx",
"args": [
"sota-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"sota-mcp": {
"command": "uvx",
"args": [
"sota-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"sota-mcp": {
"command": "uvx",
"args": [
"sota-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"sota-mcp": {
"type": "local",
"command": "uvx",
"args": [
"sota-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"sota-mcp": {
"command": {
"path": "uvx",
"args": [
"sota-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx sota-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 Tools
sota mcp stellt einem verbundenen Agent 5 Tools bereit.
- 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)
- get_version_info
- Service version + upstream spec version (fleet identity attestation)
Score
62 / 100
Gut
- Dokumentation22/25
- Pflege13/25
- Vertrauen9/20
- Funktionsumfang6/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 108 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.1Aktuell | 6. März 2026 |