PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversrag-systemsAetherLink-SDR-MCP
返回「rag-systems」

AetherLink-SDR-MCP

modelscope·@N-Erickson/AetherLink-SDR-MCP

rag-systems0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

AetherLink: Software Defined Radio Model Context Protocol Server

Control Software Defined Radios and decode radio protocols through an AI-friendly Model Context Protocol interface.

Features

  • Direct Hardware Control: RTL-SDR and HackRF
  • Protocol Decoders: ADS-B, AIS, NOAA weather satellites, amateur radio, and more
  • Advanced Analysis: Real-time spectrum analysis, waterfall displays, signal identification
  • MCP Integration: Seamless integration with Claude and other MCP clients

Installation

Prerequisites

  1. RTL-SDR Drivers:

    # Ubuntu/Debian
    sudo apt-get install rtl-sdr librtlsdr-dev
    
    # macOS
    brew install librtlsdr
    
    # Windows
    # Download and install from https://osmocom.org/projects/rtl-sdr/wiki
    
  2. Python 3.10+

Install from Source

# Clone the repository
git clone https://github.com/yourusername/aetherlink
cd aetherlink

# Create virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install with basic dependencies
pip install -e .

# Install with all protocol decoders
pip install -e ".[decoders]"

# Install with HackRF support
pip install -e ".[hackrf]"

Quick Start

Configure MCP Client

Add to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "aetherlink": {
      "command": "python",
      "args": ["-m", "sdr_mcp.server"],
      "env": {}
    }
  }
}

Basic Usage

# Connect to RTL-SDR
"Connect to my RTL-SDR"

# Track aircraft
"Track aircraft in my area"

# Analyze spectrum
"Show me what's on the FM broadcast band"

# Scan for signals
"Scan 430-440 MHz for amateur radio activity"

Supported Hardware

DeviceRX FrequencyTX SupportStatus
RTL-SDR24 MHz - 1.7 GHzStable
HackRF1 MHz - 6 GHzBeta
PlutoSDR70 MHz - 6 GHzPlanned
USRPVariesPlanned

Protocol Support

ProtocolDescriptionStatus
ADS-BAircraft trackingStable
AISShip trackingBeta
NOAA APTWeather satellitesBeta
FT8/WSPRAmateur radioPlanned
LoRaIoT devicesPlanned

Available Tools

ToolDescription
sdr_connectConnect to SDR hardware
sdr_disconnectDisconnect from SDR
sdr_set_frequencySet center frequency
sdr_set_gainSet gain
sdr_get_statusGet hardware status
aviation_track_aircraftStart ADS-B tracking
spectrum_analyzeAnalyze RF spectrum
spectrum_scanScan frequency range
recording_start/stopRecord IQ samples

Development

Running Tests

pytest tests/

Docker Support

docker-compose up

相关 MCP Servers(来自「rag-systems」)

context7

暂无描述。

@2511319/context7

BochaAI

暂无描述。

@BochaAI/bocha-search-mcp

Wireshark-MCP服务器

一种模型上下文协议服务器,它将Wireshark的网络分析能力与Claude等人工智能系统集成在一起,允许在无需手动复制的情况下直接分析网络数据包。

@sarthaksiddha/Wireshark-mcp

SearchAPI MCP服务器

通过SearchAPI.site将AI助手连接到外部数据源(如Google、Bing等),并通过模型上下文协议(MCP)实现对网络信息的安全和上下文访问。

@mrgoonie/searchapi-mcp-server

Sugatraj

暂无描述。

@Sugatraj/Cursor-Browser-Tools-MCP

ThreatFlux

暂无描述。

@ThreatFlux/playwright-fetch

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/n-erickson-aetherlink-sdr-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

# Ubuntu/Debian sudo apt-get install rtl-sdr librtlsdr-dev # macOS brew install librtlsdr # Windows # Download and install from https://osmocom.org/projects/rtl-sdr/wiki ``` 2. **Python 3.10+** ### Install from Source ```bash # Clone the repository git clone https://github.com/yourusername/aetherlink cd aetherlink # Create virtual environment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install with basic dependencies pip install -e . # Install with all protocol decoders pip install -e ".[decoders]" # Install with HackRF support pip install -e ".[hackrf]"

基本信息

分类
rag-systems / code-execution
运行方式
No
许可证
Unknown
详情文件
n-erickson-aetherlink-sdr-mcp.md