WebMCP

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.

22 tools1 methodsspec API surface

What can an agent do with 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. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on pixly.gg

Tool 1 of 22WebMCPAction

mc_list_servers

List every Minecraft server owned by the signed-in user, including id, name, domain, region, status and online players.

How to install

Open the pixly.gg website and ask your browser agent to use mc_list_servers

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the mc_list_servers tool on pixly.gg. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 22WebMCPAction

    mc_get_server

    Get full details for one server by id (status, config, instance size, connection address, players).

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_get_server

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_get_server tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The target server id (ULID), as returned by mc_list_servers.

    Open the source definition

    Tool 3 of 22WebMCPAction

    mc_create_server

    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.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_create_server

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    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.

    Input contract

    • name string
    • region string
    • config object
    • instanceType string

    Open the source definition

    Tool 4 of 22WebMCPAction

    mc_update_server

    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.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_update_server

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    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.

    Input contract

    • 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 save

    Open the source definition

    Tool 5 of 22WebMCPAction

    mc_server_action

    Run 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.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_server_action

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_server_action tool on pixly.gg with serverId: <string>, action: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The target server id (ULID), as returned by mc_list_servers.
    • action string

    Open the source definition

    Tool 6 of 22WebMCPSensitive action

    mc_delete_server

    Permanently delete a server and its world data. Irreversible. Prompts the user to confirm before proceeding.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_delete_server

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_delete_server tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The target server id (ULID), as returned by mc_list_servers.

    Open the source definition

    Tool 7 of 22WebMCPAction

    mc_reset_world

    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.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_reset_world

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_reset_world tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The target server id (ULID), as returned by mc_list_servers.

    Open the source definition

    Tool 8 of 22WebMCPAction

    mc_console_logs

    Fetch recent console log lines for a server. Pass `cursor` (from a previous call's nextCursor) to page further back.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_console_logs

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_console_logs tool on pixly.gg with serverId: <string>, cursor: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The target server id (ULID), as returned by mc_list_servers.
    • cursor string Pagination cursor.

    Open the source definition

    Tool 9 of 22WebMCPAction

    mc_list_backups

    List the backups (EBS snapshots) for a server, with state, size, reason and export status.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_list_backups

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_list_backups tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The server id (ULID) that owns the backup.

    Open the source definition

    Tool 10 of 22WebMCPAction

    mc_create_backup

    Take a new on-demand backup (snapshot) of a server's world. Billable; may return a 402 when the balance is too low.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_create_backup

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_create_backup tool on pixly.gg with serverId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The server id (ULID) that owns the backup.

    Open the source definition

    Tool 11 of 22WebMCPAction

    mc_restore_backup

    Restore a server's world from a backup snapshot, replacing the current world. Irreversible. Prompts the user to confirm.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_restore_backup

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_restore_backup tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The server id (ULID) that owns the backup.
    • snapshotId string The EBS snapshot id of the backup, from mc_list_backups.

    Open the source definition

    Tool 12 of 22WebMCPSensitive action

    mc_delete_backup

    Delete a backup snapshot. Irreversible. Prompts the user to confirm.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_delete_backup

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_delete_backup tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The server id (ULID) that owns the backup.
    • snapshotId string The EBS snapshot id of the backup, from mc_list_backups.

    Open the source definition

    Tool 13 of 22WebMCPAction

    mc_export_backup

    Start exporting a backup snapshot to a downloadable ZIP. Poll mc_list_backups for exportState=ready, then call mc_backup_download_url.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_export_backup

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_export_backup tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The server id (ULID) that owns the backup.
    • snapshotId string The EBS snapshot id of the backup, from mc_list_backups.

    Open the source definition

    Tool 14 of 22WebMCPAction

    mc_backup_download_url

    Get a time-limited signed download URL for a backup that has finished exporting (exportState=ready).

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_backup_download_url

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_backup_download_url tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The server id (ULID) that owns the backup.
    • snapshotId string The EBS snapshot id of the backup, from mc_list_backups.

    Open the source definition

    Tool 15 of 22WebMCPSensitive action

    mc_delete_backup_export

    Delete the exported ZIP for a backup (the snapshot itself is kept).

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_delete_backup_export

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_delete_backup_export tool on pixly.gg with serverId: <string>, snapshotId: <string>. Return the structured result and cite the source page.

    Input contract

    • serverId string The server id (ULID) that owns the backup.
    • snapshotId string The EBS snapshot id of the backup, from mc_list_backups.

    Open the source definition

    Tool 16 of 22WebMCPAction

    mc_list_regions

    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.

    How to install

    Open the pixly.gg website and ask your browser agent to use mc_list_regions

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the mc_list_regions tool on pixly.gg. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 17 of 22WebMCPAction

      mc_region_ping

      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.

      How to install

      Open the pixly.gg website and ask your browser agent to use mc_region_ping

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the mc_region_ping tool on pixly.gg with awsRegion: <string>. Return the structured result and cite the source page.

      Input contract

      • awsRegion string The awsRegion id from mc_list_regions, e.g. ap-southeast-1.

      Open the source definition

      Tool 18 of 22WebMCPAnswer

      mc_pricing_catalog

      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.

      How to install

      Open the pixly.gg website and ask your browser agent to use mc_pricing_catalog

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the mc_pricing_catalog tool on pixly.gg. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 19 of 22WebMCPAction

        mc_recommended_region

        Get the server-recommended region id for the current user (geo/latency heuristic). A good default for `region` when creating a server.

        How to install

        Open the pixly.gg website and ask your browser agent to use mc_recommended_region

        Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

        Run with an agent

        Use the mc_recommended_region tool on pixly.gg. Return the structured result and cite the source page.

        Input contract

          Open the source definition

          Tool 20 of 22WebMCPAction

          mc_get_wallet

          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.

          How to install

          Open the pixly.gg website and ask your browser agent to use mc_get_wallet

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the mc_get_wallet tool on pixly.gg. Return the structured result and cite the source page.

          Input contract

            Open the source definition

            Tool 21 of 22WebMCPAction

            mc_current_bill

            Get the current month's running cost estimate and per-server breakdown (accrual-based, no CUR query).

            How to install

            Open the pixly.gg website and ask your browser agent to use mc_current_bill

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the mc_current_bill tool on pixly.gg. Return the structured result and cite the source page.

            Input contract

              Open the source definition

              Tool 22 of 22WebMCPAction

              mc_list_bills

              List the user's past monthly bills with per-server line items.

              How to install

              Open the pixly.gg website and ask your browser agent to use mc_list_bills

              Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

              Run with an agent

              Use the mc_list_bills tool on pixly.gg. Return the structured result and cite the source page.

              Input contract

                Open the source definition