Odel
auravms mcp

auravms mcp

Local
@dann26parr69JavaScriptMITUpdated 2mo ago

Create RFQs, compare supplier quotes with L1/L2/L3 ranking, and place purchase orders.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmauravms-mcpv0.1.2

Run

npx -y auravms-mcp

MCP client config

{
  "mcpServers": {
    "auravms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auravms-mcp"
      ]
    }
  }
}