Open the browser console or connect an MCP-aware agent to this page's window.__p31MCPTools registry.
// Access any tool from the console const tools = window.__p31MCPTools; console.log(Object.keys(tools)); // 23 tools
The cage holds. 863 Hz. K₄ is planar. All local state is securely hashed.
Latency: 12ms
Peers: 42
Upgrade at 100 LOVE.
Open the browser console or connect an MCP-aware agent to this page's window.__p31MCPTools registry.
// Access any tool from the console const tools = window.__p31MCPTools; console.log(Object.keys(tools)); // 23 tools
Pick a tool and call its execute() method with the required parameters.
const result = await tools.getLoveBalance.execute();
console.log(result);
// { balance: 42, earned: 128, spent: 86 }
Build molecules and earn LOVE in the BONDING game through MCP.
await tools.buildMolecule.execute({ atoms: ["C","O","2"] });
await tools.submitMolecule.execute();
// Love balance increases!
Adjust the cognitive load spoon level programmatically.
await tools.setSpoonLevel.execute({ level: 2 });
// UI adapts: animations slow, glass blur decreases
Navigate anywhere in the portal via MCP.
await tools.navigate.execute({ target: "arcade" });
// Portal switches to the ARCADE tab
That's it. You're now controlling the P31 portal via MCP. All 23 tools are available below.
Every MCP tool registered on this page. Click to expand details including schema, timeout, and retry config.
Select a tool, provide JSON parameters, and execute it directly against the live portal state.