INDIVIDUAL MCP TOOL
get_vps_recommendation
Return a single recommended VPS provider for users who do not yet have a server.
LIVE ENDPOINT
https://www.fractera.ai/api/mcp
Connect to this endpoint to inspect the live schema for get_vps_recommendation 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.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.retry_deploy— Retry a failed deployment using a server_token (from the failure email, the deploy-progress UI, or the dashboard).get_project_info— Project reference / help desk about Fractera.