A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"auto-planner-mcp": {
"url": "https://auto-planner-mcp-6a6d873f-deep-thinkers-srmist.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"auto-planner-mcp": {
"serverUrl": "https://auto-planner-mcp-6a6d873f-deep-thinkers-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.auto-planner-mcp] url = "https://auto-planner-mcp-6a6d873f-deep-thinkers-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://auto-planner-mcp-6a6d873f-deep-thinkers-srmist.app.nitrocloud.ai/mcp
Get active assembly sequence for a given shift and line [UI Directive: A visual widget is rendered for this response. Provide ONLY a brief 1-sentence summary. Do not repeat raw sequence lists, VIN tables, or metric lists in markdown text.]
Resequence build plan based on delay reason and missing option [UI Directive: A visual widget is rendered for this response. Provide ONLY a brief 1-sentence summary. Do not repeat raw sequence lists, VIN tables, or metric lists in markdown text.]
Check Just-in-Sequence (JIS) inventory availability for a part and optional VIN sequence
Calculate Overall Equipment Effectiveness (OEE) for a station [UI Directive: A visual widget is rendered for this response. Provide ONLY a brief 1-sentence summary. Do not repeat raw sequence lists, VIN tables, or metric lists in markdown text.]
Estimate financial cost of downtime for a stopped station [UI Directive: A visual widget is rendered for this response. Provide ONLY a brief 1-sentence summary. Do not repeat raw sequence lists, VIN tables, or metric lists in markdown text.]