INDIVIDUAL MCP TOOL
list_engagements
Return the two primary TechTide AI offer lanes plus the two supporting ladder pages, with the canonical URL and technical proof path for each.
LIVE ENDPOINT
https://alexcinovoj.dev/mcp
Connect to this endpoint to inspect the live schema for list_engagements and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.alexcinovoj-mcp]
url = "https://alexcinovoj.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alexcinovoj-mcp": {
"type": "http",
"url": "https://alexcinovoj.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alexcinovoj-mcp
Remote MCP URL: https://alexcinovoj.dev/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": {
"alexcinovoj-mcp": {
"url": "https://alexcinovoj.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alexcinovoj-mcp": {
"type": "http",
"url": "https://alexcinovoj.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alexcinovoj-mcp",
"transport": "streamable-http",
"url": "https://alexcinovoj.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Return a concise profile of Alex Cinovoj (Founder & CTO of TechTide AI): positioning, publicly checkable background, and primary contact channels.list_projects— Return the 8 featured control-plane / governance projects showcased on alexcinovoj.dev.list_mcp_servers— Return the MCP servers Alex has shipped to production, with repos, install commands, and capabilities.list_stack— Return the production tools Alex builds, ships, and operates from, grouped by function.