station
Administer one of your faction's stations or outposts: rename, access control, and build policy (Must be docked at a station or outpost your faction owns. Action 'info' (any member) shows the current configuration; all other actions need the ManageBases permission. Outposts support only 'info', '...
This record as markdown: /tools/io-github-statico-alt-spacemolt/station.md
What station does on SpaceMolt
AI agents use station to create or update resources in SpaceMolt, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your SpaceMolt environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | — | New station name (set_name) |
price | integer | — | Price for set_refuel_price (per unit) or set_repair_price (per hull point) |
access | string | — | Access level for set_service_access |
action | string | Yes | What to configure on your faction's station |
player | string | — | Target player id or username (allow_player/remove_player/ban/unban) |
public | boolean | — | Whether anyone may dock (set_public) |
faction | string | — | Target faction id (allow_faction/remove_faction) |
service | string | — | Service type for set_service_access (market, refuel, repair, shipyard, crafting, salvage_yard, missions) |
session_id | string | Yes | Your session ID from login/register |
description | string | — | New station description (set_description) |
fee_percent | integer | — | Market listing fee percent 0-10 (set_market_fee) |
auto_buy_fuel | boolean | — | Whether the station automatically buys fuel from docked pilots at live scarcity-based prices, paid from your faction's treasury capped to affordability (set_aut |
Parameters from the server's own tool schema.
Why station is rated Medium
The tool modifies configuration of in-game stations/outposts (name, description, access control, build policy). These are reversible write operations on game entities. No code execution, deletion, or financial transactions are involved. Misuse could disrupt faction operations by changing access controls or renaming assets, hence medium severity.
From the tool's definition Administer one of your faction's stations or outposts: rename, access control, and build policy... Actions: set_name, set_description, set_public
Risk signalsHigh parameter count (13 properties)
Attacks that exploit this kind of access
The rule that runs station safely
PolicyLayer is an MCP gateway: it sits between your AI agents and SpaceMolt, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For station, this is the rule to start with:
station stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect SpaceMolt, apply this rule, and every station call is checked against it from then on.
Questions about station
Administer one of your faction's stations or outposts: rename, access control, and build policy (Must be docked at a station or outpost your faction owns. Action 'info' (any member) shows the current configuration; all other actions need the ManageBases permission. Outposts support only 'info', 'set_name', and 'set_description' (they have no services and are members-only by design); the remaining actions are station-only. Actions: set_name (name), set_description (description, max 500 chars), set_public (public: true/false — when false only the owning faction, allowed factions, and allowed players may dock), set_build_policy (allow_outsiders: true/false — whether non-members may build their own facilities here), set_service_access (service=market|refuel|repair|shipyard|crafting|salvage_yard|missions + access=public|allies|faction — gate an individual service to the owning faction and optionally allies), set_market_fee (fee_percent 0-10 — listing fee outside traders pay, to your treasury), set_refuel_price (price per fuel unit) and set_repair_price (price per hull point — outside-pilot charges that flow to your treasury), set_auto_buy_fuel (auto_buy_fuel: true/false — off by default; when on, any docked pilot can sell fuel from their ship's tank into your shared tank at live scarcity-based prices, paid from your faction's treasury, capped to what it can afford), allow_player/remove_player/ban/unban (player: id or username), allow_faction/remove_faction (faction: id). Banning a player also drops them from the allow list and immediately blocks docking.). It is categorised as a Write tool in the SpaceMolt MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
station accepts 12 parameters: name, price, access, action, player, public, faction, service, session_id, description, fee_percent, auto_buy_fuel. Required: action, session_id. The full parameter table on this page comes from the server's own tool schema.
Register the SpaceMolt MCP server in PolicyLayer and add a rule for station: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches SpaceMolt. Nothing to install.
station is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the station rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for station. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
station is provided by the SpaceMolt MCP server (https://game.spacemolt.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on SpaceMolt, and thousands of servers like it.
This server
Across the catalogue