io.github.WYRE-AI/itglue-mcp

MCPcommunity
v1.17.2io.github.WYRE-AIUnknownAggiornato 1 g faGitHub

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

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
17Stelle su GitHub
31Fork
1 g faUltimo aggiornamento
Richiede 1 credenziale prima di poter funzionare
  • ITGLUE_API_KEYChiave APIobbligatoria

    IT Glue API key (format: ITG.xxx)

Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Pacchetto
Autoreio.github.WYRE-AI
LicenzaUnknown
Versione1.17.2
Fontemcp-registry
Stato di fiducia
B
60/100Buono
✓Presente nell’indice di Forge+10/10
—Identità del publisher verificata+0/30
→ Publisher: esegui `forge publish` dal repo per rivendicarne la proprietà
—Verifica del dominio+0/10
→ Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
✓Analisi prompt injection · pulita+30/30
✓Analisi offuscamento / esfiltrazione · pulita+20/20
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio—
Provenienza—
DipendenzeNon verificate
Superficie di strumenti32 strumenti · 1 privilegiati
Analisi di sicurezza✓ PulitovHEAD · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato28 ago 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

32 strumenti · 1 privilegiati
Estratto staticamente dal pacchetto pubblicatovHEAD · 17h ago

Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.

search_organizationsSearch for organizations in IT Glue with optional filtering

Search for organizations in IT Glue with optional filtering

Per questo strumento non è stato pubblicato alcuno schema di input.

get_organizationGet a specific organization by ID from IT Glue

Get a specific organization by ID from IT Glue

Per questo strumento non è stato pubblicato alcuno schema di input.

search_configurationsSearch for configurations (devices/assets) in IT Glue

Search for configurations (devices/assets) in IT Glue

Per questo strumento non è stato pubblicato alcuno schema di input.

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

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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)

Per questo strumento non è stato pubblicato alcuno schema di input.

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)

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

get_documentGet a specific document by ID from IT Glue

Get a specific document by ID from IT Glue

Per questo strumento non è stato pubblicato alcuno schema di input.

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…

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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)

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

itglue_health_checkCheck connectivity to IT Glue API by fetching organization types

Check connectivity to IT Glue API by fetching organization types

Per questo strumento non è stato pubblicato alcuno schema di input.

doc-completenessAudit documentation completeness for an organization in IT Glue

Audit documentation completeness for an organization in IT Glue

Per questo strumento non è stato pubblicato alcuno schema di input.

org_nameThe organization to audit

The organization to audit

Per questo strumento non è stato pubblicato alcuno schema di input.

runbook-checkFind systems or services without runbooks in IT Glue

Find systems or services without runbooks in IT Glue

Per questo strumento non è stato pubblicato alcuno schema di input.

system_nameFilter to a specific system or service (optional)

Filter to a specific system or service (optional)

Per questo strumento non è stato pubblicato alcuno schema di input.

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

Find passwords that have not been rotated in 90+ days

Per questo strumento non è stato pubblicato alcuno schema di input.

32 strumenti su 32 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.