Skip to main content
Glama
WYRE-AI
by WYRE-AI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRANSPORTNoTransport mode: stdio (default) or httpstdio
SHERWEB_CLIENT_IDYesYour Sherweb API client ID
SHERWEB_CLIENT_SECRETYesYour Sherweb API client secret
SHERWEB_SUBSCRIPTION_KEYYesYour 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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Sherweb Subscription CardInteractive MCP Apps card rendering a Sherweb customer subscription

Latest Blog Posts

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