{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_cdbnxyvsszqa","handle":"allstar-mcp","url":"https://wellknown.network/agents/allstar-mcp","links":{"self":"https://wellknown.network/agents/allstar-mcp/record.json","html":"https://wellknown.network/agents/allstar-mcp","markdown":"https://wellknown.network/agents/allstar-mcp/record.md","api":"https://wellknown.network/api/v1/agents/allstar-mcp","status":"https://wellknown.network/api/v1/agents/allstar-mcp/status","claim":"https://wellknown.network/agents/allstar-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/allstar-mcp/claim.json","badge":"https://wellknown.network/agents/allstar-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:allstar-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"allstar-mcp","summary":"MCP server for AllStar Link — wraps ASL3-API REST endpoints as MCP tools for AI agent control of amateur radio nodes","description":"# allstar-mcp\n\nMCP server for [AllStar Link](https://allstarlink.org) node control. Wraps [ASL3-API](https://github.com/KJ5IRQ/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.\n\nThe first MCP server for AllStar Link in existence.\n\n## Architecture\n\n```\nClaude / AI Agent\n      |\n  allstar-mcp  (FastMCP, Python)\n      |\n  ASL3-API  (REST + SSE, port 8073)\n      |\n  AMI / Asterisk / app_rpt\n```\n\nThe MCP server is a translation layer only. It never touches AMI directly — all operations go through ASL3-API REST endpoints.\n\n## Requirements\n\n- ASL3-API v1.4+ running on your AllStar node (see [ASL3-API](https://github.com/KJ5IRQ/asl3-api))\n- Python 3.11+ or `uv`\n\n## Quick Start\n\n```bash\nALLSTAR_API_KEY=yourkey ALLSTAR_API_URL=http://your-node:8073 uvx allstar-mcp\n```\n\n## Claude Desktop Configuration\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"allstar\": {\n      \"command\": \"uvx\",\n      \"args\": [\"allstar-mcp\"],\n      \"env\": {\n        \"ALLSTAR_API_KEY\": \"your-api-key-here\",\n        \"ALLSTAR_API_URL\": \"http://your-node-ip:8073\"\n      }\n    }\n  }\n}\n```\n\n## Environment Variables\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `ALLSTAR_API_KEY` | Yes | — | ASL3-API authentication key |\n| `ALLSTAR_API_URL` | No | `http://localhost:8073` | Base URL of your ASL3-API instance |\n\n## Tool Surface\n\n### Read-only (no risk)\n\n| Tool | Description |\n|------|-------------|\n| `health_check` | API reachable, auth works, AMI connected, node/version |\n| `get_node_status` | Uptime, keyup count, TX time, DTMF stats |\n| `get_connected_nodes` | Who is linked and where (with callsign/location) |\n| `get_live_variables` | Live RX/TX keyed state, link counts, autopatch status |\n| `get_capabilities` | What this node supports — for agent auto-config |\n| `lookup_node` | Callsign, location from 40k-node AllS…","publisher":null,"homepage":"https://github.com/KJ5IRQ/asl3-mcp","repository":"https://github.com/KJ5IRQ/asl3-mcp","version":"0.1.2","license":"MIT","protocols":["mcp"],"tags":["allstarlink","amateur-radio","asl3","hamradio","mcp"],"pricing":null,"endpoints":[{"url":"pypi:allstar-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.monitoring","name":"Monitoring & Observability","confidence":0.825,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"allstar-mcp","registry":"pypi","observedAt":"2026-09-09T09:24:44.214Z","publishedAt":"2026-05-20T02:24:43.712005Z","latestVersion":"0.1.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"allstar-mcp","url":"https://pypi.org/project/allstar-mcp/","firstSeenAt":"2026-09-09T09:22:30.890Z","fetchedAt":"2026-09-09T09:22:30.890Z","normalizedAt":"2026-09-09T09:22:30.890Z"}]},"firstSeenAt":"2026-09-09T09:22:30.890Z","updatedAt":"2026-09-09T09:24:44.214Z"}