Itemit MCP Server
@umin-ai
About Itemit MCP Server
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"itemit-mcp": {
"disabled": false,
"timeout": 60,
"type": "stdio",
"command": "node",
"args": [
"/<path>/<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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Itemit MCP Server?
Itemit MCP Server is an MCP server for asset tracking that provides a bridge between the itemit asset management API and the MCP ecosystem. Built and maintained by the uminai MCP team, it allows you to search, create, and manage assets and locations programmatically.
How to use Itemit MCP Server?
Install dependencies with npm install, build with npm run build, then configure your MCP client to run the built script via stdio, providing the required environment variables: ITEMIT_API_KEY, ITEMIT_USER_ID, ITEMIT_USER_TOKEN, and ITEMIT_WORKSPACE_ID. Use your MCP client to invoke the exposed tools.
Key features of Itemit MCP Server
- Search for items by name in itemit.
- Create items with name, description, and serial number.
- Get a list of items from itemit.
- Get reminders from itemit.
- Search for locations by name with item list.
Use cases of Itemit MCP Server
- Automate asset lookup by name in an inventory system.
- Create new asset records directly from an MCP-enabled assistant.
- Retrieve reminders about upcoming asset maintenance or audits.
- Integrate itemit asset data with other MCP-connected tools.
FAQ from Itemit MCP Server
What tools does Itemit MCP Server provide?
It provides five tools: get-location-by-name, search-item-by-name, create-item, get-reminders, and get-items. Each has documented parameters.
What are the prerequisites to use Itemit MCP Server?
You need Node.js v16+, an itemit account with API credentials (API key, user ID, user token, workspace ID), and an MCP client.
How do I obtain itemit API credentials?
Sign up or log in at itemit.com and follow their API documentation or contact support to get your ITEMIT_API_KEY, ITEMIT_USER_ID, ITEMIT_USER_TOKEN, and ITEMIT_WORKSPACE_ID.
What transport does Itemit MCP Server use?
It uses stdio transport. The MCP client runs the built JavaScript file directly, passing environment variables for authentication.
Where does the asset data live?
Data is stored in the itemit platform. This server acts as a proxy, querying and creating records via the itemit API.
More Developer Tools MCP servers
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Grafana MCP server
grafanaMCP server for Grafana
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Comments