WebMCP

DeveloperWebMCP verified

nodecraft.com WebMCP tools

Deploy a high-performance game server in seconds with Nodecraft. Enjoy low latency, DDoS protection, and the ability to swap between 60+ games instantly. Start your free trial!

3 tools1 methodsspec API surface

What can an agent do with nodecraft.com WebMCP tools?

Deploy a high-performance game server in seconds with Nodecraft. Enjoy low latency, DDoS protection, and the ability to swap between 60+ games instantly. Start your free trial! 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 nodecraft.com

Tool 1 of 3WebMCPAnswer

list_supported_games

List the games Nodecraft offers server hosting for. Returns each game's name, slug, public landing page URL (which includes pricing), minimum RAM in MB, and a `comingSoon` flag for unreleased titles. Useful for answering "does Nodecraft host X?" or recommending a game page.

How to install

Open the nodecraft.com website and ask your browser agent to use list_supported_games

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 list_supported_games tool on nodecraft.com with includeComingSoon: <boolean>. Return the structured result and cite the source page.

Input contract

  • includeComingSoon boolean Include games that are announced but not yet available. Defaults to true.

Open the source definition

Tool 2 of 3WebMCPAnswer

list_locations

List Nodecraft datacenter regions and their cities, including country code and lat/lon coordinates. Useful for helping a user pick the closest region for their game server, or answering "where does Nodecraft host servers?".

How to install

Open the nodecraft.com website and ask your browser agent to use list_locations

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 list_locations tool on nodecraft.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 3 of 3WebMCPAnswer

    search_knowledgebase

    Search the Nodecraft knowledgebase for articles covering game server setup, configuration, troubleshooting, and Nodecraft platform features. Returns article titles, canonical URLs, category, and a short preview.

    How to install

    Open the nodecraft.com website and ask your browser agent to use search_knowledgebase

    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 search_knowledgebase tool on nodecraft.com with query: <string>, limit: <integer>, game: <string>. Return the structured result and cite the source page.

    Input contract

    • query string Natural language search query — e.g. a game name, error message, or feature.
    • limit integer Maximum number of articles to return (1-10).
    • game string Optional game slug to scope results to a single game (e.g. "minecraft", "valheim"). Omit to search across all games.

    Open the source definition