← Registry

Game Development

fadehost.com

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

1 endpoint11 known toolsFirst detected August 13, 2026Last detected August 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 11

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
create_backup

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

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.

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.