Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Allstar

БесплатноНе проверен

MCP server for AllStar Link — wraps ASL3-API REST endpoints as MCP tools for AI agent control of amateur radio nodes

GitHubEmbed

Описание

MCP server for AllStar Link — wraps ASL3-API REST endpoints as MCP tools for AI agent control of amateur radio nodes

README

MCP server for AllStar Link node control. Wraps ASL3-API REST endpoints as MCP tools, giving AI agents (Claude, GPT-4, any MCP-compatible client) structured, intent-aware access to AllStar Link node monitoring and control.

The first MCP server for AllStar Link in existence.

Architecture

Claude / AI Agent
      |
  allstar-mcp  (FastMCP, Python)
      |
  ASL3-API  (REST + SSE, port 8073)
      |
  AMI / Asterisk / app_rpt

The MCP server is a translation layer only. It never touches AMI directly — all operations go through ASL3-API REST endpoints.

Requirements

  • ASL3-API v1.4+ running on your AllStar node (see ASL3-API)
  • Python 3.11+ or uv

Quick Start

ALLSTAR_API_KEY=yourkey ALLSTAR_API_URL=http://your-node:8073 uvx allstar-mcp

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "allstar": {
      "command": "uvx",
      "args": ["allstar-mcp"],
      "env": {
        "ALLSTAR_API_KEY": "your-api-key-here",
        "ALLSTAR_API_URL": "http://your-node-ip:8073"
      }
    }
  }
}

Environment Variables

Variable Required Default Description
ALLSTAR_API_KEY Yes ASL3-API authentication key
ALLSTAR_API_URL No http://localhost:8073 Base URL of your ASL3-API instance

Tool Surface

Read-only (no risk)

Tool Description
health_check API reachable, auth works, AMI connected, node/version
get_node_status Uptime, keyup count, TX time, DTMF stats
get_connected_nodes Who is linked and where (with callsign/location)
get_live_variables Live RX/TX keyed state, link counts, autopatch status
get_capabilities What this node supports — for agent auto-config
lookup_node Callsign, location from 40k-node AllStar database
get_audit_log Recent command history for agent context

Low-risk control

Tool Description
cop_identify Play node ID over the air
cop_time Say current time over the air
cop_status Say system status over the air
cop_version Say app_rpt version over the air

Medium-risk (require situational awareness)

Tool Description
connect_node Connect to a remote node (confirmed=True required)
disconnect_node Disconnect from a specific node (confirmed=True required)
send_dtmf Send DTMF sequence (confirmed=True required)
execute_macro Run a macro from rpt.conf (confirmed=True required)

High-risk (destructive)

Tool Description
disconnect_all Drop ALL active connections (confirmed=True required)

Resources

Resource Description
allstar://events/stream SSE event stream URL and connection details

Safety Design

  • Active-QSO guard: connect_node and disconnect_node automatically block during active RX/TX unless override_active_qso=True
  • Confirmed flag: connect_node, disconnect_node, send_dtmf, execute_macro, and disconnect_all all require confirmed=True and will no-op with an explanation if not set
  • Dry-run mode: All confirmed-action tools accept dry_run=True to preview the action and payload without executing
  • Audit context: get_audit_log lets the agent check recent command history before issuing duplicate commands
  • No AMI access: The server has no Asterisk/AMI credentials and cannot bypass ASL3-API

License

MIT

from github.com/KJ5IRQ/asl3-mcp

Установить Allstar в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install allstar

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add allstar -- uvx allstar-mcp

Пошаговые гайды: как установить Allstar

FAQ

Allstar MCP бесплатный?

Да, Allstar MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Allstar?

Нет, Allstar работает без API-ключей и переменных окружения.

Allstar — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Allstar в Claude Desktop, Claude Code или Cursor?

Открой Allstar на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Allstar with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai