ping_tenant
Health-check ping that echoes back the tenantId and current server timestamp.
Agent-native TypeScript framework for building MCP servers. Declarative definitions with auth, multi-backend storage, OpenTelemetry, and first-class support for Bun/Node/Cloudflare Workers.
{
"mcpServers": {
"kmprod-ai": {
"command": "bunx",
"args": [
"mcp-remote",
"http://mcp.kmcore.net/mcp"
]
}
}
}
{
"mcpServers": {
"kmprod-ai": {
"type": "http",
"url": "http://mcp.kmcore.net/mcp"
}
}
}
claude mcp add --transport http kmprod-ai http://mcp.kmcore.net/mcp
curl -X POST http://mcp.kmcore.net/mcp \
-H "Content-Type: application/json" \
-H "MCP-Protocol-Version: 2025-11-25" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"curl","version":"1.0.0"}}}'
Health-check ping that echoes back the tenantId and current server timestamp.
Retrieve a single machine by ID from TRS_MACHINE, with optional real-time state from TRS_ETAT_MACHINE.
List machines from TRS_MACHINE with optional filters on type, atelier, and real-time state.
Retrieve a manufacturing order (OF) by ID from OF_GENERAL, with optional routing operations from OF_GAMMES + OF_GAMMES_DETAILS.
List manufacturing orders (OFs) from OF_GENERAL with optional filters on status, client, urgency, and a correlated latest operation status.
Retrieve a specific production operation execution by OF ID, operation number, and relaunch from OF_GAMMES_DETAILS + OF_GAMMES + OF_GENERAL.
List active production operations from OF_GAMMES_DETAILS + OF_GAMMES + OF_GENERAL with optional machine and status filters.
List machine events from HT_EVENEMENTS with optional filters on machine, date range, and maintenance flag.
List personnel events from HT_EVENEMENTS_PERSONNEL with optional filters on personnel, machine, and date range.
Retrieve material yield data from V_RPT_POIDS_MATIERES_OF for a given OF number, with optional lot filter.
Compute cycle time deviation between planned and actual for OF operations. Returns deviation percentage and status classification.
Retrieve scrap (rebuts) history from HT_REBUTS with optional filters. Can also return the scrap code reference catalog from TRS_CODEREBUTS.
Retrieve aptitudes (competencies) from TRS_APTITUDE with levels. Optional filters by personnelId or machineId to narrow to assigned aptitudes.
Execute a registered skill by name. Skills are higher-level agentic workflows that orchestrate multiple tools via LLM-driven tool-call loops. Restricted to supervisor and admin roles.
No tools match the current filter.