Skip to main content
Glama

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

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

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    An 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.
    25
    32
    1
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Recruit CRM, enabling AI assistants to search candidates, view jobs, and manage recruiting workflows.
    53
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    MCP server for querying inventory items and stock levels via internal API, enabling AI chatbots to look up product codes and current quantities.
    2

View all related MCP servers

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.

View all MCP Connectors

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