vndly-mcp
vndly-mcp
Official MCP server for VNDLY — inventory and order management.
Connect any MCP-compatible AI client (Claude Desktop, Cursor, etc.) to your VNDLY account to search products, check orders, and monitor reorder alerts directly from your AI assistant.
Tools
Tool | Description |
| Search products and variants by name, SKU, or category |
| List purchase or sales orders with status and totals |
| Get current reorder alerts with suggested quantities |
Setup
1. Get an API key
Sign in to your VNDLY account and go to Settings > API Keys to generate a key.
2. Add to Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vndly": {
"command": "npx",
"args": ["-y", "vndly-mcp"],
"env": {
"VNDLY_API_KEY": "vndly_your_key_here"
}
}
}
}3. Other clients
Any MCP-compatible client works. Set the VNDLY_API_KEY environment variable before starting the server:
VNDLY_API_KEY=vndly_your_key_here npx vndly-mcpEnvironment variables
Variable | Required | Default | Description |
| Yes | Your VNDLY personal API key | |
| No |
| Override for self-hosted VNDLY |
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/coburn2716/vndly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server