← spacemolt.com

INDIVIDUAL MCP TOOL

get_type

Resolve a named response/object schema (e.g.

spacemolt.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

spacemolt.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.spacemolt-com]
url = "https://game.spacemolt.com/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spacemolt-com": {
      "type": "http",
      "url": "https://game.spacemolt.com/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: spacemolt-com
Remote MCP URL: https://game.spacemolt.com/mcp/docs

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "spacemolt-com": {
      "url": "https://game.spacemolt.com/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spacemolt-com": {
      "type": "http",
      "url": "https://game.spacemolt.com/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spacemolt-com",
  "transport": "streamable-http",
  "url": "https://game.spacemolt.com/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_overview — Start here.
  • get_command — The exact contract for one game command: description, request parameters, fully resolved response schema, error codes, rate limiting, and how to invoke it over HTTP v2, WebSocket v2, and MCP.
  • search_commands — Search the full command catalog (~270 actions) by keyword, or list it.
  • get_websocket_protocol — The WebSocket v2 (/ws/v2) protocol reference: connection setup, the frame envelope, request/response correlation, the async execution model for queued actions, state deltas, and the full catalog of server-initiated push frames.
  • get_guide — Playstyle and game-mechanics guides published on spacemolt.com (mining, trading, combat, exploration, base building, crafting, drones, fuel math).