PluginBench
MCP Server
Maintained
MIT

io.github.dann26parr69/auravms-mcp MCP Server

io.github.dann26parr69/auravms-mcp

What is the io.github.dann26parr69/auravms-mcp MCP server?

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

How to install io.github.dann26parr69/auravms-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AVMS_API_KEY
    required
    secret

    AuraVMS API key (starts with avms_). Create one in the AuraVMS app under Settings > API Keys.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "auravms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auravms-mcp"
      ],
      "env": {
        "AVMS_API_KEY": "<YOUR_AVMS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "auravms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auravms-mcp"
      ],
      "env": {
        "AVMS_API_KEY": "<YOUR_AVMS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "auravms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auravms-mcp"
      ],
      "env": {
        "AVMS_API_KEY": "<YOUR_AVMS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "auravms-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "auravms-mcp"
      ],
      "env": {
        "AVMS_API_KEY": "<YOUR_AVMS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add auravms-mcp --env AVMS_API_KEY=<YOUR_AVMS_API_KEY> -- npx -y auravms-mcp

Related MCP servers

Query any database in plain English or SQL through a guardrailed, read-only data layer.

0
JavaScript
MIT
View repository →