
Sherweb MCP
Sherweb partners who want full Partner API access, a local SQLite mirror, and offline analytics inside their MCP agent.
Overview
Sherweb MCP is a MCP server for the Operate phase that connects agents to the full Sherweb Partner API with a local SQLite mirror and offline analytics.
What is this MCP server?
- Exposes Sherweb Partner API capabilities to MCP agents via stdio transport
- Local SQLite store for mirrored partner data and faster repeated queries
- Offline analytics on cached data when live API calls are slow or unavailable
- OAuth client credentials: SHERWEB_CLIENT_ID, SHERWEB_CLIENT_SECRET, and SHERWEB_OAUTH_SCOPE
- mcpb package v0.1.0 from Servosity msp-skills releases
- Server version 0.1.0
- Transport: stdio via mcpb
- Three required OAuth environment variables
Community signal: 1 GitHub stars.
What problem does it solve?
Sherweb partners repeat portal hops and ad-hoc exports when agents cannot call Partner API data or analyze it locally in one session.
Who is it for?
Sherweb reseller partners automating catalog, customer, and licensing lookups with an MCP agent and local cache.
Skip if: Non-partner developers, teams without Sherweb OAuth apps, or builders who only need generic cloud infra provisioning.
What do I get? / Deliverables
Once OAuth credentials and the mcpb server are configured, your agent can query partner API data, use the SQLite cache, and run offline analytics from the terminal.
- Live Sherweb Partner API access from the agent via MCP tools
- Local SQLite datastore for mirrored partner entities
- Offline analytics queries against cached partner data
Recommended MCP Servers
Journey fit
Distributor catalog, licensing, and partner data sync are day-to-day operational infrastructure for MSPs running on Sherweb. Infra fits the SQLite mirror and API-backed entity sync that keeps partner operations data available locally for agents.
How it compares
Sherweb Partner API MCP bridge with SQLite cache, not a standalone PSA or backup console.
Common Questions / FAQ
Who is Sherweb MCP for?
It is for Sherweb partners with OAuth client credentials who want MCP agents to use Partner API data plus a local SQLite analytics mirror.
When should I use Sherweb MCP?
Use it when operating Sherweb-backed customer and subscription workflows from your agent, especially when offline or cached analytics speed up repeated questions.
How do I add Sherweb MCP to my agent?
Install sherweb-mcp mcpb v0.1.0, set SHERWEB_CLIENT_ID, SHERWEB_CLIENT_SECRET, and SHERWEB_OAUTH_SCOPE, and register the stdio server in your MCP client.