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-TECHNOLOGY/SHERWEB-MCP:V1.4.3 · SCANNED AUG 22

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

+5 this week 46 Trust /100
Trust breakdown (6 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 →

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 Usability85
  • 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 809 tokens (~67/item across 12 items; 11 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 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
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

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/sherweb-mcp:v1.4.3

# add to Claude Code
claude mcp add wyre-technology-sherweb-mcp -- docker run --rm -i ghcr.io/wyre-technology/sherweb-mcp:v1.4.3
# add to Codex CLI
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/config.yaml
mcp_servers:
  wyre-technology-sherweb-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/sherweb-mcp:v1.4.3"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-sherweb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/sherweb-mcp:v1.4.3"
      ]
    }
  }
}
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.

  • 22 Aug 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.

  • 21 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 13 Aug 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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/sherweb-mcp:v1.4.3

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
MCP tools · 11 exposed · ~791 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.

Tool Tokens
sherweb_billing_charge_details ~50

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

NameTypeReqDescription
chargeIdstringyesThe unique charge ID to get details for

No output schema declared.

No examples provided.

sherweb_billing_payable_charges ~175

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.

NameTypeReqDescription
billingCycleTypestringThe billing cycle type to filter by (OneTime, Monthly, or Yearly)
pagenumberPage number for pagination (default: 1)
pageSizenumberNumber of items per page (default: 50)
periodFromstringStart date of the billing period (ISO 8601 format, e.g., 2025-01-01)
periodTostringEnd date of the billing period (ISO 8601 format, e.g., 2025-01-31)

No output schema declared.

No examples provided.

sherweb_catalog_list_products ~83

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

NameTypeReqDescription
pagenumberPage number for pagination (default: 1)
pageSizenumberNumber of items per page (default: 50)
searchstringSearch by product name or keyword

No output schema declared.

No examples provided.

sherweb_customers_accounts_receivable ~42

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

NameTypeReqDescription
customerIdstringyesThe unique customer ID

No output schema declared.

No examples provided.

sherweb_customers_get ~34

Get detailed information about a specific customer by their ID.

NameTypeReqDescription
customerIdstringyesThe unique customer ID

No output schema declared.

No examples provided.

sherweb_customers_list ~77

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

NameTypeReqDescription
pagenumberPage number for pagination (default: 1)
pageSizenumberNumber of items per page (default: 50)
searchstringSearch by customer name or identifier

No output schema declared.

No examples provided.

sherweb_navigate ~106

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: Payable charges, billing periods, charge details, pricing - customers: List customers, customer details, accounts receivable - subscriptions: Subscription management…

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_change_quantity ~73

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

NameTypeReqDescription
customerIdstringyesThe customer ID
quantitynumberyesThe new quantity (number of seats/licenses)
subscriptionIdstringyesThe subscription ID to modify

No output schema declared.

No examples provided.

sherweb_subscriptions_get ~53

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

NameTypeReqDescription
customerIdstringyesThe customer ID
subscriptionIdstringyesThe unique subscription ID

No output schema declared.

No examples provided.

sherweb_subscriptions_list ~82

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

NameTypeReqDescription
customerIdstringyesThe customer ID to list subscriptions for (required)
pagenumberPage number for pagination (default: 1)
pageSizenumberNumber of items per page (default: 50)

No output schema declared.

No examples provided.