io.github.WYRE-AI/sherweb-mcp

MCPcommunauté
v2.0.1io.github.WYRE-AIUnknownMis à jour il y a 17 jGitHub

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

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
1Forks
il y a 17 jDernière mise à jour
Nécessite 2 identifiants avant de pouvoir fonctionner
  • SHERWEB_CLIENT_SECRETApplication OAuthobligatoire

    Sherweb OAuth client secret

  • SHERWEB_SUBSCRIPTION_KEYClé d’APIobligatoire

    Sherweb API subscription key

Déclaré par l’auteur dans le registre MCP officiel. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquet
Auteurio.github.WYRE-AI
LicenceUnknown
Version2.0.1
Sourcemcp-registry
Statut de confiance
B
60/100Bon
✓Listé dans l’index Forge+10/10
—Identité de l’éditeur vérifiée+0/30
→ Éditeur : exécutez `forge publish` depuis le dépôt pour revendiquer la propriété
—Vérification de domaine+0/10
→ Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
✓Analyse d’injection de prompt · propre+30/30
✓Analyse d’obfuscation / exfiltration · propre+20/20
Collez-le dans Claude Code, Cursor ou tout assistant d’IA pour combler toutes les lacunes
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine—
Provenance—
DépendancesNon audité
Surface d’outils16 outils · aucun privilégié
Analyse de sécurité✓ ProprevHEAD · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé27 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

16 outils · aucun privilégié
Extrait statiquement du paquet publiévHEAD · 21h ago

Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

sherweb_statusShow credentials status and available domains

Show credentials status and available domains

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

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.

Aucun schéma d’entrée n’a été publié pour cet outil.

16 outils sur 16 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.