MCP server for Sherweb — billing, subscriptions, customers, and product catalog.
SHERWEB_CLIENT_SECRETApp OAuthobligatoriaSherweb OAuth client secret
SHERWEB_SUBSCRIPTION_KEYClave de APIobligatoriaSherweb API subscription key
Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo 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.
No se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
sherweb_statusShow credentials status and available domainsShow credentials status and available domains
No se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
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 se publicó ningún esquema de entrada para esta herramienta.
16 de 16 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
MCP server for Sherweb — billing, subscriptions, customers, and product catalog.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.