← tide.org
INDIVIDUAL MCP TOOL
tide_scenario_manifest
Read a scenario manifest from reference-apps/<scenario>/manifest.yaml
LIVE ENDPOINT
https://mcp.tide.org/mcp
Connect to this endpoint to inspect the live schema for tide_scenario_manifest 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.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 categorytide_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 tasktide_skill— Read a composable skill definitiontide_prompt— Read a reusable starter prompt from the packtide_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