MediaWebMCP verified
pixly.gg WebMCP tools
Minecraft server hosting with no subscription — pay for the time your server is online. Java + Bedrock crossplay, 1-click mods, 10 free hours to try, no card.
MediaWebMCP verified
Minecraft server hosting with no subscription — pay for the time your server is online. Java + Bedrock crossplay, 1-click mods, 10 free hours to try, no card.
Minecraft server hosting with no subscription — pay for the time your server is online. Java + Bedrock crossplay, 1-click mods, 10 free hours to try, no card. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
List every Minecraft server owned by the signed-in user, including id, name, domain, region, status and online players.
Open the pixly.gg website and ask your browser agent to use mc_list_serversInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_list_servers tool on pixly.gg. Return the structured result and cite the source page.Get full details for one server by id (status, config, instance size, connection address, players).
Open the pixly.gg website and ask your browser agent to use mc_get_serverInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_get_server tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.serverId string The target server id (ULID), as returned by mc_list_servers.Create a new Minecraft server. `region` must be an awsRegion id from mc_list_regions. Per-account server limits and wallet balance are enforced server-side; a 402/403 result means the action was blocked, not that it failed transiently.
Open the pixly.gg website and ask your browser agent to use mc_create_serverInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_create_server tool on pixly.gg with name: <string>, region: <string>, config: <object>, instanceType: <string>. Return the structured result and cite the source page.name string region string config object instanceType string Update a server's name, instance size, autostart, or world config (MOTD, max players, difficulty, version, mods, etc.). Some fields require a restart to take effect.
Open the pixly.gg website and ask your browser agent to use mc_update_serverInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_update_server tool on pixly.gg with serverId: <string>, name: <string>, config: <object>, instanceType: <string>, autoStartEnabled: <boolean>, resetWorld: <boolean>. Return the structured result and cite the source page.serverId string The target server id (ULID), as returned by mc_list_servers.name string config object instanceType string autoStartEnabled boolean resetWorld boolean Confirms a version downgrade by resetting the world in the same saveRun a lifecycle action on a server: start, stop, restart (full EC2 reboot) or restart-container (in-place). `start` may return a 402 billing error when the wallet balance is too low.
Open the pixly.gg website and ask your browser agent to use mc_server_actionInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_server_action tool on pixly.gg with serverId: <string>, action: <string>. Return the structured result and cite the source page.serverId string The target server id (ULID), as returned by mc_list_servers.action string Permanently delete a server and its world data. Irreversible. Prompts the user to confirm before proceeding.
Open the pixly.gg website and ask your browser agent to use mc_delete_serverInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_delete_server tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.serverId string The target server id (ULID), as returned by mc_list_servers.Wipe the server's world and provision a fresh empty one (a backup is taken first). Domain and settings are preserved. Irreversible. Prompts the user to confirm.
Open the pixly.gg website and ask your browser agent to use mc_reset_worldInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_reset_world tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.serverId string The target server id (ULID), as returned by mc_list_servers.Fetch recent console log lines for a server. Pass `cursor` (from a previous call's nextCursor) to page further back.
Open the pixly.gg website and ask your browser agent to use mc_console_logsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_console_logs tool on pixly.gg with serverId: <string>, cursor: <string>. Return the structured result and cite the source page.serverId string The target server id (ULID), as returned by mc_list_servers.cursor string Pagination cursor.List the backups (EBS snapshots) for a server, with state, size, reason and export status.
Open the pixly.gg website and ask your browser agent to use mc_list_backupsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_list_backups tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.serverId string The server id (ULID) that owns the backup.Take a new on-demand backup (snapshot) of a server's world. Billable; may return a 402 when the balance is too low.
Open the pixly.gg website and ask your browser agent to use mc_create_backupInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_create_backup tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.serverId string The server id (ULID) that owns the backup.Restore a server's world from a backup snapshot, replacing the current world. Irreversible. Prompts the user to confirm.
Open the pixly.gg website and ask your browser agent to use mc_restore_backupInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_restore_backup tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.serverId string The server id (ULID) that owns the backup.snapshotId string The EBS snapshot id of the backup, from mc_list_backups.Delete a backup snapshot. Irreversible. Prompts the user to confirm.
Open the pixly.gg website and ask your browser agent to use mc_delete_backupInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_delete_backup tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.serverId string The server id (ULID) that owns the backup.snapshotId string The EBS snapshot id of the backup, from mc_list_backups.Start exporting a backup snapshot to a downloadable ZIP. Poll mc_list_backups for exportState=ready, then call mc_backup_download_url.
Open the pixly.gg website and ask your browser agent to use mc_export_backupInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_export_backup tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.serverId string The server id (ULID) that owns the backup.snapshotId string The EBS snapshot id of the backup, from mc_list_backups.Get a time-limited signed download URL for a backup that has finished exporting (exportState=ready).
Open the pixly.gg website and ask your browser agent to use mc_backup_download_urlInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_backup_download_url tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.serverId string The server id (ULID) that owns the backup.snapshotId string The EBS snapshot id of the backup, from mc_list_backups.Delete the exported ZIP for a backup (the snapshot itself is kept).
Open the pixly.gg website and ask your browser agent to use mc_delete_backup_exportInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_delete_backup_export tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.serverId string The server id (ULID) that owns the backup.snapshotId string The EBS snapshot id of the backup, from mc_list_backups.List the regions available for hosting servers, with their awsRegion id, display name and enabled flag. Use an awsRegion value as the `region` when creating a server.
Open the pixly.gg website and ask your browser agent to use mc_list_regionsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_list_regions tool on pixly.gg. Return the structured result and cite the source page.Measure round-trip latency (in milliseconds) from the user's browser to a region's router. Lower is better; use it to recommend the fastest region before creating a server.
Open the pixly.gg website and ask your browser agent to use mc_region_pingInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_region_ping tool on pixly.gg with awsRegion: <string>. Return the structured result and cite the source page.awsRegion string The awsRegion id from mc_list_regions, e.g. ap-southeast-1.Get the full pricing catalog: per-region, per-instance-type and per-plan-tier hourly/monthly prices. Use it to quote costs or pick a plan size before creating a server.
Open the pixly.gg website and ask your browser agent to use mc_pricing_catalogInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_pricing_catalog tool on pixly.gg. Return the structured result and cite the source page.Get the server-recommended region id for the current user (geo/latency heuristic). A good default for `region` when creating a server.
Open the pixly.gg website and ask your browser agent to use mc_recommended_regionInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_recommended_region tool on pixly.gg. Return the structured result and cite the source page.Get the signed-in user's wallet: current balance plus credited/debited totals. Useful to explain a 402 'insufficient balance' result from a start/create action.
Open the pixly.gg website and ask your browser agent to use mc_get_walletInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_get_wallet tool on pixly.gg. Return the structured result and cite the source page.Get the current month's running cost estimate and per-server breakdown (accrual-based, no CUR query).
Open the pixly.gg website and ask your browser agent to use mc_current_billInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_current_bill tool on pixly.gg. Return the structured result and cite the source page.List the user's past monthly bills with per-server line items.
Open the pixly.gg website and ask your browser agent to use mc_list_billsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the mc_list_bills tool on pixly.gg. Return the structured result and cite the source page.