Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Hudu

OCI · GHCR.IO/WYRE-AI/HUDU-MCP:V1.4.1 · SCANNED SEP 20

MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures.

+3 this week 49 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to 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
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3272 tokens (~72/item across 45 items; 39 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management53
  • Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 41 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: 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.

Install

How do I install the Hudu MCP server?

Hudu runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/hudu-mcp:v1.4.1. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/wyre-ai/hudu-mcp:v1.4.1

# add to Claude Code
claude mcp add wyre-ai-hudu-mcp -- docker run --rm -i ghcr.io/wyre-ai/hudu-mcp:v1.4.1
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-hudu-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/hudu-mcp:v1.4.1"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-hudu-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/hudu-mcp:v1.4.1"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-hudu-mcp -- docker run --rm -i ghcr.io/wyre-ai/hudu-mcp:v1.4.1
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-hudu-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/hudu-mcp:v1.4.1"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-hudu-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/hudu-mcp:v1.4.1"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-hudu-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/hudu-mcp:v1.4.1"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-hudu-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/hudu-mcp:v1.4.1"
      ]
    }
  }
}
Changelog

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.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +3
    • Stability: unverified → 0.23 functional
  • 4 Sept 26 42

    First indexed and scored.

Diagnostics

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 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/hudu-mcp:v1.4.1

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

Background: How many MCP packages publish verified provenance →

MCP tools · 39 exposed · ~2,939 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
hudu_archive_article ~62

⚠ HIGH-IMPACT. Archives a knowledge base article, removing it from active use and hiding it from normal article listings and search results. Reversible by unarchiving. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesArticle ID

No output schema declared.

No examples provided.

hudu_archive_asset ~59

⚠ HIGH-IMPACT. Archives an asset, removing it from active use and hiding it from normal asset listings and operations. Reversible by unarchiving. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesAsset ID

No output schema declared.

No examples provided.

hudu_archive_company ~62

⚠ HIGH-IMPACT. Archives a company, removing it from active use and hiding associated assets, passwords, and articles from normal operations. Reversible by unarchiving. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesCompany ID

No output schema declared.

No examples provided.

hudu_create_article ~82

Create a new knowledge base article in Hudu

NameTypeReqDescription
company_idnumberCompany ID
contentstringArticle content (HTML)
draftbooleanDraft status
enable_sharingbooleanEnable sharing
folder_idnumberFolder ID
namestringyesArticle name (required)

No output schema declared.

No examples provided.

hudu_create_asset ~104

Create a new asset in Hudu

NameTypeReqDescription
asset_layout_idnumberyesAsset layout ID (required)
company_idnumberyesCompany ID (required)
custom_fieldsobjectCustom field values
namestringyesAsset name (required)
primary_mailstringEmail
primary_manufacturerstringManufacturer
primary_modelstringModel
primary_serialstringSerial number

No output schema declared.

No examples provided.

hudu_create_asset_layout ~117

Create a new asset layout in Hudu

NameTypeReqDescription
activebooleanActive status
colorstringColor
fieldsarrayLayout fields
iconstringIcon
icon_colorstringIcon color
include_commentsbooleanInclude comments
include_filesbooleanInclude files
include_passwordsbooleanInclude passwords
include_photosbooleanInclude photos
namestringyesLayout name (required)

No output schema declared.

No examples provided.

hudu_create_asset_password ~144

Create a new asset password in Hudu

NameTypeReqDescription
company_idnumberyesCompany ID (required)
descriptionstringDescription
in_portalbooleanShow in portal
namestringyesPassword name (required)
otp_secretstringOTP secret
passwordstringPassword value
password_folder_idnumberPassword folder ID
password_typestringPassword type
passwordable_idnumberPasswordable ID
passwordable_typestringPasswordable type
urlstringURL
usernamestringUsername

No output schema declared.

No examples provided.

hudu_create_company ~170

Create a new company in Hudu

NameTypeReqDescription
address_line_1stringAddress line 1
address_line_2stringAddress line 2
citystringCity
company_typestringCompany type
country_namestringCountry name
fax_numberstringFax number
id_numberstringID number
namestringyesCompany name (required)
nicknamestringCompany nickname
notesstringNotes
parent_company_idnumberParent company ID
phone_numberstringPhone number
statestringState
websitestringWebsite URL
zipstringZIP code

No output schema declared.

No examples provided.

hudu_create_website ~103

