copper-mountain-vna-mcp
Related Servers
Alternatives to copper-mountain-vna-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to directly control NI oscilloscopes (e.g., PXIe-5160/5164/5110) through the Model Context Protocol, including waveform acquisition, measurement, and configuration.MIT
- AlicenseCqualityAmaintenanceMCP server that lets AI agents control a Rohde & Schwarz CMW500 radio communication tester via direct TCP/IP SCPI, providing 84 tools for LTE signaling, WLAN, Bluetooth/BLE, and GPRF measurements, with built-in safety limits and a simulator for evaluation.903AGPL 3.0
- AlicenseCqualityBmaintenanceEnables natural language control of test instruments like spectrum analyzers and power supplies via SCPI commands, with auto-discovery and multi-instrument session support.1001MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to control Siglent SDG-series signal generators, configure waveforms, and switch outputs via natural language.3MIT
- AlicenseBqualityCmaintenanceEnables agentic coding harnesses to control benchtop test equipment — waveform generator, multimeter, oscilloscope, and power supply — over SCPI, with typed tools and raw passthrough for investigating circuits.761MIT

CyPerf MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceExposes Keysight CyPerf network performance and security testing as 100 tools across 15 categories, enabling AI assistants to orchestrate tests, manage agents, and analyze results through natural language.1MIT
TDQS
Scored across 49 tools
Most tools target distinct operations (e.g., measure_return_loss vs. get_s_parameter, save_touchstone vs. save_state). A few pairs like reset/preset and configure_sweep/set_center_span have overlapping scope, but descriptions clarify their specific purposes.
All tools share the vna_ prefix and use consistent snake_case. Verbs like get_, set_, measure_, save_, and load_ follow a predictable pattern, with minor exceptions (output_on, calibration_start) that are still clear and consistent.
The server exposes 49 tools, which is well beyond the typical well-scoped range. While the VNA domain is complex, many tools could be consolidated (e.g., a single measure tool with parameters), making the surface feel excessive and harder to navigate.
The tool set covers the full VNA workflow: connection, configuration, measurement, calibration, marker analysis, state/template management, limit testing, and raw SCPI access. The inclusion of scpi_send/scpi_query provides a fallback for any missing functionality.