MCP.so
ログイン

Itemit MCP Server

@umin-ai

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.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

umin-ai

投稿者

Morgan “ML” Lee

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "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>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「開発者ツール」の他のコンテンツ