io.github.WYRE-AI/itglue-mcp

MCPcommunity
v1.17.2io.github.WYRE-AIUnknownUpdated 1d agoGitHub

MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
17GitHub stars
31Forks
1d agoLast update
Needs 1 credential before it runs
  • ITGLUE_API_KEYAPI keyrequired

    IT Glue API key (format: ITG.xxx)

Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Package
Authorio.github.WYRE-AI
LicenseUnknown
Version1.17.2
Sourcemcp-registry
Trust Status
B
60/100Good
✓Listed in Forge index+10/10
—Publisher identity verified+0/30
→ Publisher: run `forge publish` from the repo to claim ownership
—Domain verification+0/10
→ Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
✓Prompt-injection scan · clean+30/30
✓Obfuscation / exfil scan · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain—
Provenance—
DependenciesNot audited
Tool surface32 tools · 1 privileged
Security scan✓ CleanvHEAD · todayHow well does this scan work?
EvalsNone
IndexedAug 28, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

32 tools · 1 privileged
Statically extracted from the published packagevHEAD · 16h ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

search_organizationsSearch for organizations in IT Glue with optional filtering

Search for organizations in IT Glue with optional filtering

No input schema was published for this tool.

get_organizationGet a specific organization by ID from IT Glue

Get a specific organization by ID from IT Glue

No input schema was published for this tool.

search_configurationsSearch for configurations (devices/assets) in IT Glue

Search for configurations (devices/assets) in IT Glue

No input schema was published for this tool.

get_configurationGet a specific configuration (device/asset) by ID from IT Glue

Get a specific configuration (device/asset) by ID from IT Glue

No input schema was published for this tool.

search_locationsSearch for locations (physical addresses/sites) of an organization in IT Glue.

Search for locations (physical addresses/sites) of an organization in IT Glue.

No input schema was published for this tool.

get_locationGet a specific location by ID from IT Glue, including its full address and phone number.

Get a specific location by ID from IT Glue, including its full address and phone number.

No input schema was published for this tool.

create_locationCreate a new location (physical address/site) for an organization in IT Glue.

Create a new location (physical address/site) for an organization in IT Glue.

No input schema was published for this tool.

update_locationUpdate an existing location in IT Glue. Only the fields you supply are changed.

Update an existing location in IT Glue. Only the fields you supply are changed.

No input schema was published for this tool.

search_passwordsSearch for password entries in IT Glue (returns metadata only, not actual passwords)

Search for password entries in IT Glue (returns metadata only, not actual passwords)

No input schema was published for this tool.

get_passwordGet a specific password entry by ID from IT Glue (includes the actual password value)

Get a specific password entry by ID from IT Glue (includes the actual password value)

No input schema was published for this tool.

search_documentsSearch 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.

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.

No input schema was published for this tool.

get_documentGet a specific document by ID from IT Glue

Get a specific document by ID from IT Glue

No input schema was published for this tool.

list_document_foldersList 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…

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…

No input schema was published for this tool.

create_documentCreate 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),…

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),…

No input schema was published for this tool.

list_document_sectionsList all sections of an IT Glue document in order. Use this to read document content before editing.

List all sections of an IT Glue document in order. Use this to read document content before editing.

No input schema was published for this tool.

create_document_sectionAdd a new section to an IT Glue document. Section types: 'heading' (Document::Heading) or 'text' (Document::Text). Call publish_document after editing.

Add a new section to an IT Glue document. Section types: 'heading' (Document::Heading) or 'text' (Document::Text). Call publish_document after editing.

No input schema was published for this tool.

update_document_sectionUpdate the content of an existing IT Glue document section. Use list_document_sections to get section IDs. Call publish_document after editing.

Update the content of an existing IT Glue document section. Use list_document_sections to get section IDs. Call publish_document after editing.

No input schema was published for this tool.

delete_document_sectionprivileged⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a section from an IT Glue document.

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a section from an IT Glue document.

No input schema was published for this tool.

create_attachmentAttach a file to an IT Glue record, and the only supported way to get a picture into a

Attach a file to an IT Glue record, and the only supported way to get a picture into a

No input schema was published for this tool.

list_attachmentsList the files attached to an IT Glue record, with their download URLs.

List the files attached to an IT Glue record, with their download URLs.

No input schema was published for this tool.

publish_documentPublish an IT Glue document to make section changes visible. Always call this after creating, updating, or deleting sections.

Publish an IT Glue document to make section changes visible. Always call this after creating, updating, or deleting sections.

No input schema was published for this tool.

archive_document⚠ HIGH-IMPACT. Archives an IT Glue document (soft delete — hides it from normal views

⚠ HIGH-IMPACT. Archives an IT Glue document (soft delete — hides it from normal views

No input schema was published for this tool.

unarchive_document⚠ HIGH-IMPACT. Restores a previously archived IT Glue document so it appears in

⚠ HIGH-IMPACT. Restores a previously archived IT Glue document so it appears in

No input schema was published for this tool.

list_flexible_asset_typesList all flexible asset types defined in IT Glue. Call this first to discover type IDs before using search_flexible_assets.

List all flexible asset types defined in IT Glue. Call this first to discover type IDs before using search_flexible_assets.

No input schema was published for this tool.

search_flexible_assetsSearch for flexible assets in IT Glue (requires flexible_asset_type_id filter)

Search for flexible assets in IT Glue (requires flexible_asset_type_id filter)

No input schema was published for this tool.

search_user_metricsSearch IT Glue user activity metrics — per-user, per-organization, per-resource-type

Search IT Glue user activity metrics — per-user, per-organization, per-resource-type

No input schema was published for this tool.

itglue_health_checkCheck connectivity to IT Glue API by fetching organization types

Check connectivity to IT Glue API by fetching organization types

No input schema was published for this tool.

doc-completenessAudit documentation completeness for an organization in IT Glue

Audit documentation completeness for an organization in IT Glue

No input schema was published for this tool.

org_nameThe organization to audit

The organization to audit

No input schema was published for this tool.

runbook-checkFind systems or services without runbooks in IT Glue

Find systems or services without runbooks in IT Glue

No input schema was published for this tool.

system_nameFilter to a specific system or service (optional)

Filter to a specific system or service (optional)

No input schema was published for this tool.

password-auditFind passwords that have not been rotated in 90+ days

Find passwords that have not been rotated in 90+ days

No input schema was published for this tool.

32 of 32 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.

Keywords
mcp
Alternatives
Comparing tool surfaces…

No dependency coverage

This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.