development
documentation
public
asset tracking
MCP
What is itemit MCP?
itemit is Asset Tracking MCP that manage the inventory, monitoring and location tracking that powers over +300 organizations.
Documentation
itemit-mcp
itemit-mcp is an MCP server for asset tracking, providing a bridge between the itemit asset management API and the Model Context Protocol (MCP) ecosystem. Built and maintained by the uminai MCP team.
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.
Prerequisites
Node.js (v16+ recommended)
Access to an itemit account (to obtain API credentials)
MCP Client (see uminai MCP for more info)
Obtaining itemit API Credentials
To use this MCP server, you need API credentials from itemit:
ITEMIT_API_KEY
ITEMIT_USER_ID
ITEMIT_USER_TOKEN
ITEMIT_WORKSPACE_ID
You can obtain these by signing up or logging in at itemit and following their API documentation or contacting their support.
Installation & Build
Clone this repository and install dependencies:
npm install
Build the project:
npm run build
MCP Client Configuration
Add the following to your MCP Client configuration (e.g., cline_mcp_settings.json):