Loading MCP server directory, please wait...
Create RFQs, compare supplier quotes with L1/L2/L3 ranking, and place purchase orders.
npx @getmcp/cli add io.github.dann26parr69/auravms-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AVMS_API_KEYAuraVMS API key (starts with avms_). Create one in the AuraVMS app under Settings > API Keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dann26parr69/auravms-mcp": {
"command": "npx",
"args": [
"-y",
"auravms-mcp"
],
"env": {
"AVMS_API_KEY": ""
}
}
}
}