Welcome back, Operator.

The cage holds. 863 Hz. K₄ is planar. All local state is securely hashed.

Network Status
Syncing

Latency: 12ms
Peers: 42

Trust Tier
⬡ Basic

Upgrade at 100 LOVE.

Agent Activity
[SYS] Boot sequence initialized.
[MCP] 23 tools registered.
[LEDGER] Local cache validated.
[AGENT] Awaiting instructions.
BONDING: Synthesizer
-
Select atoms to build stable compounds.
ARCADE
BONDING
Play now
Chain
Locked
Pattern
Locked
Sovereign Marketplace
Spoon Ritual: Morning Routine
Audio cognitive primer.
Sensory Filter Pro
UI accessibility overlay.
Quickstart Guide
1

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
2

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 }
3

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!
4

Adjust the cognitive load spoon level programmatically.

await tools.setSpoonLevel.execute({ level: 2 });
// UI adapts: animations slow, glass blur decreases
5

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.

API Reference

Every MCP tool registered on this page. Click to expand details including schema, timeout, and retry config.

Changelog
v2.0.0
2026-07-15
  • Added Docs page with API reference and Quickstart guide
  • Added Playground page for interactive tool execution
  • Added system health status badge to topbar
  • Upgraded Jitterbug engine with morph target interpolation
  • Enhanced all tool schemas with strict additionalProperties: false
v1.1.0
2026-06-01
  • Added BONDING molecule synthesizer with 8-atom palette
  • Added Sovereign Marketplace with LOVE transactions
  • Introduced spoon-aware cascade (0-5 cognitive load levels)
  • Proxy state management with localStorage persistence
v1.0.0
2026-04-15
  • Initial WebMCP-native portal launch
  • 9 core MCP tools: navigate, setSpoonLevel, dashboardStats, buildMolecule, submitMolecule, connectWallet, searchFeatures, getLoveBalance, getState
  • Dashboard with network status and LOVE balance
  • Dark Glass design system with OKLCH tokens
  • Jitterbug wireframe tesseract animation
MCP Playground

Select a tool, provide JSON parameters, and execute it directly against the live portal state.

Result
Awaiting execution...