io.github.WYRE-AI/itglue-mcp

MCPcomunidad
v1.17.2io.github.WYRE-AIUnknownActualizado hace 1 dGitHub

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

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
17Estrellas en GitHub
31Forks
hace 1 dÚltima actualización
Necesita 1 credencial antes de poder ejecutarse
  • ITGLUE_API_KEYClave de APIobligatoria

    IT Glue API key (format: ITG.xxx)

Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquete
Autorio.github.WYRE-AI
LicenciaUnknown
Versión1.17.2
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
✓Listado en el índice de Forge+10/10
—Identidad del publicador verificada+0/30
→ Publicador: ejecuta `forge publish` desde el repo para reclamar la propiedad
—Verificación de dominio+0/10
→ Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
✓Análisis de inyección de prompts · limpio+30/30
✓Análisis de ofuscación / exfiltración · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio—
Procedencia—
DependenciasSin auditar
Superficie de herramientas32 herramientas · 1 privilegiadas
Análisis de seguridad✓ LimpiovHEAD · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado28 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

32 herramientas · 1 privilegiadas
Extraído estáticamente del paquete publicadovHEAD · 17h ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

search_organizationsSearch for organizations in IT Glue with optional filtering

Search for organizations in IT Glue with optional filtering

No se publicó ningún esquema de entrada para esta herramienta.

get_organizationGet a specific organization by ID from IT Glue

Get a specific organization by ID from IT Glue

No se publicó ningún esquema de entrada para esta herramienta.

search_configurationsSearch for configurations (devices/assets) in IT Glue

Search for configurations (devices/assets) in IT Glue

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

get_documentGet a specific document by ID from IT Glue

Get a specific document by ID from IT Glue

No se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

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 se publicó ningún esquema de entrada para esta herramienta.

itglue_health_checkCheck connectivity to IT Glue API by fetching organization types

Check connectivity to IT Glue API by fetching organization types

No se publicó ningún esquema de entrada para esta herramienta.

doc-completenessAudit documentation completeness for an organization in IT Glue

Audit documentation completeness for an organization in IT Glue

No se publicó ningún esquema de entrada para esta herramienta.

org_nameThe organization to audit

The organization to audit

No se publicó ningún esquema de entrada para esta herramienta.

runbook-checkFind systems or services without runbooks in IT Glue

Find systems or services without runbooks in IT Glue

No se publicó ningún esquema de entrada para esta herramienta.

system_nameFilter to a specific system or service (optional)

Filter to a specific system or service (optional)

No se publicó ningún esquema de entrada para esta herramienta.

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

Find passwords that have not been rotated in 90+ days

No se publicó ningún esquema de entrada para esta herramienta.

32 de 32 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.