streamable-httpupdated 11d ago
This is the MCP server exposing Cumulus MCP tools, prompts (templates) and resources, leveraging Sherweb internal APIs.
What can you do with Sherweb Platform MCP Server?
Platform MCP Server
Overview
This is the MCP server exposing Cumulus MCP tools, prompts (templates) and resources, leveraging Sherweb internal APIs.
Usage
Connect to the MCP server URI at https://mcp.sherweb.com for streamable HTTP transport. Tools can then be discovered by the agent when prompting in natural language. Prompt templates can also be used with slash commands. Follow the steps in this knowledge base article for a successful journey.
Authentication
The authentication uses OpenID Connect with either the authorization code with PKCE flow or the client credentials flow. See the protected resource document for details.
[!CAUTION] It is important to understand the MCP server performs requests in the backend on behalf of authenticated entity (user or client depending on the flow) and when operations are audited (usually non-readonly tool methods)
Consent
Consent is a key principle of the MCP specification, so human oversight (aka human-in-the-loop or HITL) is maintained. Usually, managing consent is an MCP client responsibility, but it is implemented in this server also, with the following variants:
- for read operations, the consent is asked once per session and scoped for all read-only tools
- for update (write) operations, the consent is asked for every tool for every execution (this may seem to hinder the UX, but increases user control over the AI agent).
Install
Add Sherweb Platform MCP Server to your client. Pick the one you use.
claude mcp add --transport http sherweb-platform-mcp-server https://mcp.sherweb.comcodex mcp add sherweb-platform-mcp-server --url https://mcp.sherweb.com{
"mcpServers": {
"sherweb-platform-mcp-server": {
"url": "https://mcp.sherweb.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"sherweb-platform-mcp-server": {
"type": "http",
"url": "https://mcp.sherweb.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"sherweb-platform-mcp-server": {
"url": "https://mcp.sherweb.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sherweb-platform-mcp-server": {
"serverUrl": "https://mcp.sherweb.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance25/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.47.27Latest | Jul 21, 2026 |
| 1.46.3 | Jun 29, 2026 |
| 1.45.43 | Jun 12, 2026 |
| 1.45.26 | May 25, 2026 |