IT Glue
OCI · GHCR.IO/WYRE-TECHNOLOGY/ITGLUE-MCP:V1.16.3 · SCANNED AUG 22
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability88
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 2687 tokens (~103/item across 26 items; 25 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/wyre-technology/itglue-mcp:v1.16.3
claude mcp add wyre-technology-itglue-mcp -- docker run --rm -i ghcr.io/wyre-technology/itglue-mcp:v1.16.3
codex mcp add wyre-technology-itglue-mcp -- docker run --rm -i ghcr.io/wyre-technology/itglue-mcp:v1.16.3
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-itglue-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/itglue-mcp:v1.16.3"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-itglue-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/itglue-mcp:v1.16.3"] {
"mcpServers": {
"wyre-technology-itglue-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/itglue-mcp:v1.16.3"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Aug 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/itglue-mcp:v1.16.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
archive_document ~62
⚠ HIGH-IMPACT. Archives an IT Glue document (soft delete — hides it from normal views but keeps it recoverable). Use unarchive_document to restore. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | number | yes | The document ID to archive |
No output schema declared.
No examples provided.
create_document ~227
Create a new document in IT Glue for an organization. If neither document_folder_id nor skip_folder_prompt is supplied, the user is prompted to pick a folder. Folder enumeration for the name-based picker tries the API key first (works on tenants where IT Glue exposes the Document Folders resource), then a configured JWT; if neither can list folders, the prompt accepts a folder URL, a sibling-document URL, or a numeric folder ID. Pass skip_folder_prompt=true to always create at the organization root without prompting.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | – | Document content (HTML supported) |
| document_folder_id | number | – | Optional folder ID to place the document in. Find folder IDs in the IT Glue web URL (e.g. `/documents/folder/12345/`) or by inspecting `document-folder-id` on an existing document in that folder. |
| name | string | yes | Document name/title |
| organization_id | number | yes | Organization ID to create the document in |
| skip_folder_prompt | boolean | – | If true, skip the interactive folder picker and create the document at the organization root. |
No output schema declared.
No examples provided.
create_document_section ~94
Add a new section to an IT Glue document. Section types: 'heading' (Document::Heading) or 'text' (Document::Text). Call publish_document after editing.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | HTML content for the section |
| document_id | number | yes | The document ID |
| section_type | string | yes | Section type: 'heading' for Document::Heading, 'text' for Document::Text |
No output schema declared.
No examples provided.
create_location ~192
Create a new location (physical address/site) for an organization in IT Glue. IT Glue requires a name and typically a country_id for a location.
| Name | Type | Req | Description |
|---|---|---|---|
| address_1 | string | – | Address line 1 |
| address_2 | string | – | Address line 2 |
| city | string | – | City |
| country_id | number | – | Country ID — IT Glue typically requires this when creating a location. Find country IDs in the IT Glue web UI. |
| fax | string | – | Fax number |
| name | string | yes | Location name/title |
| notes | string | – | Free-text notes |
| organization_id | number | yes | Organization ID to create the location in |
| phone | string | – | Phone number |
| postal_code | string | – | Postal/ZIP code |
| primary | boolean | – | Whether this is the organization's primary location |
| region_id | number | – | Region/state ID |
No output schema declared.
No examples provided.
delete_document_section ~79
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a section from an IT Glue document. This action cannot be undone. Call publish_document after editing. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | number | yes | The document ID |
| section_id | number | yes | The section ID to delete (from list_document_sections) |
No output schema declared.
No examples provided.
get_configuration ~33
Get a specific configuration (device/asset) by ID from IT Glue
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The configuration ID |
No output schema declared.
No examples provided.
get_document ~42
Get a specific document by ID from IT Glue
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The document ID |
| organization_id | number | yes | Organization ID that owns the document |
No output schema declared.
No examples provided.
get_location ~36
Get a specific location by ID from IT Glue, including its full address and phone number.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The location ID |
No output schema declared.
No examples provided.
get_organization ~29
Get a specific organization by ID from IT Glue
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The organization ID |
No output schema declared.
No examples provided.
get_password ~54
Get a specific password entry by ID from IT Glue (includes the actual password value)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The password entry ID |
| show_password | boolean | – | Whether to include the actual password value (default true) |
No output schema declared.
No examples provided.
itglue_health_check ~22
Check connectivity to IT Glue API by fetching organization types
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_document_folders ~156
List document folders for an organization in IT Glue, returning their names and IDs. Works with your API key on tenants where IT Glue exposes the Document Folders resource (rolling out across tenants in 2026). If the API key is rejected, a JWT is used as a fallback (configure via ITGLUE_JWT env var or X-ITGlue-JWT header, or paste one when prompted).
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Optional name filter (partial match) |
| organization_id | number | yes | Organization ID to list folders for |
| page_number | number | – | Page number to retrieve (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
No output schema declared.
No examples provided.
list_document_sections ~40
List all sections of an IT Glue document in order. Use this to read document content before editing.
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | number | yes | The document ID |
No output schema declared.
No examples provided.
list_flexible_asset_types ~55
List all flexible asset types defined in IT Glue. Call this first to discover type IDs before using search_flexible_assets.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id | number | – | Filter by organization ID (optional — returns global types if omitted) |
No output schema declared.
No examples provided.
publish_document ~44
Publish an IT Glue document to make section changes visible. Always call this after creating, updating, or deleting sections.
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | number | yes | The document ID to publish |
No output schema declared.
No examples provided.
search_configurations ~167
Search for configurations (devices/assets) in IT Glue
| Name | Type | Req | Description |
|---|---|---|---|
| configuration_status_id | number | – | Filter by configuration status ID |
| configuration_type_id | number | – | Filter by configuration type ID |
| name | string | – | Filter by configuration name (partial match) |
| organization_id | number | – | Filter by organization ID |
| page_number | number | – | Page number to retrieve (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
| psa_id | string | – | Filter by PSA integration ID |
| rmm_id | string | – | Filter by RMM integration ID |
| serial_number | string | – | Filter by serial number |
| sort | string | – | Sort field (prefix with - for descending) |
No output schema declared.
No examples provided.
search_documents ~160
Search for documents in IT Glue (scoped to an organization). Returns document metadata only (name, folder, URL, timestamps) — not the document body. Use get_document or list_document_sections to read a specific document's content.
| Name | Type | Req | Description |
|---|---|---|---|
| document_folder_id | number | – | Filter by document folder ID to search within a specific folder |
| name | string | – | Filter by document name (partial match) |
| organization_id | number | yes | Organization ID (required — documents are scoped to organizations) |
| page_number | number | – | Page number to retrieve (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
| sort | string | – | Sort field (prefix with - for descending) |
No output schema declared.
No examples provided.
search_flexible_assets ~125
Search for flexible assets in IT Glue (requires flexible_asset_type_id filter)
| Name | Type | Req | Description |
|---|---|---|---|
| flexible_asset_type_id | number | yes | Required: The flexible asset type ID to search within |
| name | string | – | Filter by flexible asset name (partial match) |
| organization_id | number | – | Filter by organization ID |
| page_number | number | – | Page number to retrieve (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
| sort | string | – | Sort field (prefix with - for descending) |
No output schema declared.
No examples provided.
search_locations ~206
Search for locations (physical addresses/sites) of an organization in IT Glue. Each result includes the address fields and phone number. Locations are a built-in IT Glue entity (not a flexible asset), so use this rather than search_flexible_assets to look up an organization's address or phone.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | Filter by city |
| country_id | number | – | Filter by country ID |
| name | string | – | Filter by location name (partial match) |
| organization_id | number | – | Filter by organization ID (recommended — locations are scoped to organizations) |
| page_number | number | – | Page number to retrieve (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
| psa_id | string | – | Filter by PSA integration ID |
| region_id | number | – | Filter by region/state ID |
| sort | string | – | Sort field (prefix with - for descending, e.g., '-name') |
No output schema declared.
No examples provided.
search_organizations ~133
Search for organizations in IT Glue with optional filtering
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Filter by organization name (partial match) |
| organization_status_id | number | – | Filter by organization status ID |
| organization_type_id | number | – | Filter by organization type ID |
| page_number | number | – | Page number to retrieve (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
| psa_id | string | – | Filter by PSA integration ID |
| sort | string | – | Sort field (prefix with - for descending, e.g., '-name') |
No output schema declared.
No examples provided.
search_passwords ~139
Search for password entries in IT Glue (returns metadata only, not actual passwords)
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Filter by password entry name (partial match) |
| organization_id | number | – | Filter by organization ID |
| page_number | number | – | Page number to retrieve (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
| password_category_id | number | – | Filter by password category ID |
| sort | string | – | Sort field (prefix with - for descending) |
| url | string | – | Filter by URL |
| username | string | – | Filter by username |
No output schema declared.
No examples provided.
search_user_metrics ~269
Search IT Glue user activity metrics — per-user, per-organization, per-resource-type counts of created/viewed/edited/deleted actions, bucketed by date. This is the raw data behind IT Glue's user reputation scores. The date range may span at most 7 days end-to-start; end_date requires a start_date (IT Glue rejects an open start).
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | – | End of the UTC date range, YYYY-MM-DD. Omit for an open end. The range may not exceed 7 days. |
| organization_id | number | – | Filter by organization ID |
| page_number | number | – | Page number (default 1) |
| page_size | number | – | Number of results per page (max 1000, default 50) |
| resource_type | string | – | Filter by resource type the activity was against (e.g. Configuration, Password, Document, FlexibleAsset) |
| sort | string | – | Sort field: id, created, viewed, edited, deleted, or date. Prefix with - for descending. |
| start_date | string | – | Start of the UTC date range, YYYY-MM-DD. Omit for an open start. The range may not exceed 7 days. |
| user_id | number | – | Filter by IT Glue user ID |
No output schema declared.
No examples provided.
unarchive_document ~62
⚠ HIGH-IMPACT. Restores a previously archived IT Glue document so it appears in normal views again. This makes the document visible to all users. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | number | yes | The document ID to unarchive |
No output schema declared.
No examples provided.
update_document_section ~75
Update the content of an existing IT Glue document section. Use list_document_sections to get section IDs. Call publish_document after editing.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | New HTML content for the section |
| document_id | number | yes | The document ID |
| section_id | number | yes | The section ID (from list_document_sections) |
No output schema declared.
No examples provided.
update_location ~169
Update an existing location in IT Glue. Only the fields you supply are changed.
| Name | Type | Req | Description |
|---|---|---|---|
| address_1 | string | – | Address line 1 |
| address_2 | string | – | Address line 2 |
| city | string | – | City |
| country_id | number | – | Country ID |
| fax | string | – | Fax number |
| id | string | yes | The location ID to update |
| name | string | – | Location name/title |
| notes | string | – | Free-text notes |
| organization_id | number | yes | Organization ID that owns the location |
| phone | string | – | Phone number |
| postal_code | string | – | Postal/ZIP code |
| primary | boolean | – | Whether this is the organization's primary location |
| region_id | number | – | Region/state ID |
No output schema declared.
No examples provided.