← launchtandem.com
INDIVIDUAL MCP TOOL
get_deploy_gate_status
Check whether an organization can currently deploy.
LIVE ENDPOINT
https://portal.launchtandem.com/mcp
Connect to this endpoint to inspect the live schema for get_deploy_gate_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.tandem-platform]
url = "https://portal.launchtandem.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tandem-platform": {
"type": "http",
"url": "https://portal.launchtandem.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tandem-platform
Remote MCP URL: https://portal.launchtandem.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": {
"tandem-platform": {
"url": "https://portal.launchtandem.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tandem-platform": {
"type": "http",
"url": "https://portal.launchtandem.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tandem-platform",
"transport": "streamable-http",
"url": "https://portal.launchtandem.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— Return the caller's own identity and, for every organization it belongs to, that org's live entitlements — so you can plan before acting instead of discovering limits by hitting errors.pillar_directory— Map of the Tandem suite's five pillars — launch (this server: hosting), work (shared human+agent workspace), speak (email/webmail, phone + CRM later), grow (marketing), profit (financial OS) — each with product name, status (live|beta|coming_soon), base URL, MCP endpoint URL (null until that pillar's server is up; a plannedMcpUrl marks where it will live), and how to authenticate (one Tandem ID identity: agents present the SAME tdm_ bearer token to every pillar's MCP endpoint).list_projects— List projects visible to the caller (filtered by token scope or user org memberships).list_services— List services.create_deployment— Queue a new deployment for a service.list_deployments— List recent deployments for a service, newest first.view_logs— Fetch recent container logs for the service's current healthy deployment.connect_repository— Connect a repository from an installation into a platform organization.