# RFix MCP server

Create RF signal projects from prompts, inspect graphs, and export IQ data.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-rfix-mcp
- Website: https://rfix.ai

## Install
- Endpoint: https://mcp.rfix.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.rfix.ai/mcp

## Tools
- rfix_plan_scenario - ALWAYS call this first for any RF scenario request. Returns block schemas, composition rules, constraints, and a reference example payload. YOU must compose your own graph/project using this guidance, then call rfix_export_rfix_project. Do NOT search the filesystem for blocks or examples — this tool returns everything needed. Endpoint: https://mcp.rfix.ai/mcp
- rfix_list_blocks - Search the shipped RFIX block catalog by keyword. Use this when you need to find specific block types not already returned by rfix_plan_scenario. Queries like radar, ship, aircraft, communication, 3d, doppler, dmr, or wifi return relevant blocks with parameter schemas. Includes parameter schemas inline. Endpoint: https://mcp.rfix.ai/mcp
- rfix_export_rfix_project - Convert RFIX JSON input into an importable `.rfix.gz` project file. `payload` may be an RFIX backend payload, GCF prompt graph output, exported graph data, or editor/.rfix-style project JSON. Project-shaped input is preserved where possible; backend payload input is reverse-transformed into a legacy flat project. In server-side mode this also publishes launch URLs for desktop and web. Endpoint: https://mcp.rfix.ai/mcp

## Resources
- rfix-doc://usage - Core workflow and payload contract for the RFIX MCP tools. MIME type: text/plain
- rfix-doc://core-constraints - Core RFIX MCP constraints and modeling rules. MIME type: text/plain
- rfix-doc://block-schemas - Compact parameter schema for every RFIX block type. Includes unit/scale, min/max, select options, required flags, and table column structure. Cache this instead of re-requesting it per call. MIME type: application/json
- ui://rfix/launch - Launcher UI for exported RFIX projects in app-capable MCP clients. MIME type: text/html

## Prompts
Not captured

## Metadata
- Owner: ai.rfix
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 4, 2026
- Source: https://registry.modelcontextprotocol.io
