{
  "markdown": "# Sherweb MCP Server\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)\n\nA Model Context Protocol (MCP) server for Sherweb cloud marketplace and partner portal. Enables AI assistants to manage customer subscriptions, browse the product catalog, and handle billing operations.\n\nThis is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects Claude (or any MCP-compatible AI) to your Sherweb environment.\n\n> **Part of the [MSP Claude Plugins](https://github.com/WYRE-AI) ecosystem** — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.\n\n## Installation\n\n```bash\nnpm install @wyre-ai/sherweb-mcp\n```\n\n## Configuration\n\nSet the following environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `SHERWEB_CLIENT_ID` | Yes | Your Sherweb API client ID |\n| `SHERWEB_CLIENT_SECRET` | Yes | Your Sherweb API client secret |\n| `SHERWEB_SUBSCRIPTION_KEY` | Yes | Your Sherweb subscription key |\n| `MCP_TRANSPORT` | No | Transport mode: stdio (default) or http |\n\n## Usage\n\n### Running with Claude Desktop\n\nAdd to your Claude Desktop `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"sherweb-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@wyre-ai/sherweb-mcp\"],\n      \"env\": {\n        \"SHERWEB_CLIENT_ID\": \"your-sherweb-client-id\"\n        \"SHERWEB_CLIENT_SECRET\": \"your-sherweb-client-secret\"\n        \"SHERWEB_SUBSCRIPTION_KEY\": \"your-sherweb-subscription-key\"\n      }\n    }\n  }\n}\n```\n\n### Running with Claude Code (CLI)\n\n```bash\nclaude mcp add sherweb-mcp \\\n  -e SHERWEB_CLIENT_ID=your-value \\\n  -e SHERWEB_CLIENT_SECRET=your-value \\\n  -e SHERWEB_SUBSCRIPTION_KEY=your-value \\\n  -- npx -y @wyre-ai/sherweb-mcp\n```\n\n### Docker\n\n```bash\ndocker build -t sherweb-mcp .\ndocker run \\\n  -e SHERWEB_CLIENT_ID=your-value \\\n  -e SHERWEB_CLIENT_SECRET=your-value \\\n  -e SHERWEB_SUBSCRIPTION_KEY=your-value \\\n  -p 8080:8080 sherweb-mcp\n```\n\n## Available Domains\n\n### Billing\nDistributor payable charges for a billing period, and detail for an individual\ncharge. Sherweb returns charges only as a per-period collection, so both tools\ntake an optional `date` identifying the period.\n\n### Catalog\nBrowse the products a given customer can be sold. Catalogs are per-customer in\nSherweb — there is no global product list — so `customerId` is required.\n\n### Customers\nList and look up customers, and read the receivable charges you bill them for a\nbilling period.\n\n### Subscriptions\nList a customer's subscriptions, get one subscription's details, and submit\nquantity amendments. Amendments are **asynchronous**: submitting returns a\ntracking ID, and `sherweb_subscriptions_amendment_status` reports the outcome.\n\n## Interactive Subscription Card (MCP Apps)\n\n`sherweb_subscriptions_get` renders as an interactive, read-only card in MCP\nApps hosts (Claude Desktop/web) showing the product, customer, status,\nquantity, billing cycle, commitment/renewal dates, and fees; plain-JSON\nbehavior is unchanged in other hosts. The card is neutral by default and\nbrandable via `window.__BRAND__` injection or `MCP_BRAND_*` env vars\n(`MCP_BRAND_NAME`, `MCP_BRAND_LOGO_URL`, `MCP_BRAND_PRIMARY_COLOR`,\n`MCP_BRAND_ACCENT_COLOR`, `MCP_BRAND_BG`, `MCP_BRAND_TEXT`) — no rebuild\nneeded.\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/WYRE-AI/sherweb-mcp.git\ncd sherweb-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n```\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) if present, or open an issue to discuss changes.\n\n## License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.\n",
  "bytes": 3863,
  "sha": "3bd7aae6ea5b5122d22e83db3f7bb13035905fb06bf8a986ddc3c04051ffa4b8",
  "repo_slug": "wyre-ai/sherweb-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wyre_ai_sherweb_mcp_0bf84784/readme"
}