Protocol · Model Context Protocol

Your models shouldn't guess physics.
They should call instruments.

SynthDyne runs a live, production-grade Model Context Protocol (MCP) server. Connect your agent runtime directly to calculate thermal deratings at 48 °C, query hardware specifications, and inspect approved model stacks.

Endpoint Live: /api/mcpProtocol 2024-11-05JSON-RPC 2.0 & SSEZero Auth Required
One-Click Setup

Connect in seconds.

Add SynthDyne's engineering tools to your daily coding assistant or autonomous pipeline.

Claude Desktopclaude_desktop_config.json

Add to your Claude Desktop configuration file:

{
  "mcpServers": {
    "synthdyne": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://synthdyne.com/api/mcp"]
    }
  }
}
Cursor / Antigravity / WindsurfSettings → Features → MCP

Direct HTTP / SSE remote endpoint:

{
  "mcpServers": {
    "synthdyne": {
      "url": "https://synthdyne.com/api/mcp"
    }
  }
}
Direct cURL / HTTP JSON-RPCPOST /api/mcp
curl -X POST https://synthdyne.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "calculate_thermal_spec",
      "arguments": { "power": 35, "ambient": 48, "tMax": 85 }
    }
  }'
Exposed Capabilities

Callable tools.

Every tool returns structured, deterministic responses ready for model execution.

calculate_thermal_specTool
First-order steady-state thermal sizing for edge hardware in high ambient.

Calculates available headroom, required sink-to-ambient resistance (theta_sa), installed airflow (CFM), phase-change buffer mass, and fan bearing derating for 48 °C Gulf baselines.

Parameters:
power (Watts)tMax (°C)ambient (°C)exposure (shaded/shielded/reflective/dark)dustsealing
query_catalog_specsTool
Direct schema lookup across SynthDyne hardware & AI catalog departments.

Query concrete specifications, engineering roles (build/supply/integrate), and operational envelopes across robotic arms, mobile robots, sensing, compute, and vision.

Parameters:
category (slug)query (search string)
get_approved_modelsTool
Inspectable frontier model panel and NIST AI RMF safety posture.

Returns approved production models (Grok, Gemini, Claude), cryptographic verification invariants, and Bring-Your-Own-Key isolation parameters.

Parameters:
none
validate_rfq_specTool
Validate deployment constraints against physical feasibility.

Checks thermal load, environmental IP sealing requirements, and regulatory gates before quoting.

Parameters:
departmentapplicationenvironmentpowerWattsambientTempC
Static Context

Subscribed resources.

Inspectable documentation and schemas available via standard resources/read requests.

synthdyne://catalogapplication/json

Full Hardware & AI Catalog

All 12 departments, offerings, and hardware envelopes.

synthdyne://thermal-physicstext/markdown

Thermal Physics & Derating Formulas

First-order heat dissipation equations, solar uplift, and altitude density scaling.

synthdyne://model-registerapplication/json

Approved Model Register

Frontier model panel, verification standards, and air-gapped isolation specs.

Custom Engineering

We build custom MCP servers for your infrastructure.

Have legacy SCADA equipment, industrial PLCs, ERP databases, or CAD/CAM pipelines you want models to operate safely? We build and harden custom Model Context Protocol adapters with strict cryptographic perimeters, zero-trust token isolation, and air-gapped on-premise execution.