N

nodecraft.com

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!

3read
https://nodecraft.com/

live · Developer Tools · JSON · API for agents

Tools 3 tools

search_knowledgebaseread

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.

View tool JSON
{
  "name": "search_knowledgebase",
  "kind": "read",
  "impl": "imperative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Natural language search query — e.g. a game name, error message, or feature.",
        "minLength": 1
      },
      "limit": {
        "type": "integer",
        "description": "Maximum number of articles to return (1-10).",
        "minimum": 1,
        "maximum": 10,
        "default": 4
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
list_supported_gamesread

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.

View tool JSON
{
  "name": "list_supported_games",
  "kind": "read",
  "impl": "imperative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "includeComingSoon": {
        "type": "boolean",
        "description": "Include games that are announced but not yet available. Defaults to true.",
        "default": true
      }
    }
  },
  "page": "/"
}
list_locationsread

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?".

View tool JSON
{
  "name": "list_locations",
  "kind": "read",
  "impl": "imperative",
  "description": "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?\".",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}