Add to your Claude Desktop configuration file:
{
"mcpServers": {
"synthdyne": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://synthdyne.com/api/mcp"]
}
}
}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.
Add SynthDyne's engineering tools to your daily coding assistant or autonomous pipeline.
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 requirements, and regulatory gates before quoting.
Inspectable documentation and schemas available via standard resources/read requests.
synthdyne://catalogapplication/jsonAll 12 departments, 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.
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.