Create a new website in Hudu

NameTypeReqDescription
company_idnumberCompany ID
disable_dnsbooleanDisable DNS monitoring
disable_sslbooleanDisable SSL monitoring
disable_whoisbooleanDisable WHOIS monitoring
namestringyesWebsite name (required)
notesstringNotes
pausedbooleanPaused status
urlstringWebsite URL

No output schema declared.

No examples provided.

hudu_delete_article ~61

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a knowledge base article and all its content, attachments, and version history. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesArticle ID

No output schema declared.

No examples provided.

hudu_delete_asset ~61

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes an asset and all of its associated data, passwords, and configuration information. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesAsset ID

No output schema declared.

No examples provided.

hudu_delete_asset_password ~57

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes an asset password and all associated authentication information. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesAsset password ID

No output schema declared.

No examples provided.

hudu_delete_company ~63

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a company and all of its associated assets, articles, passwords, and other data. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesCompany ID

No output schema declared.

No examples provided.

hudu_delete_website ~63

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a website and all its monitoring history, SSL certificates, and DNS records data. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesWebsite ID

No output schema declared.

No examples provided.

hudu_get_article ~27

Get a knowledge base article by ID

NameTypeReqDescription
idnumberyesArticle ID

No output schema declared.

No examples provided.

hudu_get_asset ~25

Get an asset by ID

NameTypeReqDescription
idnumberyesAsset ID

No output schema declared.

No examples provided.

hudu_get_asset_layout ~28

Get an asset layout by ID

NameTypeReqDescription
idnumberyesAsset layout ID

No output schema declared.

No examples provided.

hudu_get_asset_password ~28

Get an asset password by ID

NameTypeReqDescription
idnumberyesAsset password ID

No output schema declared.

No examples provided.

hudu_get_company ~25

Get a company by ID

NameTypeReqDescription
idnumberyesCompany ID

No output schema declared.

No examples provided.

hudu_get_website ~26

Get a website by ID

NameTypeReqDescription
idnumberyesWebsite ID

No output schema declared.

No examples provided.

hudu_list_activity_logs ~113

List activity logs in Hudu

NameTypeReqDescription
action_messagestringFilter by action message
pagenumberPage number
page_sizenumberResults per page
resource_idnumberFilter by resource ID
resource_typestringFilter by resource type
start_datestringFilter by start date (ISO format)
user_emailstringFilter by user email
user_idnumberFilter by user ID

No output schema declared.

No examples provided.

hudu_list_articles ~71

List knowledge base articles in Hudu

NameTypeReqDescription
company_idnumberFilter by company ID
draftbooleanFilter by draft status
namestringFilter by name
pagenumberPage number
page_sizenumberResults per page

No output schema declared.

No examples provided.

hudu_list_asset_layouts ~49

List asset layouts in Hudu

NameTypeReqDescription
namestringFilter by name
pagenumberPage number
page_sizenumberResults per page

No output schema declared.

No examples provided.

hudu_list_asset_passwords ~70

List asset passwords in Hudu

NameTypeReqDescription
company_idnumberFilter by company ID
namestringFilter by name
pagenumberPage number
page_sizenumberResults per page
searchstringSearch term

No output schema declared.

No examples provided.

hudu_list_assets ~98

List assets in Hudu with optional filters

NameTypeReqDescription
archivedbooleanFilter by archived status
asset_layout_idnumberFilter by asset layout ID
company_idnumberFilter by company ID
namestringFilter by name
pagenumberPage number
page_sizenumberResults per page
primary_serialstringFilter by serial number

No output schema declared.

No examples provided.

hudu_list_companies ~116

List companies in Hudu with optional filters

NameTypeReqDescription
archivedbooleanFilter by archived status
citystringFilter by city
id_numberstringFilter by ID number
namestringFilter by company name
pagenumberPage number
page_sizenumberResults per page
phone_numberstringFilter by phone number
statestringFilter by state
websitestringFilter by website

No output schema declared.

No examples provided.

hudu_list_folders ~59

List folders in Hudu

NameTypeReqDescription
company_idnumberFilter by company ID
namestringFilter by name
pagenumberPage number
page_sizenumberResults per page

No output schema declared.

No examples provided.

hudu_list_magic_dash ~61

List Magic Dash items in Hudu

NameTypeReqDescription
company_idnumberFilter by company ID
pagenumberPage number
page_sizenumberResults per page
titlestringFilter by title

