General Tools
zensched.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.zensched.com/mcp
MCP server metadata
- Name
- ZenSched
- Version
- 1.27.0
Known tools 11
account_signup_startCreate a ZenSched org (step 1 of 2): sends a 6-digit verification code to the email.
Potential side effectsaccount_signup_verifyCreate a ZenSched org (step 2 of 2): verify the emailed code.
Potential side effectsaccount_recover_startLost API key (step 1 of 2): sends a verification code to the org owner email.
Potential side effectsaccount_signin_startReconnect an existing org without rotating keys (step 1 of 2): emails a 6-digit code to the owner.
Inferred read-onlyaccount_signin_verifyReconnect an existing org without rotating keys (step 2 of 2): verify the emailed code.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zensched]
url = "https://mcp.zensched.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zensched": {
"type": "http",
"url": "https://mcp.zensched.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zensched
Remote MCP URL: https://mcp.zensched.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zensched": {
"url": "https://mcp.zensched.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zensched": {
"type": "http",
"url": "https://mcp.zensched.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zensched",
"transport": "streamable-http",
"url": "https://mcp.zensched.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.