# Sherweb (oci · ghcr.io/wyre-ai/sherweb-mcp:v2.0.1)

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

- Trust score: 47/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- oci · `ghcr.io/wyre-ai/sherweb-mcp:v2.0.1`: 47/100 (this document), [markdown](https://verifymcp.io/servers/wyre-ai-sherweb-mcp/ghcr-io-wyre-ai-sherweb-mcp-v2-0-1.md), [page](https://verifymcp.io/servers/wyre-ai-sherweb-mcp/ghcr-io-wyre-ai-sherweb-mcp-v2-0-1)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-ai/sherweb-mcp:v2.0.1`
- 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-09-20.

- **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 11 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 947 tokens (~72/item across 13 items; 12 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 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.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "sherweb_billing_charge_details" implies "charge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **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

### How do I install the Sherweb MCP server?

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

### Claude

```bash
claude mcp add wyre-ai-sherweb-mcp -- docker run --rm -i ghcr.io/wyre-ai/sherweb-mcp:v2.0.1
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "wyre-ai-sherweb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add wyre-ai-sherweb-mcp -- docker run --rm -i ghcr.io/wyre-ai/sherweb-mcp:v2.0.1
```

### opencode

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

### Hermes

```yaml
mcp_servers:
  wyre-ai-sherweb-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"]
```

### Netclaw

```json
{
  "McpServers": {
    "wyre-ai-sherweb-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"
      ]
    }
  }
}
```

### Other

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

## 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-09-19 (score 47, +1)

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

### 2026-09-17 (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-09-16 (score 45, +4)

- [functional improvement] Stability: unverified → 0.27

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

First indexed and scored.

## MCP tools (12)

### `sherweb_navigate` (~113 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: Distributor payable charges for a billing period, and charge detail - customers: List and look up customers, and their receivable charges - subscriptions: List subsc…

### `sherweb_status` (~16 tokens)

Show credentials status and available domains

### `sherweb_billing_payable_charges` (~92 tokens)

Get the distributor payable charges for a billing period. Returns every charge in the period — recurring, usage and setup — with pricing, deductions, fees, taxes and invoice details.

Input parameters:

- `date` (string): Any date inside the desired billing period, format yyyy-MM-dd (UTC). Defaults to today. E.g. 2026-03-17 returns the period containing March 17.

### `sherweb_billing_charge_details` (~114 tokens)

Get the full detail of one charge by its ID. Sherweb returns charges only as a billing-period collection, so this reads the period and selects the matching charge.

Input parameters:

- `chargeId` (string, required): The unique charge ID to look up
- `date` (string): Any date inside the desired billing period, format yyyy-MM-dd (UTC). Defaults to today. E.g. 2026-03-17 returns the period containing March 17. Use this when the charge falls outside the current peri…

### `sherweb_customers_list` (~65 tokens)

List every customer under your service provider account, with display name, ID, hierarchy path, suspension state and company contact information.

Input parameters:

- `search` (string): Optional case-insensitive filter on customer display name. Sherweb returns the full list, so this is applied locally.

### `sherweb_customers_get` (~50 tokens)

Get one customer by ID. Sherweb exposes customers only as a collection, so this reads the list and selects the match.

Input parameters:

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

### `sherweb_customers_accounts_receivable` (~97 tokens)

Get the receivable charges you bill a customer for a billing period — recurring, usage and setup charges with cost, quantity and currency.

Input parameters:

- `customerId` (string, required): The customer's unique ID (UUID)
- `date` (string): Any date inside the desired billing period, format yyyy-MM-dd (UTC). Defaults to today. E.g. 2026-03-17 returns the period containing March 17.

### `sherweb_subscriptions_list` (~48 tokens)

List a customer's subscriptions with product name, SKU, quantity, billing cycle, purchase date, fees and commitment term.

Input parameters:

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

### `sherweb_subscriptions_get` (~67 tokens)

Get one subscription's full details. Sherweb exposes subscriptions only per customer, so this reads that customer's subscription details and selects the match.

Input parameters:

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

### `sherweb_subscriptions_change_quantity` (~97 tokens)

Change a subscription's quantity (seats/licenses). This affects billing. The change is submitted asynchronously — it returns a tracking ID to poll with sherweb_subscriptions_amendment_status, not a finished result.

Input parameters:

- `customerId` (string, required): The customer's unique ID (UUID)
- `quantity` (number, required): The new quantity (number of seats/licenses)
- `subscriptionId` (string, required): The subscription to amend (UUID)

### `sherweb_subscriptions_amendment_status` (~65 tokens)

Check the status of a submitted subscription amendment using the tracking ID returned by sherweb_subscriptions_change_quantity. Returns Unknown, Queued, Processing, Success or Failure.

Input parameters:

- `trackingId` (string, required): The requestTrackingId returned when the amendment was submitted

### `sherweb_catalog_list_products` (~105 tokens)

List the products a specific customer can be sold, with SKU, localized name and description, billing cycle and commitment term. Catalogs are per-customer in Sherweb — there is no global product list.

Input parameters:

- `customerId` (string, required): The customer whose catalog to browse (UUID). Required — offers differ per customer.
- `search` (string): Optional case-insensitive filter on SKU or product name. Sherweb returns the full catalog, so this is applied locally.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-ai-sherweb-mcp/ghcr-io-wyre-ai-sherweb-mcp-v2-0-1#diagnostics

## Score history

- 2026-09-20: 47
- 2026-09-19: 47
- 2026-09-18: 46
- 2026-09-17: 46
- 2026-09-16: 45
- 2026-09-15: 41
- 2026-09-14: 41
- 2026-09-13: 41
- 2026-09-12: 41
- 2026-09-11: 41
- 2026-09-10: 41
- 2026-09-09: 41
- 2026-09-08: 41

## Common questions

### What is the Sherweb MCP server?

Sherweb is an MCP server listed in the public MCP registry as io.github.WYRE-AI/sherweb-mcp. MCP server for Sherweb, billing, subscriptions, customers, and product catalog. This page covers its container image (ghcr.io/wyre-ai/sherweb-mcp:v2.0.1).

### Is the Sherweb MCP server safe to use?

Sherweb scores 47 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 Sherweb MCP server expose?

Sherweb exposes 12 tools: sherweb_navigate, sherweb_status, sherweb_billing_payable_charges, sherweb_billing_charge_details, sherweb_customers_list, and 7 more. Their descriptions and schemas cost roughly 929 tokens of context every time the server is loaded.

### Is the Sherweb MCP server still maintained?

Sherweb 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 Sherweb MCP server under?

Sherweb 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.

## Links

- Repository: https://github.com/WYRE-AI/sherweb-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-ai-sherweb-mcp/ghcr-io-wyre-ai-sherweb-mcp-v2-0-1.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-ai-sherweb-mcp/ghcr-io-wyre-ai-sherweb-mcp-v2-0-1.json
- HTML version of this page: https://verifymcp.io/servers/wyre-ai-sherweb-mcp/ghcr-io-wyre-ai-sherweb-mcp-v2-0-1
