sherweb-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode: stdio (default) or http | stdio |
| SHERWEB_CLIENT_ID | Yes | Your Sherweb API client ID | |
| SHERWEB_CLIENT_SECRET | Yes | Your Sherweb API client secret | |
| SHERWEB_SUBSCRIPTION_KEY | Yes | Your Sherweb subscription key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sherweb_navigateA | 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. |
| sherweb_statusC | Show credentials status and available domains |
| sherweb_billing_payable_chargesA | 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. |
| sherweb_billing_charge_detailsA | 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. |
| sherweb_customers_listA | List every customer under your service provider account, with display name, ID, hierarchy path, suspension state and company contact information. |
| sherweb_customers_getA | Get one customer by ID. Sherweb exposes customers only as a collection, so this reads the list and selects the match. |
| sherweb_customers_accounts_receivableA | Get the receivable charges you bill a customer for a billing period — recurring, usage and setup charges with cost, quantity and currency. |
| sherweb_subscriptions_listA | List a customer's subscriptions with product name, SKU, quantity, billing cycle, purchase date, fees and commitment term. |
| sherweb_subscriptions_getA | Get one subscription's full details. Sherweb exposes subscriptions only per customer, so this reads that customer's subscription details and selects the match. |
| sherweb_subscriptions_change_quantityA | 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. |
| sherweb_subscriptions_amendment_statusA | 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. |
| sherweb_catalog_list_productsA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Sherweb Subscription Card | Interactive MCP Apps card rendering a Sherweb customer subscription |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WYRE-AI/sherweb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server