Optimization as tools for LLMs — assignment, scheduling, routing, allocation, matching. Wraps the Intellign public API.
MCP endpoint (Streamable HTTP): POST /mcp Authorization: Bearer ik_live_... (your Intellign API key, per request)
Claude Code: claude mcp add --transport http intellign {base}/mcp
--header "Authorization: Bearer ik_..."
list_templates | named starter problems |
get_template | full ProblemSpec to edit |
create_problem | register a ProblemSpec v1 → problem_id |
solve_problem | solve (waits by default) → assignments |
get_status / get_result | poll async jobs |
intellign://schema/spec | ProblemSpec JSON schema |
intellign://capabilities | objectives, constraint grammar, solvers, limits |
SDK + docs on GitHub
· pip install intellign
· health