← All servers
🔧

SherwebVerified🛡 No advisories

io.github.wyre-technology/sherweb-mcp
New to MCP? Start here →
0★ stars
0weekly installs
21 hours agolast release

Provenancewhere it came from, and what was verified

Verified namespace

Published to the official MCP registry by github.com/wyre-technology, which proved it owns this namespace.

Verified owner: github.com/wyre-technologyio.github.wyre-technology/sherweb-mcp

🛡 Permissions & trustwhat this server can touch before you run it

Secrets required
Needs SHERWEB_CLIENT_SECRET, SHERWEB_SUBSCRIPTION_KEY.
Configuration
Reads SHERWEB_CLIENT_ID, MCP_TRANSPORT, AUTH_MODE, LOG_LEVEL.

About

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

Packages & transports

dockerghcr.io/wyre-technology/sherweb-mcp:v1.4.1vlatest · docker run

Metadata

Categorydevops
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "sherweb": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/sherweb-mcp:v1.4.1"
      ]
    }
  }
}

▶ Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/wyre-technology/sherweb-mcp:v1.4.1