← fractera.ai

INDIVIDUAL MCP TOOL

retry_deploy

Retry a failed deployment using a server_token (from the failure email, the deploy-progress UI, or the dashboard).

fractera.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://www.fractera.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for retry_deploy 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 suggests sending messages.

Parent server

fractera.ai

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.fractera-installer]
url = "https://www.fractera.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fractera-installer": {
      "type": "http",
      "url": "https://www.fractera.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fractera-installer
Remote MCP URL: https://www.fractera.ai/api/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": {
    "fractera-installer": {
      "url": "https://www.fractera.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fractera-installer": {
      "type": "http",
      "url": "https://www.fractera.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fractera-installer",
  "transport": "streamable-http",
  "url": "https://www.fractera.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • register_and_deploy — Register a new Fractera user and start the deployment of their server in one atomic call.
  • check_status — Read the current installation progress ONCE, on demand.
  • get_subdomain — Return the final entry address of the server once installation is complete.
  • get_vps_recommendation — Return a single recommended VPS provider for users who do not yet have a server.
  • get_project_info — Project reference / help desk about Fractera.