Supports environment variable configuration through .env files for storing itemit API credentials and configuration settings.
Serves as the runtime environment for the MCP server, required for execution (v16+ recommended).
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.
Table of Contents
- Overview
- Prerequisites
- Obtaining itemit API Credentials
- Installation & Build
- MCP Client Configuration
- Environment Variables
- Available MCP Tools
- Example Usage
- Response Format
- Credits & Further Resources
Overview
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:
Build the project:
MCP Client Configuration
Add the following to your MCP Client configuration (e.g., cline_mcp_settings.json
):
Replace the placeholder values with your actual itemit credentials.
Environment Variables
ITEMIT_API_KEY
: Your itemit API keyITEMIT_USER_ID
: Your itemit user IDITEMIT_USER_TOKEN
: Your itemit user tokenITEMIT_WORKSPACE_ID
: Your itemit workspace ID
These can be set in your environment or in a .env
file.
Available MCP Tools
1. get-location-by-name
- Description: Get locations by name in itemit.
- Parameters:
name
(string, required): Name of the location to search forlimit
(integer, optional): Number of locations to retrieve (default 25, max 100)skip
(integer, optional): Number of locations to skip (default 0)
- Example:
2. search-item-by-name
- Description: Search for items by name in itemit.
- Parameters:
name
(string, required): Name of the item to search forsize
(integer, optional): Number of items to retrieve (default 15, max 100)page
(integer, optional): Page number (default 1)
- Example:
3. create-item
- Description: Create an item in itemit.
- Parameters:
name
(string, required): Name of the itemdescription
(string, required): Description of the itemserial
(string, required): Serial number of the item
- Example:
4. get-reminders
- Description: Get reminders from itemit.
- Parameters: None
5. get-items
- Description: Get items from itemit.
- Parameters:
size
(integer, optional): Number of items to retrieve (default 15, max 100)
- Example:
Example Usage
Use your MCP Client to invoke these tools. For example, to search for an item:
Response Format
All responses are returned as structured text or JSON, matching the itemit API's data model. For example, a successful search might return:
Credits & Further Resources
- Project by the uminai MCP team.
- Powered by itemit.
- Discover more MCP servers and integrations at mcp.umin.ai.
This server cannot be installed
An MCP server that enables asset tracking by providing a bridge between the itemit asset management API and the Model Context Protocol ecosystem, allowing users to search, create, and manage assets programmatically.
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.Last updated -104TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol (MCP) server that creates a bridge between AI language models and the Trakt.tv API, allowing LLMs to access real-time entertainment data and personal Trakt viewing history.Last updated -5Python
- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python
New MCP Servers
- Reckon Accounts Hosted MCP Server by CData
- mcp-snowflake-server-no-write-system-prompt
- LicenseSpring MCP Server
- eBay Analytics MCP Server by CData
- Blackbaud FE NXT MCP Server by CData
- Ghost MCP Server
- MCP Memory Server
- Xero OAuth 2 Identity Service API Server
- Google Search Console API MCP Server
- Multi-Tool Control Platform (MCP) Server