io.github.WYRE-AI/sherweb-mcp

MCPcommunity
v2.0.1io.github.WYRE-AIUnknownAggiornato 17 g faGitHub

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

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
1Fork
17 g faUltimo aggiornamento
Richiede 2 credenziali prima di poter funzionare
  • SHERWEB_CLIENT_SECRETApp OAuthobbligatoria

    Sherweb OAuth client secret

  • SHERWEB_SUBSCRIPTION_KEYChiave APIobbligatoria

    Sherweb API subscription key

Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Pacchetto
Autoreio.github.WYRE-AI
LicenzaUnknown
Versione2.0.1
Fontemcp-registry
Stato di fiducia
B
60/100Buono
✓Presente nell’indice di Forge+10/10
—Identità del publisher verificata+0/30
→ Publisher: esegui `forge publish` dal repo per rivendicarne la proprietà
—Verifica del dominio+0/10
→ Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
✓Analisi prompt injection · pulita+30/30
✓Analisi offuscamento / esfiltrazione · pulita+20/20
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio—
Provenienza—
DipendenzeNon verificate
Superficie di strumenti16 strumenti · nessuno privilegiato
Analisi di sicurezza✓ PulitovHEAD · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato27 ago 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

16 strumenti · nessuno privilegiato
Estratto staticamente dal pacchetto pubblicatovHEAD · 21h ago

Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

sherweb_statusShow credentials status and available domains

Show credentials status and available domains

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

16 strumenti su 16 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.