io.github.WYRE-AI/sherweb-mcp

MCPcommunity
v2.0.1io.github.WYRE-AIUnknownUpdated 17d agoGitHub

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

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
1Forks
17d agoLast update
Needs 2 credentials before it runs
  • SHERWEB_CLIENT_SECRETOAuth apprequired

    Sherweb OAuth client secret

  • SHERWEB_SUBSCRIPTION_KEYAPI keyrequired

    Sherweb API subscription key

Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Package
Authorio.github.WYRE-AI
LicenseUnknown
Version2.0.1
Sourcemcp-registry
Trust Status
B
60/100Good
✓Listed in Forge index+10/10
—Publisher identity verified+0/30
→ Publisher: run `forge publish` from the repo to claim ownership
—Domain verification+0/10
→ Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
✓Prompt-injection scan · clean+30/30
✓Obfuscation / exfil scan · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain—
Provenance—
DependenciesNot audited
Tool surface16 tools · none privileged
Security scan✓ CleanvHEAD · todayHow well does this scan work?
EvalsNone
IndexedAug 27, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

16 tools · none privileged
Statically extracted from the published packagevHEAD · 20h ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

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

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.

No input schema was published for this tool.

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

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.

No input schema was published for this tool.

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

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.

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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

No input schema was published for this tool.

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

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.

No input schema was published for this tool.

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

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.

No input schema was published for this tool.

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

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.

No input schema was published for this tool.

sherweb_statusShow credentials status and available domains

Show credentials status and available domains

No input schema was published for this tool.

sherweb_list_categoriesList all available Sherweb tool categories with descriptions and tool counts. Use this first to discover what the server can do before loading individual tool schemas.

List all available Sherweb tool categories with descriptions and tool counts. Use this first to discover what the server can do before loading individual tool schemas.

No input schema was published for this tool.

sherweb_list_category_toolsList all tools in a specific category with their full schemas. Call this after sherweb_list_categories to see exactly what parameters a tool accepts.

List all tools in a specific category with their full schemas. Call this after sherweb_list_categories to see exactly what parameters a tool accepts.

No input schema was published for this tool.

sherweb_execute_toolExecute any Sherweb tool by name. Use sherweb_list_category_tools first to discover the tool's required arguments.

Execute any Sherweb tool by name. Use sherweb_list_category_tools first to discover the tool's required arguments.

No input schema was published for this tool.

sherweb_routerSuggest the best Sherweb tool(s) for a given intent. Describe what you want to do in plain language and this tool will recommend which tool(s) to call.

Suggest the best Sherweb tool(s) for a given intent. Describe what you want to do in plain language and this tool will recommend which tool(s) to call.

No input schema was published for this tool.

16 of 16 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

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

Keywords
mcp
Alternatives
Comparing tool surfaces…

No dependency coverage

This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.