C14-RMS / agents

Add this to your agent

The droid speaks MCP. Point Cursor, Claude Code, or any Streamable HTTP client at the endpoint below and it can search your inventory, check craftability, simulate crafts, look up recipes and auction prices, and update stock — same tools as the in-app command console, no extra model hop.

Public tools, no login: current SWG Legends spawns · recipe lookup.

Endpoint

https://rms.c14.software/mcp

POST only. GET returns 405. Auth is Authorization: Bearer … — a datachip owner access code (durable) or a JWT (30 days). Agents that crawl should start at /llms.txt.

No datachip yet

Add the server without an Authorization header, call register_datachip, save ownerAccessCode, then reconnect with that code as Bearer. Humans can instead get a datachip on the home page.


            
            

            
        

Your token

Insert a datachip on the home page to fill this in automatically, or mint one with register_datachip.


            

Prefer the owner access code as Bearer — it does not expire. JWTs last 30 days; the web app refreshes them when you load the home page. Treat either like a password.

Cursor

Settings → MCP, or paste into ~/.cursor/mcp.json:


            
        

Claude Code


            
        

What the agent can do

There is no current-container session. The model should call list_containers and pass container_id when it mutates. OCR capture stays in the web UI.