No output schema declared.

No examples provided.

hudu_list_procedures ~60

List procedures in Hudu

NameTypeReqDescription
company_idnumberFilter by company ID
namestringFilter by name
pagenumberPage number
page_sizenumberResults per page

No output schema declared.

No examples provided.

hudu_list_relations ~37

List relations in Hudu

NameTypeReqDescription
pagenumberPage number
page_sizenumberResults per page

No output schema declared.

No examples provided.

hudu_list_websites ~60

List monitored websites in Hudu

NameTypeReqDescription
company_idnumberFilter by company ID
namestringFilter by name
pagenumberPage number
page_sizenumberResults per page

No output schema declared.

No examples provided.

hudu_test_connection ~18

Test the connection to Hudu API

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

hudu_unarchive_company ~61

⚠ HIGH-IMPACT. Restores an archived company back to active use, making it and all associated assets, passwords, and articles visible again in normal operations. Confirm with the user before invoking.

NameTypeReqDescription
idnumberyesCompany ID

No output schema declared.

No examples provided.

hudu_update_article ~89

Update an existing knowledge base article in Hudu

NameTypeReqDescription
company_idnumberCompany ID
contentstringArticle content (HTML)
draftbooleanDraft status
enable_sharingbooleanEnable sharing
folder_idnumberFolder ID
idnumberyesArticle ID
namestringArticle name

No output schema declared.

No examples provided.

hudu_update_asset ~107

Update an existing asset in Hudu

NameTypeReqDescription
asset_layout_idnumberAsset layout ID
company_idnumberCompany ID
custom_fieldsobjectCustom field values
idnumberyesAsset ID
namestringAsset name
primary_mailstringEmail
primary_manufacturerstringManufacturer
primary_modelstringModel
primary_serialstringSerial number

No output schema declared.

No examples provided.

hudu_update_asset_layout ~125

Update an existing asset layout in Hudu

NameTypeReqDescription
activebooleanActive status
colorstringColor
fieldsarrayLayout fields
iconstringIcon
icon_colorstringIcon color
idnumberyesAsset layout ID
include_commentsbooleanInclude comments
include_filesbooleanInclude files
include_passwordsbooleanInclude passwords
include_photosbooleanInclude photos
namestringLayout name

No output schema declared.

No examples provided.

hudu_update_asset_password ~92

Update an existing asset password in Hudu

NameTypeReqDescription
descriptionstringDescription
idnumberyesAsset password ID
namestringPassword name
otp_secretstringOTP secret
passwordstringPassword value
password_typestringPassword type
urlstringURL
usernamestringUsername

No output schema declared.

No examples provided.

hudu_update_company ~176

Update an existing company in Hudu

NameTypeReqDescription
address_line_1stringAddress line 1
address_line_2stringAddress line 2
citystringCity
company_typestringCompany type
country_namestringCountry
fax_numberstringFax number
idnumberyesCompany ID
id_numberstringID number
namestringCompany name
nicknamestringCompany nickname
notesstringNotes
parent_company_idnumberParent company ID
phone_numberstringPhone number
statestringState
websitestringWebsite URL
zipstringZIP code

No output schema declared.

No examples provided.

hudu_update_website ~110

Update an existing website in Hudu

NameTypeReqDescription
company_idnumberCompany ID
disable_dnsbooleanDisable DNS monitoring
disable_sslbooleanDisable SSL monitoring
disable_whoisbooleanDisable WHOIS monitoring
idnumberyesWebsite ID
namestringWebsite name
notesstringNotes
pausedbooleanPaused status
urlstringWebsite URL

No output schema declared.

No examples provided.

Common questions

What is the Hudu MCP server?

Hudu is an MCP server listed in the public MCP registry as io.github.WYRE-AI/hudu-mcp. MCP server for Hudu IT documentation, companies, assets, articles, passwords, and procedures. This page covers its container image (ghcr.io/wyre-ai/hudu-mcp:v1.4.1).

Is the Hudu MCP server safe to use?

Hudu scores 49 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Hudu MCP server expose?

Hudu exposes 39 tools: hudu_test_connection, hudu_list_companies, hudu_get_company, hudu_create_company, hudu_update_company, and 34 more. Their descriptions and schemas cost roughly 2,939 tokens of context every time the server is loaded.

Is the Hudu MCP server still maintained?

Hudu is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Hudu MCP server under?

Hudu declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.