MCP server: let any AI agent identify a real appliance and pull its grounded, safety-checked, robot-executable operation package. pip install operandi-mcp
claude mcp add operandi-mcp -- python -m operandi-mcp{
"mcpServers": {
"operandi-mcp": {
"command": "python",
"args": ["-m", "operandi-mcp"],
"env": {
"OPERANDI_API_KEY": "<operandi_api_key>"
}
}
}
}OPERANDI_API_KEYResumen de MCP Servers
# OPERANDI MCP Server — operate real appliances from any agent
mcp-name: cc.operandi/operandi
`operandi_mcp_server.py` exposes OPERANDI over the **Model Context Protocol** so any MCP-capable
agent host (Claude Desktop, Claude Code, or your own agent runtime) can identify an appliance and
pull its grounded, safety-checked, robot-executable operation package **as native tools**.
This is the "build for agents" surface: the customer is a robot's planner / an LLM agent, not a
human reading PDFs.
## Tools
| Tool | What it does |
|---|---|
| `identify_appliance` | Resolve observed nameplate text / panel labels / model → a catalog object (call first). |
| `get_operation_package` | The robot-executable package: model-exact procedures, control map + grounding, per-step verification signals, recovery state machine, safety envelope. |
| `list_appliances` | Browse operable appliances (optionally by category). |
| `find_by_capability` | Find appliances by function (`heat` / `wash` / `brew` / `defrost` …). |
## Why an agent wants this
A general model, cold, gives confidently-wrong physical instructions on ordinary appliances a large
fraction of the time (OPERANDI Stage A: **24% of cold instructions were would-fail**, including
invented buttons and cycles). Grounded in the package these tools return, that fell to **0
hallucinations, 96% exact**. The tools turn "guess the buttons" into "read the manufacturer's ground
truth". See `../docs/BUSINESS_MODEL.md`.
## Setup — zero config
```bash
pip install operandi-mcp
```
That's it. **No key needed for your first packages**: on first use the server mints an
instant trial key itself (`POST /v1/trial` — no signup, 2 operation packages included,
cached at `~/.operandi/mcp_key`). When the trial is spent, tool responses tell the agent
exactly how to sign up free (10 packages/month) or go Pro.
Have a key already? Set it and it wins over the trial:
```bash
export OPERANDI_API_KEY=ok_live_...
```
### Claude Desktop / Claude Code config
```json
{
"mcpServers": {
"operandi": { "command": "operandi-mcp" }
}
}
```
(Optionally add `"env": {"OPERANDI_API_KEY": "ok_live_..."}` once you have an account key.)
Then ask the agent: *"Identify the Samsung ME20H705MSS and give me the safe procedure to defrost
0.5 kg of mince."* — it will call `identify_appliance` then `get_operation_package` and answer from
grounded data.
## Notes
- The server is a thin, API-key-authenticated REST client — the same binary works against local dev
or the hosted service by changing `OPERANDI_API_URL`.
- Auth is `Authorization: Bearer <key>`; a missing/invalid key surfaces as a tool error, not a crash.
- Transport is newline-delimited JSON-RPC 2.0 (the MCP stdio transport). Offline protocol tests:
`pytest tests/test_mcp_server.py`.
Lo que la gente pregunta sobre operandi-mcp
¿Qué es ArchieAngelBeWithUs-prog/operandi-mcp?
+
ArchieAngelBeWithUs-prog/operandi-mcp es mcp servers para el ecosistema de Claude AI. MCP server: let any AI agent identify a real appliance and pull its grounded, safety-checked, robot-executable operation package. pip install operandi-mcp Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala operandi-mcp?
+
Puedes instalar operandi-mcp clonando el repositorio (https://github.com/ArchieAngelBeWithUs-prog/operandi-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ArchieAngelBeWithUs-prog/operandi-mcp?
+
ArchieAngelBeWithUs-prog/operandi-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene ArchieAngelBeWithUs-prog/operandi-mcp?
+
ArchieAngelBeWithUs-prog/operandi-mcp es mantenido por ArchieAngelBeWithUs-prog. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a operandi-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega operandi-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/archieangelbewithus-prog-operandi-mcp)<a href="https://claudewave.com/repo/archieangelbewithus-prog-operandi-mcp"><img src="https://claudewave.com/api/badge/archieangelbewithus-prog-operandi-mcp" alt="Featured on ClaudeWave: ArchieAngelBeWithUs-prog/operandi-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface