vndly-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vndly-mcpWhat products are low in stock?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
Related MCP server: Odoo MCP Server
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceMCP server that allows AI assistants to query and retrieve information about office supplies inventory from a CSV file.
- AlicenseBqualityDmaintenanceAn MCP server that enables AI assistants to interact with Odoo ERP apps like Inventory, CRM, Sales, and Manufacturing. It allows users to read, create, and manage Odoo records and workflows using natural language commands.25321ISC
- AlicenseAqualityCmaintenanceMCP server for Recruit CRM, enabling AI assistants to search candidates, view jobs, and manage recruiting workflows.53MIT
- FlicenseAqualityBmaintenanceMCP server for querying inventory items and stock levels via internal API, enabling AI chatbots to look up product codes and current quantities.2
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
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