Intellign MCP Server

Optimization as tools for LLMs — assignment, scheduling, routing, allocation, matching. Wraps the Intellign public API.

Connect

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_..."

Tools

list_templatesnamed starter problems
get_templatefull ProblemSpec to edit
create_problemregister a ProblemSpec v1 → problem_id
solve_problemsolve (waits by default) → assignments
get_status / get_resultpoll async jobs

Resources

intellign://schema/specProblemSpec JSON schema
intellign://capabilitiesobjectives, constraint grammar, solvers, limits

More

SDK + docs on GitHub · pip install intellign · health