Developer Tools
rfix.ai
Provides tools for managing RFIX blocks and exporting projects for test automation.
ENDPOINT 1
https://mcp.rfix.ai/mcp
MCP server metadata
- Name
- RFIX MCP
- Version
- 1.27.0
RFIX MCP server-side mode helps agents plan RF scenarios, search the RFIX block catalog, and export launchable `.rfix.gz` projects. It does NOT generate IQ data and does NOT talk to rfix-api or rfix_python. WORKFLOW (follow this order): 1. Call `rfix_plan_scenario(description=...)` — returns block schemas, composition rules, constraints, and a reference ReactFlow/editor-project example. 2. COMPOSE YOUR OWN GRAPH: Use the reference graph as inspiration, but adapt it to the user's request. Add/remove nodes, adjust parameters, and change edges. 3. Call `rfix_export_rfix_project(payload=<your composed graph/project>)` — writes a `.rfix.gz` project and returns launch metadata for desktop and web. That is the happy path for server-side launch flows. Do NOT search the filesystem for RFIX examples. ACCEPTED EXPORT INPUT SHAPES: - GCF/LLM output: `{reactFlowNodes, reactFlowEdges, gridGlobalSettings}` - Exported graph: `{nodes, connections, globalSettings}` - Editor/.rfix-style project JSON - Backend payloads are also accepted and will be reverse-transformed. CRITICAL RULES: - Modifier/channel blocks MUST connect to an upstream signal source. Never create isolated modifiers. - Signals cannot connect directly to other signals — use modifiers between them. - All edge endpoints and any table block references MUST point at existing node IDs. - three_d_emitter and three_d_sensor MUST be connected through a 3D channel (three_d_channel_los/rayleigh/rician). - `rfix_export_rfix_project` returns `launch_grant`, `desktop_deeplink`, `web_launch_url`, `web_embed_url`, and `download_desktop_url`. Read and report those exact values.
Known tools 3
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rfix-mcp]
url = "https://mcp.rfix.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rfix-mcp": {
"type": "http",
"url": "https://mcp.rfix.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rfix-mcp
Remote MCP URL: https://mcp.rfix.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rfix-mcp": {
"url": "https://mcp.rfix.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rfix-mcp": {
"type": "http",
"url": "https://mcp.rfix.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rfix-mcp",
"transport": "streamable-http",
"url": "https://mcp.rfix.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.