Submit

Itemit Asset Tracking

@uminai

itemit-mcp exposes a set of tools for interacting with the itemit asset management platform via the MCP protocol. It allows you to search, create, and manage assets and locations programmatically, making it easy to integrate itemit with other MCP-enabled systems. Following tools available:
Overview

What is itemit-mcp?

itemit-mcp is an MCP (Model Context Protocol) server designed to bridge the itemit asset management API with the MCP ecosystem, enabling programmatic asset tracking and developed by uminai MCP.

How to use itemit-mcp?

  1. Obtain itemit API credentials (API key, user ID, token, workspace ID).
  2. Clone the repository and install dependencies with npm install
  3. Build the project with npm run build
  4. Configure your MCP client with the provided environment variables and server settings.
  5. Use available MCP tools (e.g., search-item-by-name) via your MCP client.

Key features of itemit-mcp?

  • Search, create, and manage items/locations in itemit via MCP.
  • Integration with MCP-enabled systems for asset management.
  • Supports tools like get-location-by-name, create-item, get-reminders.
  • Structured JSON/structured text responses for seamless integration.

Use cases of itemit-mcp?

  1. Automating asset tracking workflows across MCP-compatible platforms.
  2. Integrating itemit asset data into custom MCP applications.
  3. Building MCP-driven asset management dashboards.
  4. Enabling MCP tools to interact with itemit’s item/location data.

FAQ from itemit-mcp?

  • What prerequisites are required?

Node.js (v16+, an MCP Client, and an itemit account with API credentials.

  • How do I set up environment variables?

Set them in .env or your MCP client configuration (e.g., ITEMIT_API_KEY).

  • What MCP tools are available?

Tools include search-item-by-name, create-item, get-reminders, etc.

Server Config

{
  "mcpServers": {
    "itemit-mcp": {
      "disabled": false,
      "timeout": 60,
      "type": "stdio",
      "command": "node",
      "args": [
        "/Users/<user>/Documents/itemit-mcp/build/index.js"
      ],
      "env": {
        "ITEMIT_API_KEY": "<YOUR_API_KEY>",
        "ITEMIT_USER_ID": "<YOUR_USER_ID>",
        "ITEMIT_USER_TOKEN": "<YOUR_USER_TOKEN>",
        "ITEMIT_WORKSPACE_ID": "<YOUR_WORKSPACE_ID>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.