Hudu
OCI · GHCR.IO/WYRE-TECHNOLOGY/HUDU-MCP:V1.3.7 · SCANNED AUG 22
MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures.
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 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 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
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/hudu-mcp:v1.3.7
claude mcp add wyre-technology-hudu-mcp -- docker run --rm -i ghcr.io/wyre-technology/hudu-mcp:v1.3.7
codex mcp add wyre-technology-hudu-mcp -- docker run --rm -i ghcr.io/wyre-technology/hudu-mcp:v1.3.7
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-hudu-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.7"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-hudu-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/hudu-mcp:v1.3.7"] {
"mcpServers": {
"wyre-technology-hudu-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/hudu-mcp:v1.3.7"
]
}
}
} 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.
- 20 Aug 26 41
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/hudu-mcp:v1.3.7
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Article 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Asset 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Company ID |
No output schema declared.
No examples provided.
hudu_create_article ~82
Create a new knowledge base article in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Company ID |
| content | string | – | Article content (HTML) |
| draft | boolean | – | Draft status |
| enable_sharing | boolean | – | Enable sharing |
| folder_id | number | – | Folder ID |
| name | string | yes | Article name (required) |
No output schema declared.
No examples provided.
hudu_create_asset ~104
Create a new asset in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| asset_layout_id | number | yes | Asset layout ID (required) |
| company_id | number | yes | Company ID (required) |
| custom_fields | object | – | Custom field values |
| name | string | yes | Asset name (required) |
| primary_mail | string | – | |
| primary_manufacturer | string | – | Manufacturer |
| primary_model | string | – | Model |
| primary_serial | string | – | Serial number |
No output schema declared.
No examples provided.
hudu_create_asset_layout ~117
Create a new asset layout in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | – | Active status |
| color | string | – | Color |
| fields | array | – | Layout fields |
| icon | string | – | Icon |
| icon_color | string | – | Icon color |
| include_comments | boolean | – | Include comments |
| include_files | boolean | – | Include files |
| include_passwords | boolean | – | Include passwords |
| include_photos | boolean | – | Include photos |
| name | string | yes | Layout name (required) |
No output schema declared.
No examples provided.
hudu_create_asset_password ~144
Create a new asset password in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | yes | Company ID (required) |
| description | string | – | Description |
| in_portal | boolean | – | Show in portal |
| name | string | yes | Password name (required) |
| otp_secret | string | – | OTP secret |
| password | string | – | Password value |
| password_folder_id | number | – | Password folder ID |
| password_type | string | – | Password type |
| passwordable_id | number | – | Passwordable ID |
| passwordable_type | string | – | Passwordable type |
| url | string | – | URL |
| username | string | – | Username |
No output schema declared.
No examples provided.
hudu_create_company ~170
Create a new company in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| address_line_1 | string | – | Address line 1 |
| address_line_2 | string | – | Address line 2 |
| city | string | – | City |
| company_type | string | – | Company type |
| country_name | string | – | Country name |
| fax_number | string | – | Fax number |
| id_number | string | – | ID number |
| name | string | yes | Company name (required) |
| nickname | string | – | Company nickname |
| notes | string | – | Notes |
| parent_company_id | number | – | Parent company ID |
| phone_number | string | – | Phone number |
| state | string | – | State |
| website | string | – | Website URL |
| zip | string | – | ZIP code |
No output schema declared.
No examples provided.
hudu_create_website ~103
Create a new website in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Company ID |
| disable_dns | boolean | – | Disable DNS monitoring |
| disable_ssl | boolean | – | Disable SSL monitoring |
| disable_whois | boolean | – | Disable WHOIS monitoring |
| name | string | yes | Website name (required) |
| notes | string | – | Notes |
| paused | boolean | – | Paused status |
| url | string | – | Website 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Article 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Asset 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Asset 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Company 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Website ID |
No output schema declared.
No examples provided.
hudu_get_article ~27
Get a knowledge base article by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Article ID |
No output schema declared.
No examples provided.
hudu_get_asset ~25
Get an asset by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Asset ID |
No output schema declared.
No examples provided.
hudu_get_asset_layout ~28
Get an asset layout by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Asset layout ID |
No output schema declared.
No examples provided.
hudu_get_asset_password ~28
Get an asset password by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Asset password ID |
No output schema declared.
No examples provided.
hudu_get_company ~25
Get a company by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Company ID |
No output schema declared.
No examples provided.
hudu_get_website ~26
Get a website by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Website ID |
No output schema declared.
No examples provided.
hudu_list_activity_logs ~113
List activity logs in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| action_message | string | – | Filter by action message |
| page | number | – | Page number |
| page_size | number | – | Results per page |
| resource_id | number | – | Filter by resource ID |
| resource_type | string | – | Filter by resource type |
| start_date | string | – | Filter by start date (ISO format) |
| user_email | string | – | Filter by user email |
| user_id | number | – | Filter by user ID |
No output schema declared.
No examples provided.
hudu_list_articles ~71
List knowledge base articles in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Filter by company ID |
| draft | boolean | – | Filter by draft status |
| name | string | – | Filter by name |
| page | number | – | Page number |
| page_size | number | – | Results per page |
No output schema declared.
No examples provided.
hudu_list_asset_layouts ~49
List asset layouts in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Filter by name |
| page | number | – | Page number |
| page_size | number | – | Results per page |
No output schema declared.
No examples provided.
hudu_list_asset_passwords ~70
List asset passwords in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Filter by company ID |
| name | string | – | Filter by name |
| page | number | – | Page number |
| page_size | number | – | Results per page |
| search | string | – | Search term |
No output schema declared.
No examples provided.
hudu_list_assets ~98
List assets in Hudu with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | – | Filter by archived status |
| asset_layout_id | number | – | Filter by asset layout ID |
| company_id | number | – | Filter by company ID |
| name | string | – | Filter by name |
| page | number | – | Page number |
| page_size | number | – | Results per page |
| primary_serial | string | – | Filter by serial number |
No output schema declared.
No examples provided.
hudu_list_companies ~116
List companies in Hudu with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | – | Filter by archived status |
| city | string | – | Filter by city |
| id_number | string | – | Filter by ID number |
| name | string | – | Filter by company name |
| page | number | – | Page number |
| page_size | number | – | Results per page |
| phone_number | string | – | Filter by phone number |
| state | string | – | Filter by state |
| website | string | – | Filter by website |
No output schema declared.
No examples provided.
hudu_list_folders ~59
List folders in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Filter by company ID |
| name | string | – | Filter by name |
| page | number | – | Page number |
| page_size | number | – | Results per page |
No output schema declared.
No examples provided.
hudu_list_magic_dash ~61
List Magic Dash items in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Filter by company ID |
| page | number | – | Page number |
| page_size | number | – | Results per page |
| title | string | – | Filter by title |
No output schema declared.
No examples provided.
hudu_list_procedures ~60
List procedures in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Filter by company ID |
| name | string | – | Filter by name |
| page | number | – | Page number |
| page_size | number | – | Results per page |
No output schema declared.
No examples provided.
hudu_list_relations ~37
List relations in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number |
| page_size | number | – | Results per page |
No output schema declared.
No examples provided.
hudu_list_websites ~60
List monitored websites in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Filter by company ID |
| name | string | – | Filter by name |
| page | number | – | Page number |
| page_size | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Company ID |
No output schema declared.
No examples provided.
hudu_update_article ~89
Update an existing knowledge base article in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Company ID |
| content | string | – | Article content (HTML) |
| draft | boolean | – | Draft status |
| enable_sharing | boolean | – | Enable sharing |
| folder_id | number | – | Folder ID |
| id | number | yes | Article ID |
| name | string | – | Article name |
No output schema declared.
No examples provided.
hudu_update_asset ~107
Update an existing asset in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| asset_layout_id | number | – | Asset layout ID |
| company_id | number | – | Company ID |
| custom_fields | object | – | Custom field values |
| id | number | yes | Asset ID |
| name | string | – | Asset name |
| primary_mail | string | – | |
| primary_manufacturer | string | – | Manufacturer |
| primary_model | string | – | Model |
| primary_serial | string | – | Serial number |
No output schema declared.
No examples provided.
hudu_update_asset_layout ~125
Update an existing asset layout in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | – | Active status |
| color | string | – | Color |
| fields | array | – | Layout fields |
| icon | string | – | Icon |
| icon_color | string | – | Icon color |
| id | number | yes | Asset layout ID |
| include_comments | boolean | – | Include comments |
| include_files | boolean | – | Include files |
| include_passwords | boolean | – | Include passwords |
| include_photos | boolean | – | Include photos |
| name | string | – | Layout name |
No output schema declared.
No examples provided.
hudu_update_asset_password ~92
Update an existing asset password in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | Description |
| id | number | yes | Asset password ID |
| name | string | – | Password name |
| otp_secret | string | – | OTP secret |
| password | string | – | Password value |
| password_type | string | – | Password type |
| url | string | – | URL |
| username | string | – | Username |
No output schema declared.
No examples provided.
hudu_update_company ~176
Update an existing company in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| address_line_1 | string | – | Address line 1 |
| address_line_2 | string | – | Address line 2 |
| city | string | – | City |
| company_type | string | – | Company type |
| country_name | string | – | Country |
| fax_number | string | – | Fax number |
| id | number | yes | Company ID |
| id_number | string | – | ID number |
| name | string | – | Company name |
| nickname | string | – | Company nickname |
| notes | string | – | Notes |
| parent_company_id | number | – | Parent company ID |
| phone_number | string | – | Phone number |
| state | string | – | State |
| website | string | – | Website URL |
| zip | string | – | ZIP code |
No output schema declared.
No examples provided.
hudu_update_website ~110
Update an existing website in Hudu
| Name | Type | Req | Description |
|---|---|---|---|
| company_id | number | – | Company ID |
| disable_dns | boolean | – | Disable DNS monitoring |
| disable_ssl | boolean | – | Disable SSL monitoring |
| disable_whois | boolean | – | Disable WHOIS monitoring |
| id | number | yes | Website ID |
| name | string | – | Website name |
| notes | string | – | Notes |
| paused | boolean | – | Paused status |
| url | string | – | Website URL |
No output schema declared.
No examples provided.