← Registry

Game Development

fadehost.com

Manages game servers by listing them, retrieving overviews, logs, live stats, and player activity.

1 endpoint23 known toolsFirst detected August 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://api.fadehost.com/mcp

No auth detected

MCP server metadata

Name
FadeHost
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 23

list_servers

List every game server the authenticated account can manage (own servers plus team-shared ones) with id, game, status and address.

Inferred read-only
get_server

Full overview of one server: status, software and version, RAM/disk usage, key settings, ports, node type and the most recent crash diagnosis.

Inferred read-only
get_console_logs

Read recent console output from a server.

Inferred read-only
get_live_stats

Live memory and CPU usage of a running server.

Inferred read-only
get_player_activity

Join/leave/chat counts and recent players on a server over a time window.

Inferred read-only
start_server

Start a stopped game server.

Inferred read-only
stop_server

Stop a game server through the same guarded path as the panel stop button.

Inferred read-only
restart_server

Restart a game server through the same guarded path as the panel restart button.

Inferred read-only
send_console_command

Run a single console command on a running Minecraft server over RCON (e.

Potential side effects
list_backups

List the off-site backup snapshots of a server (id, time, size).

Inferred read-only
get_world_activity

Analyze a Minecraft Java world: how many chunks exist, how much disk they use, how much of the world players never visited, and how much space pruning would free at each threshold.

Inferred read-only
prune_world

Remove chunks players barely visited so they regenerate on the next visit and the disk is freed.

Potential side effects
undo_world_prune

Put the world files from before the most recent prune back (the node keeps backups of the changed files).

Inferred read-only
create_backup

Trigger an off-site backup of a server right now (same as the panel "Back up now" button).

Inferred read-only
create_server

Create a new game server on the account.

Potential side effects
list_files

List a directory in a server's file system (jailed to that server).

Inferred read-only
read_file

Read a text file from a server (configs, properties, logs).

Inferred read-only
write_file

Write (create or overwrite) a text file on a server — configs, properties, scripts.

Potential side effects
list_bots

List the hosted Discord bots on this account: id (bot_.

Inferred read-only
get_bot_logs

Read the runtime logs of a hosted Discord bot — deploys, console output, crashes.

Inferred read-only
power_bot

Start, stop or restart a hosted Discord bot.

Inferred read-only
list_vps

List the account's managed VPS instances with id, plan, specs, status, region and SSH host.

Inferred read-only
power_vps

Start, shut down or reboot a managed VPS.

Inferred read-only

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.fadehost]
url = "https://api.fadehost.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fadehost": {
      "type": "http",
      "url": "https://api.fadehost.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fadehost": {
      "type": "http",
      "url": "https://api.fadehost.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fadehost",
  "transport": "streamable-http",
  "url": "https://api.fadehost.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fadehost.com was fetched 2026-08-25T17:01:08.131Z and is being refreshed.

Trust status Trusted

fadehost.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.