Connects Claude to Sematryx's optimization engine for solving complex optimization problems through their API. You'd reach for this when you need to tackle constraint satisfaction, resource allocation, scheduling, or similar mathematical optimization tasks without building the solver logic yourself. The SSE transport means streaming responses for long-running optimization jobs. Details are sparse on specific operations exposed, but the value here is offloading computational optimization work to a dedicated service rather than implementing algorithms locally. Best suited for scenarios where you're dealing with multi-variable problems that need efficient solutions beyond simple heuristics.
claude mcp add --transport sse com.sematryx-optimizer https://mcp.sematryx.com/sse