Skip to main content
Glama

vndly-mcp

Official MCP server for VNDLY — inventory and order management.

MCPVault

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

Search products and variants by name, SKU, or category

list_orders

List purchase or sales orders with status and totals

get_low_stock_alerts

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-mcp

Environment variables

Variable

Required

Default

Description

VNDLY_API_KEY

Yes

Your VNDLY personal API key

VNDLY_API_URL

No

https://www.vndly.io

Override for self-hosted VNDLY

License

MIT

Latest Blog Posts

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