← zensched.com
INDIVIDUAL MCP TOOL
account_auth_status
Check whether this connector is signed in as a ZenSched org.
LIVE ENDPOINT
https://mcp.zensched.com/mcp
Connect to this endpoint to inspect the live schema for account_auth_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
zensched_guide— START HERE.feedback_submit— File a grievance or product recommendation.account_create— Create a ZenSched org without email (MCP-only agents).account_signup_start— Create a ZenSched org (step 1 of 2): sends a 6-digit verification code to the email.account_signup_verify— Create a ZenSched org (step 2 of 2): verify the emailed code.account_recover_start— Lost API key (step 1 of 2): sends a verification code to the org owner email.account_recover_verify— Lost API key (step 2 of 2): verify the code.account_signin_start— Reconnect an existing org without rotating keys (step 1 of 2): emails a 6-digit code to the owner.