JAOT MCP Server
Exposes optimization solver tools to AI agents via the Model Context Protocol, enabling natural language problem solving.
README
JAOT — Just Another Optimization Tool
A self-hostable optimization platform. Describe a problem in natural language or JSON, get the optimal solution back — no solver expertise required. Build models with an AI assistant, share them in a marketplace, expose them to AI agents over MCP, or just hit the REST API.
<!-- TODO(owner): drop a 30–60s demo GIF here — NL prompt → model → solve → marketplace → MCP call. -->
What it is
JAOT wraps industrial MIP/LP solvers (SCIP, HiGHS) behind a multi-tenant API,
a visual builder, and an LLM formulation assistant. It is a platform, not a
library and not a hosted SaaS — you run it yourself with docker compose up.
- Solver-agnostic core — an
OptimizationProblemschema that stays independent of the solver. Ships SCIP (via PySCIPOpt) and HiGHS (via highspy); an optional Hexaly adapter is bring-your-own-license. - LLM formulation assistant — turn a natural-language description into a runnable model, grounded in a RAG index over the template library (Qdrant + local sentence-transformers; no data leaves your box except the Claude calls you opt into).
- Model marketplace — publish and activate pre-built models, priced in credits or free. As far as we know, the only optimization-model marketplace that exists.
- MCP server — exposes solver tools to AI agents (Claude, etc.) via the Model Context Protocol.
- 102 templates + 27 problem generators — knapsack, vehicle routing, scheduling, production planning, portfolio, a full MDPDP-TW formulation, and more.
- Credits ledger, multi-tenant auth, admin panel, i18n (en/es/ca/fr/de), and a Prometheus/Grafana/Alertmanager monitoring stack — included.
Payments are optional and bring-your-own Stripe keys: the billing code is complete but has never been exercised against live Stripe — test before you charge real money.
Quickstart
git clone https://github.com/avallavall/jaot.git && cd jaot
cp .env.example .env # includes first-run admin credentials — change the password
docker compose up -d # migrates, seeds the catalog, creates your admin on first boot
Open http://localhost:3000 and log in with your SEED_ADMIN_* credentials — or
mint an API key and solve over HTTP:
docker compose exec api python scripts/ensure_admin_api_key.py # prints your API key
curl -X POST http://localhost:8001/api/v2/solve \
-H "Authorization: Bearer <your-api-key>" \
-H "Content-Type: application/json" \
-d '{"name":"test","variables":[{"name":"x","type":"continuous","lower_bound":0,"upper_bound":10}],"objective":{"sense":"maximize","expression":"3*x"},"constraints":[{"name":"c1","expression":"x <= 5"}]}'
Returns {"status":"optimal","objective_value":15.0,...}. Full setup guide →
docs/getting-started/QUICKSTART.md.
How it compares
| JAOT | OR-Tools / Pyomo / PuLP | NEOS Server | Nextmv / solver clouds | |
|---|---|---|---|---|
| Shape | Self-hosted platform | Libraries (you write the code) | Hosted academic solve service | Closed SaaS |
| Run it yourself | ✅ docker compose up |
✅ (it's your code) | ❌ | ❌ |
| REST API + async execution | ✅ | ✗ (DIY) | partial | ✅ |
| NL → model assistant | ✅ | ✗ | ✗ | ✗ |
| Model marketplace | ✅ | ✗ | ✗ | ✗ |
| MCP server for AI agents | ✅ | ✗ | ✗ | ✗ |
| License | Apache-2.0 | mixed OSS | terms vary | proprietary |
If you want a Python library to embed in your own code, OR-Tools or Pyomo are the right tools. JAOT is for when you want the platform around the solver — API, UI, accounts, history, sharing, an AI front door — without building it.
Architecture
┌──────────────────────────────────────────────┐
│ Next.js 16 frontend (5 locales) │
└───────────────┬──────────────────────────────┘
│ REST + SSE + WebSocket
┌───────────────▼──────────────────────────────┐
│ FastAPI (Python 3.12) │
│ auth · solve · LLM/RAG · credits · │
│ marketplace · triggers · MCP server │
└──┬─────────┬──────────┬──────────┬────────────┘
│ │ │ │
┌──▼──┐ ┌────▼────┐ ┌──▼──┐ ┌─────▼─────┐ ┌────────────┐
│ Pg │ │RabbitMQ │ │Redis│ │ Qdrant │ │ Anthropic │
│ 18 │ │+ Celery │ │ │ │ (RAG) │ │ Claude API │
└─────┘ │ workers │ └─────┘ └───────────┘ └────────────┘
│ SCIP / │
│ HiGHS / │
│ Hexaly │
└─────────┘
A modular monolith: the solver is the first extracted bounded context
(app/domains/solver/), behind a SolverAdapter protocol enforced by
import-linter contracts. Adding a solver means writing one adapter — see
docs/ARCHITECTURE/OVERVIEW.md.
Documentation
| Doc | Description |
|---|---|
| Quickstart | From zero to first solve |
| Architecture | System design, components, data model |
| Roadmap | What's shipped, what's next, where to help |
| Contributing | Dev setup and conventions |
| Testing & Quality | Test strategy, coverage, mutation scores |
| Deployment | Production deployment and monitoring |
| Disaster Recovery | Incident response runbook |
| MDPDP Spec | A worked mathematical formulation |
Built with
JAOT stands on the SCIP Optimization Suite (Zuse Institute Berlin) and HiGHS — full attributions in THIRD_PARTY_LICENSES.
Built solo and AI-accelerated. What you can verify rather than take on faith:
tests run against real PostgreSQL (no mocked DB), domain boundaries are enforced
by import-linter contracts, and every change is gated by lint, tests, and
security scans (bandit, pip-audit, npm audit). Details, coverage, and
mutation-test scores in Testing & Quality.
Maintained best-effort — monthly issue triage, quarterly dependency/CVE pass. Issues and focused PRs welcome; see CONTRIBUTING.md and SECURITY.md.
License
Apache License 2.0 — see also NOTICE. Third-party license attributions are in THIRD_PARTY_LICENSES.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。