← All WebMCP sites

nodecraft.com

Developer Toolshttps://nodecraft.com/listed as of 2026-08-01
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!
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 77/100 (B).

Tools

list_supported_gamesanswerimperative/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.
Input schema
{
  "type": "object",
  "properties": {
    "includeComingSoon": {
      "type": "boolean",
      "description": "Include games that are announced but not yet available. Defaults to true.",
      "default": true
    }
  }
}
list_locationsanswerimperative/games
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?".
Input schema
{
  "type": "object",
  "properties": {}
}
search_knowledgebaseanswerimperative/games
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.
Input schema
{
  "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
    },
    "game": {
      "type": "string",
      "description": "Optional game slug to scope results to a single game (e.g. \"minecraft\", \"valheim\"). Omit to search across all games."
    }
  },
  "required": [
    "query"
  ]
}
Listings are sourced from public community registries and shown as reported.