← tide.org

INDIVIDUAL MCP TOOL

tide_onboarding

STOP KEYCLOAK'S 'UPDATE ACCOUNT INFORMATION' PAGE and collect the details in-app instead.

tide.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tide.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for tide_onboarding and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

tide.org

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.tideorg-mcp]
url = "https://mcp.tide.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tideorg-mcp": {
      "type": "http",
      "url": "https://mcp.tide.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tideorg-mcp
Remote MCP URL: https://mcp.tide.org/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": {
    "tideorg-mcp": {
      "url": "https://mcp.tide.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tideorg-mcp": {
      "type": "http",
      "url": "https://mcp.tide.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tideorg-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.tide.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • tide_list — List all available content in the Tide agent pack by category
  • tide_canon — Read a canon file (invariants, anti-patterns, concepts, framework-matrix, feature-mapping, troubleshooting, tidecloak-bootstrap, etc.)
  • tide_playbook — Read a step-by-step playbook for a specific Tide task
  • tide_skill — Read a composable skill definition
  • tide_prompt — Read a reusable starter prompt from the pack
  • tide_adapter — Read an adapter instruction file (AGENTS, CLAUDE, replit)
  • tide_list_scenarios — List all available scenario patterns under reference-apps/
  • tide_scenario — Read a scenario summary from reference-apps/<scenario>/scenario.md