WebMCP

MediaWebMCP verified

webmcp-rocketlauncher WebMCP tools

WebMCP rocket launch sequence demo (static & dynamic tool registration)

9 tools1 methodsspec API surface

What can an agent do with webmcp-rocketlauncher WebMCP tools?

WebMCP rocket launch sequence demo (static & dynamic tool registration) 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 webmcp-rocketlauncher

Tool 1 of 9WebMCPAnswer

get_page_state

Returns the current rocket state (status and fuel level). If the user asks to launch a rocket, automatically execute this step first without asking for confirmation.

How to install

Open the webmcp-rocketlauncher website and ask your browser agent to use get_page_state

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 get_page_state tool on webmcp-rocketlauncher. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 9WebMCPAction

    calculate_fuel

    Calculates the required fuel amount and oxidizer ratio based on the target trajectory.

    How to install

    Open the webmcp-rocketlauncher website and ask your browser agent to use calculate_fuel

    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 calculate_fuel tool on webmcp-rocketlauncher with trajectory: <string>. Return the structured result and cite the source page.

    Input contract

    • trajectory string Launch destination, e.g. "Moon", "Mars", "ISS".

    Open the source definition

    Tool 3 of 9WebMCPAction

    run_diagnostics

    Runs system checks. Transitions from IDLE to DIAGNOSTICS. Only valid when status is IDLE.

    How to install

    Open the webmcp-rocketlauncher website and ask your browser agent to use run_diagnostics

    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 run_diagnostics tool on webmcp-rocketlauncher. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 4 of 9WebMCPAction

      load_fuel

      Loads propellants. Transitions from DIAGNOSTICS to FUELED. Only valid when status is DIAGNOSTICS.

      How to install

      Open the webmcp-rocketlauncher website and ask your browser agent to use load_fuel

      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 load_fuel tool on webmcp-rocketlauncher with amount: <number>, oxidizer_ratio: <number>. Return the structured result and cite the source page.

      Input contract

      • amount number Fuel amount in tons.
      • oxidizer_ratio number Oxidizer ratio (e.g., 2.5).

      Open the source definition

      Tool 5 of 9WebMCPAction

      prepare_launch

      Transitions the system from FUELED to PREPARED. Requires the user's 4-digit auth_code — ask the user, never guess it. Only valid when status is FUELED.

      How to install

      Open the webmcp-rocketlauncher website and ask your browser agent to use prepare_launch

      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 prepare_launch tool on webmcp-rocketlauncher with auth_code: <string>, trajectory: <string>. Return the structured result and cite the source page.

      Input contract

      • auth_code string 4-digit authorization code. Must be obtained from the user.
      • trajectory string Launch destination, e.g. "Moon" or "Mars".

      Open the source definition

      Tool 6 of 9WebMCPAction

      ignite_engines

      Fires the rocket engines, transitioning from PREPARED to LAUNCHED. Only valid when status is PREPARED — follow the full prerequisite chain first.

      How to install

      Open the webmcp-rocketlauncher website and ask your browser agent to use ignite_engines

      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 ignite_engines tool on webmcp-rocketlauncher. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 7 of 9WebMCPAction

        abort_sequence

        Aborts the sequence and resets to IDLE. Valid from any state during the sequence.

        How to install

        Open the webmcp-rocketlauncher website and ask your browser agent to use abort_sequence

        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 abort_sequence tool on webmcp-rocketlauncher. Return the structured result and cite the source page.

        Input contract

          Open the source definition

          Tool 8 of 9WebMCPAction

          reset_system

          Resets the system to IDLE with full fuel. Valid from any state.

          How to install

          Open the webmcp-rocketlauncher website and ask your browser agent to use reset_system

          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 reset_system tool on webmcp-rocketlauncher. Return the structured result and cite the source page.

          Input contract

            Open the source definition

            Tool 9 of 9WebMCPAction

            post_comment

            Leave a blog post comment

            How to install

            Open the webmcp-rocketlauncher website and ask your browser agent to use post_comment

            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 post_comment tool on webmcp-rocketlauncher with slug: <string>, website: <string>, author_name: <string>, author_email: <string>, text: <string>. Return the structured result and cite the source page.

            Input contract

            • slug string
            • website string
            • author_name string
            • author_email string
            • text string

            Open the source definition