← linkit.works

INDIVIDUAL MCP TOOL

manage_inventory

Manage SKU-level inventory — list, get, create, update, delete, bulk upsert, and adjust stock levels.

linkit.worksnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description contains a deletion term.

Parent endpoint

linkit.works

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.linkit-works]
url = "https://linkit.works/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "linkit-works": {
      "type": "http",
      "url": "https://linkit.works/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: linkit-works
Remote MCP URL: https://linkit.works/api/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "linkit-works": {
      "url": "https://linkit.works/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "linkit-works": {
      "type": "http",
      "url": "https://linkit.works/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "linkit-works",
  "transport": "streamable-http",
  "url": "https://linkit.works/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_health — Check system health — ping, health check, system info, and telemetry metrics.
  • linkit_api — Execute any Linkit REST API operation directly.
  • manage_branches — Manage branches (stores/locations) — list, get, create, update, delete, and bulk upsert.
  • manage_catalog — Manage catalog metadata — categories (with tree/move), brands, tags, and generic records.
  • manage_content — Access content — blog posts, API documentation, swagger spec, and verification endpoints.
  • manage_customers — Manage customers — CRUD, search, lookup, customer groups, and customer addresses.
  • manage_integrations — Manage integrations and apps — list apps, view configs, execute syncs, batch execute, and manage org apps.
  • manage_offers — Manage offers and promotions — list, get, create, update, delete, bulk upsert, and status operations.