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
Available Tools
3 toolsget_low_stock_alertsA
Return current low-stock reorder alerts from VNDLY. Each alert shows the product, SKU, suggested reorder quantity, and recommended supplier.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of alerts to return (default: 30, max: 50). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, so the description carries the burden. It adds context by stating the alerts are 'current' and enumerates the returned fields, implicitly conveying a read-only operation. However, it does not explicitly state safety, authentication requirements, or any side effects, leaving some ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: two sentences with no redundant information. It front-loads the purpose and then lists the returned data fields, making every word valuable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple retrieval tool with one optional parameter and no output schema, the description covers what the tool does and the content of each alert. It could benefit from a note on ordering or default behavior, but it is sufficiently complete for its complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides full documentation for the only parameter, 'limit', with default and max values. The description does not add any additional meaning to the parameter, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Return' and names the resource 'low-stock reorder alerts' from VNDLY. It clearly distinguishes from siblings like search_products and list_orders by focusing on alerts, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no explicit guidance on when to use this tool versus alternatives. It only implies usage for retrieving low-stock alerts, but does not mention exclusions or compare to sibling tools, so usage context is minimal.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_ordersA
List recent purchase orders or sales orders from VNDLY, with supplier/customer names, totals, and status. Use type=purchase for supplier orders, type=sales for customer orders.
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Order type: purchase (supplier orders) or sales (customer orders). | |
| limit | No | Number of orders to return (default: 20, max: 50). | |
| status | No | Filter by order status, e.g. draft, confirmed, received, shipped, closed. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses that the tool returns 'recent' orders and specifies the data fields included, implying a read-only operation. It does not mention pagination or rate limits, but the schema covers limit, and the 'list' verb strongly implies non-destructive behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the primary purpose, and includes only essential detail. The parameter usage guidance is concise and directly actionable, with no fluff or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with no output schema, the description adequately covers purpose, scope ('recent'), returned fields, and type differentiation. It relies on the schema for parameter details, which is acceptable given 100% coverage. Minor gaps like exact recency window are not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description reinforces the meaning of the 'type' parameter and clarifies its semantics, but does not add new information beyond what the schema already provides for limit and status.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'list' and clearly identifies the resource 'purchase orders or sales orders from VNDLY'. It names the included fields (supplier/customer names, totals, status), distinguishing it from sibling tools like search_products and get_low_stock_alerts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool (listing order types) and gives explicit guidance on using the type parameter for purchase vs sales orders. However, it does not explicitly discuss alternatives or when-not-to-use, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_productsA
Search VNDLY products and their variants (SKU, attributes, unit) by name, description, category, or SKU. Returns matching products with all variants.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search term, e.g. 'blue t-shirt', 'SKU-1234', 'electronics'. Leave empty to list all. | |
| limit | No | Number of products to return (default: 20, max: 50). | |
| status | No | Product status filter (default: active). | |
| category | No | Filter by product category (partial match). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It states that the tool returns matching products with all variants, which is a clear behavioral promise. Being a 'Search' operation, read-only behavior is implied, and no side effects are expected. It does not discuss rate limits or pagination, but these are not critical for a search tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that immediately states the action (Search), resource (VNDLY products and variants), searchable fields, and return outcome. No filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description adequately explains the return value ('products with all variants'). It also clarifies the scope of search across fields. The tool's simplicity and the completeness of the input schema make this description sufficient for an agent to select and invoke it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description mentions searchable fields (name, description, category, SKU) that map to the 'q' and 'category' parameters, but it does not add meaning beyond what the schema already provides. The description does not compensate for any ambiguity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches VNDLY products and their variants by name, description, category, or SKU, distinguishing it from sibling tools that handle orders and stock alerts. The verb 'Search' and specific resource are explicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (to search products) but does not explicitly contrast with alternatives. However, siblings are for orders and stock alerts, so the context makes the intended usage obvious. No exclusions or when-not-to-use guidance is provided, hence slight deduction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
v0.1.0- First observed
get_low_stock_alerts - First observed
list_orders - First observed
search_products
TDQS
Each tool targets a distinct resource and action: searching products, listing orders, and retrieving low stock alerts. There is no overlap or ambiguity in their purposes.
All tool names follow a consistent verb_noun pattern: search_products, list_orders, get_low_stock_alerts. The verbs (search, list, get) are varied but appropriately describe the actions, and the style is uniformly snake_case.
With 3 tools, the server is on the lean side but not unreasonably so. Each tool appears focused and purposeful, covering a specific read-oriented need for VNDLY data. It feels slightly thin but acceptable for a niche integration.
The tools only provide read operations (search, list, get alerts) with no create, update, or delete capabilities. Missing obvious operations like retrieving order details, viewing a specific product, or executing reorders create significant gaps for typical workflows.
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 Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP 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.25241ISC
- FlicenseAqualityDmaintenanceMCP server for querying inventory items and stock levels via internal API, enabling AI chatbots to look up product codes and current quantities.2-
- FlicenseNot gradedqualityBmaintenanceMCP server that enables AI platforms to search products, customers, and warehouses, and prepare and submit sales orders to a fixed ERP endpoint with per-session bearer authentication.-
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