Server data from the Official MCP Registry
Create RFQs, compare supplier quotes with L1/L2/L3 ranking, and place purchase orders.
Create RFQs, compare supplier quotes with L1/L2/L3 ranking, and place purchase orders.
This MCP server demonstrates strong security practices with appropriate authentication, well-designed safety guardrails, and clean code. The server requires an API key, enforces confirmation on sensitive operations (orders), and implements rate-limiting with backoff logic. Minor code quality observations around error handling and input validation do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AVMS_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-dann26parr69-auravms-mcp": {
"env": {
"AVMS_API_KEY": "your-avms-api-key-here"
},
"args": [
"-y",
"auravms-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
What it is: a Model Context Protocol server that makes AuraVMS callable from any MCP-capable agent (Claude Code, Claude Desktop, Cursor, Codex, OpenClaw, VS Code…). Instead of "AuraVMS exists", your agent says "I just created your RFQ — suppliers have their quote links."
What it can do for you:
Say "send an RFQ for 2,000 kg of SS304 sheet to my steel suppliers, delivery Mumbai by Aug 15" and the agent does the whole cycle.
You need an AuraVMS API key: create one at app.auravms.com under Settings > API Keys (format avms_..., shown once).
Claude Code
claude mcp add auravms -e AVMS_API_KEY=avms_... -- npx auravms-mcp
Claude Desktop / any client with a JSON config
{
"mcpServers": {
"auravms": {
"command": "npx",
"args": ["auravms-mcp"],
"env": { "AVMS_API_KEY": "avms_..." }
}
}
}
Any other harness: it's a standard stdio MCP server — run npx auravms-mcp with AVMS_API_KEY in the environment.
| Tool | What it does |
|---|---|
list_suppliers | Search/list suppliers; collect UUIDs for RFQs |
add_supplier | Add a vendor (dedupes by email first) |
create_rfq | Create an RFQ — draft by default; send: true emails the invited suppliers their quote links |
list_rfqs | List RFQs (open/closed, search); with rfq_id, shows items + who has/hasn't responded |
get_quotes | Per-item quotes with native L1/L2/L3 ranking, lead times, remarks |
send_reminders | Nudge non-responders — throttled to once per RFQ per 24h |
place_order | Place the PO on a winning quote — requires confirm: true |
close_rfq | Close out the sourcing round |
create_rfq saves via the draft endpoint and sends nothing; sending requires an explicit send: true after the user confirms. Agents on autopilot must not blast 30 vendors.confirm: true. Placing an order commits a purchase and emails a PO to the supplier; the tool refuses without confirmation.You can run procurement manually forever — but at 10+ RFQs a month, retyping PDF quotes into spreadsheets is where decimal errors and lost revisions come from. AuraVMS is RFQ software for SMBs and trading companies: suppliers quote through a zero-signup link, every response lands in a side-by-side comparison with automatic L1/L2/L3 ranking, and the whole thing is scriptable through the API this server uses. Plans from $5/month. Sign up. Full API reference: auravms.com/docs.
npm install
npm run build
AVMS_API_KEY=avms_... node dist/index.js
MIT © Dhrumil Barot
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.