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).
Run
npx -y auravms-mcp
MCP client config
{
"mcpServers": {
"auravms-mcp": {
"command": "npx",
"args": [
"-y",
"auravms-mcp"
]
}
}
}