snipeit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SNIPEIT_URL | Yes | The URL of the Snipe-IT server | |
| SNIPEIT_API_TOKEN_FILE | Yes | Path to a file containing the Snipe-IT API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_connectionA | Snipe-IT APIへの接続と認証を確認します。 |
| list_assetsA | 資産を検索・一覧表示します。limitは最大100件です。 |
| get_assetB | IDを指定して資産の詳細を取得します。 |
| create_assetC | 資産を登録します。asset_tag、model_id、status_idは必須です。 |
| create_licenseC | ライセンスを登録します。name、seats、category_idは必須です。 |
| list_licensesC | ライセンスを検索・一覧表示します。limitは最大100件です。 |
| get_licenseB | IDを指定してライセンスの詳細を取得します。 |
| list_license_seatsA | ライセンスの全シートをSeat番号順で取得します。空きシートだけにも絞れます。 |
| assign_license_seat_to_assetA | 最も小さいSeat番号の空きシートを自動選択し、資産へ割り当てます。 |
| assign_specific_license_seat_to_assetA | 明示指定された一意なSeat IDを資産へ割り当てます。通常は自動選択ツールを使用してください。 |
| unassign_license_seatB | ライセンスのシートを資産またはユーザーから割り当て解除します。 |
| list_usersB | ユーザーを検索・一覧表示します。limitは最大100件です。 |
| get_userC | IDを指定してユーザーの詳細を取得します。 |
| list_modelsA | 資産モデルを検索・一覧表示します。 |
| list_categoriesB | カテゴリを検索・一覧表示します。 |
| list_locationsC | ロケーションを検索・一覧表示します。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chiku-wa/snipeit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server