{
  "schema_version": "1.0",
  "name": "VirtMCU",
  "description": "Deterministic multi-node MCU simulation for AI agents. Run firmware ELFs on virtual ARM Cortex-M4 worlds with deterministic UART/CAN/802.15.4 links; inspect registers, memory, console, and link frames; replay any run bit-identically. No physical hardware required.",
  "interface": "mcp",
  "mcp": {
    "transport": "streamable-http",
    "session_factory": "https://api.virtmcu.com/v1/sessions",
    "worlds_catalog": "https://api.virtmcu.com/v1/worlds",
    "authentication": {
      "type": "bearer",
      "token_format": "vtmcu_<48 hex>",
      "obtain_at": "https://virtmcu.com/dashboard"
    }
  },
  "documentation": "https://virtmcu.com/llms.txt",
  "quickstart": "https://virtmcu.com/docs",
  "pricing": "https://virtmcu.com/pricing",
  "contact_email": "contact@refractsystems.com"
}
