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.

Sherweb

OCI · GHCR.IO/WYRE-AI/SHERWEB-MCP:V2.0.1 · SCANNED SEP 20

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

+6 this week 47 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 Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 947 tokens (~72/item across 13 items; 12 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management40
  • Stability observed for 12 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 Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 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. See how to fix → Fail
  • An AI judge read all 13 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
  • Supports UI / widget rendering.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 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.

oci · ghcr.io/wyre-ai/sherweb-mcp:v2.0.1

# add to Claude Code
claude mcp add wyre-ai-sherweb-mcp -- docker run --rm -i ghcr.io/wyre-ai/sherweb-mcp:v2.0.1
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-sherweb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-sherweb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"
      ]
    }
  }
}
# add to Codex CLI
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/config.yaml
mcp_servers:
  wyre-ai-sherweb-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-sherweb-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-sherweb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/sherweb-mcp:v2.0.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.

  • 19 Sept 26 +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.

  • 17 Sept 26 +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.

  • 16 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 8 Sept 26 41

    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/sherweb-mcp:v2.0.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 · 12 exposed · ~929 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
sherweb_billing_charge_details ~114

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.

NameTypeReqDescription
chargeIdstringyesThe unique charge ID to look up
datestringAny 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…

No output schema declared.

No examples provided.

sherweb_billing_payable_charges ~92

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.

NameTypeReqDescription
datestringAny 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.

No output schema declared.

No examples provided.

sherweb_catalog_list_products ~105

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.

NameTypeReqDescription
customerIdstringyesThe customer whose catalog to browse (UUID). Required — offers differ per customer.
searchstringOptional case-insensitive filter on SKU or product name. Sherweb returns the full catalog, so this is applied locally.

No output schema declared.

No examples provided.

sherweb_customers_accounts_receivable ~97

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

NameTypeReqDescription
customerIdstringyesThe customer's unique ID (UUID)
datestringAny 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.

No output schema declared.

No examples provided.

sherweb_customers_get ~50

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

NameTypeReqDescription
customerIdstringyesThe customer's unique ID (UUID)

No output schema declared.

No examples provided.

sherweb_customers_list ~65

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

NameTypeReqDescription
searchstringOptional case-insensitive filter on customer display name. Sherweb returns the full list, so this is applied locally.

No output schema declared.

No examples provided.

sherweb_navigate ~113

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.

NameTypeReqDescription
domainstringyesThe 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…

No output schema declared.

No examples provided.

sherweb_status ~16

Show credentials status and available domains

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sherweb_subscriptions_amendment_status ~65

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.

NameTypeReqDescription
trackingIdstringyesThe requestTrackingId returned when the amendment was submitted

No output schema declared.

No examples provided.

sherweb_subscriptions_change_quantity ~97

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.

NameTypeReqDescription
customerIdstringyesThe customer's unique ID (UUID)
quantitynumberyesThe new quantity (number of seats/licenses)
subscriptionIdstringyesThe subscription to amend (UUID)

No output schema declared.

No examples provided.

sherweb_subscriptions_get ~67

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

NameTypeReqDescription
customerIdstringyesThe customer's unique ID (UUID)
subscriptionIdstringyesThe subscription's unique ID (UUID)

No output schema declared.

No examples provided.

sherweb_subscriptions_list ~48

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

NameTypeReqDescription
customerIdstringyesThe customer's unique ID (UUID)

No output schema declared.

No examples provided.

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.