← engine-production-3bdc.up.railway.app
INDIVIDUAL MCP TOOL
signup
Redeem a private-beta code and create an account.
LIVE ENDPOINT
https://engine-production-3bdc.up.railway.app/mcp
Connect to this endpoint to inspect the live schema for signup 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
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.vhgengine]
url = "https://engine-production-3bdc.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vhgengine": {
"type": "http",
"url": "https://engine-production-3bdc.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vhgengine
Remote MCP URL: https://engine-production-3bdc.up.railway.app/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": {
"vhgengine": {
"url": "https://engine-production-3bdc.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vhgengine": {
"type": "http",
"url": "https://engine-production-3bdc.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vhgengine",
"transport": "streamable-http",
"url": "https://engine-production-3bdc.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
getting_started— The 5-step agent quickstart: modes, wait guidance, links.list_archetypes— List the hook archetypes with psychology, platforms, and templates.pricing— The machine-readable price list, with per-mode expected_wait.get_estimates— The measured/expected wait per generation mode.health— Deep health: DB read+write probe, worker/queue, backup + integrity.get_account— Return this account's state + remaining rate-limit budget.get_usage— Return the credit balance, per-operation totals, and recent ledger.export_usage— Export ledger, hook, instance, lineage, outcome, profile, and retained-job data.