Add to your Claude Desktop configuration file:
{
"mcpServers": {
"synthdyne": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://synthdyne.com/api/mcp"]
}
}
}A live Model Context Protocol server. Call it for thermal derating at 48 °C, hardware specifications, and the approved model register.
Claude Desktop, Cursor, or any client that speaks JSON-RPC.
Add to your Claude Desktop configuration file:
{
"mcpServers": {
"synthdyne": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://synthdyne.com/api/mcp"]
}
}
}Direct HTTP / SSE remote endpoint:
{
"mcpServers": {
"synthdyne": {
"url": "https://synthdyne.com/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 }
}
}'Every tool returns structured, deterministic responses ready for model execution.
calculate_thermal_specToolCalculates 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.
query_catalog_specsToolQuery concrete specifications, engineering roles (build/supply/integrate), and operational envelopes across robotic arms, mobile robots, sensing, compute, and vision.
get_approved_modelsToolReturns approved production models (Grok, Gemini, Claude), cryptographic verification invariants, and Bring-Your-Own-Key isolation parameters.
validate_rfq_specToolChecks thermal load, environmental IP sealing, whether a hand calc is enough or a study is the next step, and regulatory gates before quoting.
Inspectable documentation and schemas available via standard resources/read requests.
synthdyne://catalogapplication/jsonDepartments, offerings, and hardware envelopes.
synthdyne://thermal-physicstext/markdownFirst-order heat dissipation equations, solar uplift, and altitude density scaling.
synthdyne://model-registerapplication/jsonFrontier model panel, verification standards, and air-gapped isolation specs.
SCADA, PLCs, ERP, CAD. A named allowlist, and an air gap where the job requires it.