Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Jacck • Modeling & Simulation
A Model Context Protocol server that wraps Google OR-Tools to let LLMs submit, validate, and solve constraint and optimization models expressed in JSON.
Convert natural-language optimization requests into verified OR-Tools models and obtain optimal or feasible solutions via a standardized JSON protocol.
Solve combinatorial problems like knapsack, scheduling, and portfolio selection using CP-SAT and retrieve structured solutions for downstream reasoning.
Validate, set parameters, and iterate on constraint models (variables, constraints, objectives) programmatically and get solver status and timing information.
MCP-ORTools is an MCP server implementation that exposes Google OR-Tools CP-SAT solver through a JSON-based model specification, enabling agents to define variables, constraints, and objectives and receive structured solutions. It supports integer and boolean variables, linear constraints using OR-Tools method syntax, linear optimization objectives, solver parameters, and timeouts. Typical uses include knapsack and portfolio selection problems, general constraint satisfaction and optimization tasks, and programmatic model validation and iteration with JSON-formatted results.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.