# Sherweb (oci · ghcr.io/wyre-technology/sherweb-mcp:v1.4.3)

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

- Trust score: 46/100 (low)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- oci · `ghcr.io/wyre-technology/sherweb-mcp:v1.4.3`: 46/100 (this document), [markdown](https://verifymcp.io/servers/wyre-technology-sherweb-mcp/ghcr-io-wyre-technology-sherweb-mcp-v1-4-3.md), [page](https://verifymcp.io/servers/wyre-technology-sherweb-mcp/ghcr-io-wyre-technology-sherweb-mcp-v1-4-3)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-technology/sherweb-mcp:v1.4.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - 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.
  - Install-script risk not yet assessed.
  - 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.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 809 tokens (~67/item across 12 items; 11 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

**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

### Claude

```bash
claude mcp add wyre-technology-sherweb-mcp -- docker run --rm -i ghcr.io/wyre-technology/sherweb-mcp:v1.4.3
```

### Codex

```bash
codex mcp add wyre-technology-sherweb-mcp -- docker run --rm -i ghcr.io/wyre-technology/sherweb-mcp:v1.4.3
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-sherweb-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/sherweb-mcp:v1.4.3"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  wyre-technology-sherweb-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/sherweb-mcp:v1.4.3"]
```

### Other

```json
{
  "mcpServers": {
    "wyre-technology-sherweb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/sherweb-mcp:v1.4.3"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-22 (score 46, +1)

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

### 2026-08-21 (score 45, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-13 (score 41)

First indexed and scored.

## MCP tools (11)

### `sherweb_navigate` (~106 tokens)

Discover available Sherweb tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

Input parameters:

- `domain` (string, required): The domain to explore: - billing: Payable charges, billing periods, charge details, pricing - customers: List customers, customer details, accounts receivable - subscriptions: Subscription management…

### `sherweb_status` (~16 tokens)

Show credentials status and available domains

### `sherweb_billing_payable_charges` (~175 tokens)

Get payable charges for a billing period. Returns charges including products, pricing, deductions, fees, and taxes. Filter by billing cycle type (OneTime, Monthly, Yearly) and date range.

Input parameters:

- `billingCycleType` (string): The billing cycle type to filter by (OneTime, Monthly, or Yearly)
- `page` (number): Page number for pagination (default: 1)
- `pageSize` (number): Number of items per page (default: 50)
- `periodFrom` (string): Start date of the billing period (ISO 8601 format, e.g., 2025-01-01)
- `periodTo` (string): End date of the billing period (ISO 8601 format, e.g., 2025-01-31)

### `sherweb_billing_charge_details` (~50 tokens)

Get detailed breakdown of a specific charge including line items, pricing tiers, deductions, fees, and tax information.

Input parameters:

- `chargeId` (string, required): The unique charge ID to get details for

### `sherweb_customers_list` (~77 tokens)

List customers managed by the service provider. Returns customer details including name, status, and identifiers.

Input parameters:

- `page` (number): Page number for pagination (default: 1)
- `pageSize` (number): Number of items per page (default: 50)
- `search` (string): Search by customer name or identifier

### `sherweb_customers_get` (~34 tokens)

Get detailed information about a specific customer by their ID.

Input parameters:

- `customerId` (string, required): The unique customer ID

### `sherweb_customers_accounts_receivable` (~42 tokens)

Get accounts receivable information for a specific customer. Shows outstanding balances and payment status.

Input parameters:

- `customerId` (string, required): The unique customer ID

### `sherweb_subscriptions_list` (~82 tokens)

List subscriptions for a customer. Returns subscription details including product, quantity, status, and billing cycle.

Input parameters:

- `customerId` (string, required): The customer ID to list subscriptions for (required)
- `page` (number): Page number for pagination (default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `sherweb_subscriptions_get` (~53 tokens)

Get detailed information about a specific subscription including product details, pricing, quantity, and renewal dates.

Input parameters:

- `customerId` (string, required): The customer ID
- `subscriptionId` (string, required): The unique subscription ID

### `sherweb_subscriptions_change_quantity` (~73 tokens)

Change the quantity (number of seats/licenses) for a subscription. This modifies the subscription and may affect billing.

Input parameters:

- `customerId` (string, required): The customer ID
- `quantity` (number, required): The new quantity (number of seats/licenses)
- `subscriptionId` (string, required): The subscription ID to modify

### `sherweb_catalog_list_products` (~83 tokens)

List available products in the Sherweb catalog. Browse the product catalog to see available services, SKUs, and pricing tiers.

Input parameters:

- `page` (number): Page number for pagination (default: 1)
- `pageSize` (number): Number of items per page (default: 50)
- `search` (string): Search by product name or keyword

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-technology-sherweb-mcp/ghcr-io-wyre-technology-sherweb-mcp-v1-4-3#diagnostics

## Score history

- 2026-08-22: 46
- 2026-08-21: 45
- 2026-08-20: 41
- 2026-08-19: 41
- 2026-08-18: 41
- 2026-08-17: 41
- 2026-08-16: 41
- 2026-08-15: 41
- 2026-08-14: 41
- 2026-08-13: 41

## Links

- Repository: https://github.com/wyre-technology/sherweb-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-technology-sherweb-mcp/ghcr-io-wyre-technology-sherweb-mcp-v1-4-3.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-technology-sherweb-mcp/ghcr-io-wyre-technology-sherweb-mcp-v1-4-3.json
- HTML version of this page: https://verifymcp.io/servers/wyre-technology-sherweb-mcp/ghcr-io-wyre-technology-sherweb-mcp-v1-4-3
