rsba1-mcp
rsba1-core
Чистая реализация на Python стека протокола Icom RS-BA1 V2 — управление IC-705, IC-9700 и любыми CI-V трансиверами через сеть. Бинарные файлы Icom не требуются.
Что это?
Программное обеспечение Icom RS-BA1 работает только под Windows и является закрытым. Этот проект реверсирует протокол и предоставляет чистую замену на Python, которая работает везде, где работает Python.
Протестировано на: IC-705 (сквозное подтверждение 2026-08-18)
Related MCP server: MCP Serial Port Tool
Быстрый старт
pip install rsba1-core
export RADIO_HOST=192.168.0.31
export RADIO_USER=linnan
export RADIO_PASSWORD=your_password
python -m rsba1.mcp read-freq
python -m rsba1.mcp set-freq 7074000MCP-сервер (для AI-агентов)
python -m rsba1.mcp # starts MCP server on stdioДоступные инструменты: read_freq, read_mode, read_smeter, set_freq, ptt, get_status
Архитектура
Your AI Agent / CLI
↓
rsba1-core (pure Python)
↓
IC-705 RS-BA1 server (UDP 50001 + 50002)Ключевое: нет Windows API, нет DLL Icom, только Python 3.11+.
Статус функций
Функция | Статус |
Чтение CI-V (частота/режим/S-метр) | ✅ Сквозное подтверждение |
Запись CI-V (set_freq) | ✅ Сквозное подтверждение |
PTT | ✅ Сквозное подтверждение |
Аудиопоток (UDP 50003) | ❌ Не реализовано |
Документация
docs/README.md — Двуязычное (китайский/английский) полное руководство
docs/MCP集成指南.md — Руководство по интеграции MCP
docs/真机验证报告.md — Отчёт о сквозном подтверждении
Лицензия
MIT — см. LICENSE и DISCLAIMER.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables control of Software Defined Radios and decoding of radio protocols through an AI-friendly Model Context Protocol interface, supporting RTL-SDR and HackRF hardware for signal analysis and protocol decoding.20MIT
- Flicense-quality-maintenanceEnables AI assistants to interact with physical serial port devices across platforms (Windows COM/Linux tty) with support for asynchronous communication, URC pattern recognition, and structured logging.1
- AlicenseBqualityAmaintenanceEnables AI agents to control Copper Mountain Vector Network Analyzers over TCP/IP SCPI, offering 45 tools for sweep configuration, calibration, measurement, and Touchstone export.492AGPL 3.0
- Alicense-qualityDmaintenanceEnables AI agents to control Cisco Packet Tracer in real time, allowing natural language-driven creation and configuration of network topologies.4MIT
Related MCP Connectors
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fe1iscurc0r/rsba1-core'
If you have feedback or need assistance with the MCP directory API, please join our Discord server