Game Development
fadehost.com
Manages game servers by listing them, retrieving overviews, logs, live stats, and player activity.
ENDPOINT 1
https://api.fadehost.com/mcp
MCP server metadata
- Name
- FadeHost
- Version
- 1.0.0
Known tools 11
list_serversList every game server the authenticated account can manage (own servers plus team-shared ones) with id, game, status and address.
Inferred read-onlyget_serverFull overview of one server: status, software and version, RAM/disk usage, key settings, ports, node type and the most recent crash diagnosis.
Inferred read-onlyget_player_activityJoin/leave/chat counts and recent players on a server over a time window.
Inferred read-onlystop_serverStop a game server through the same guarded path as the panel stop button.
Inferred read-onlyrestart_serverRestart a game server through the same guarded path as the panel restart button.
Inferred read-onlysend_console_commandRun a single console command on a running Minecraft server over RCON (e.
Potential side effectscreate_backupTrigger an off-site backup of a server right now (same as the panel "Back up now" button).
Inferred read-onlyCONNECT 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.
fadehost.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.