1. Run the server
Start the first-party stdio server from your MCP host or local integration workspace.
Official MCP quickstart
DeepPane's production-supported stdio MCP path lets an agent create a playable focus page or read a user-authorized work-time summary without receiving media files, raw history rows, or full account tokens.
Five-minute path
Use Dashboard consent for user powers. Use an Agent Key for real production integrations that need attribution, bounded quota, and provenance.
Start the first-party stdio server from your MCP host or local integration workspace.
Ask the user to open Dashboard Agent Access and create a focus-space or history-summary handoff token.
Pass only the short-lived handoffToken argument into the matching MCP tool.
Give the user the short DeepPane URL and PNG QR code. Keep media selection inside DeepPane.
Start server
DEEPPANE_API_BASE_URL=https://deeppane.com node apps/mcp-server/server.js
For production integrations, set DEEPPANE_AGENT_KEY in the host environment instead of pasting an agent key into chat-visible arguments.
Tools
deeppane.create_focus_spacedeeppane.request_focus_space_create_tokendeeppane.request_history_summary_tokendeeppane.read_history_summaryTool input
{
"handoffToken": "dpa.focus-space-create...",
"intent": "writing",
"locale": "en",
"timer": { "focusMinutes": 35, "breakMinutes": 5 },
"sceneHints": { "environment": ["forest"], "mood": ["evening"] },
"musicHints": { "style": ["piano"], "vocalProfile": "none" }
}
Tool result
{
"shareUrl": "https://deeppane.com/s/abc123XYZ",
"shortShareUrl": "https://deeppane.com/s/abc123XYZ",
"qrCodeUrl": "https://deeppane.com/s/abc123XYZ/qr.png",
"qrCodePngUrl": "https://deeppane.com/s/abc123XYZ/qr.png",
"qrCodeSvgUrl": "https://deeppane.com/s/abc123XYZ/qr.svg",
"policy": {
"customTimerAllowed": true,
"rawMediaAccess": false,
"bulkMediaAccess": false
}
}
Boundary
MCP callers can create outcomes and read compact user-authorized summaries. They cannot list scenes, list music, download media, fetch signed media URLs, export tag graphs, or read raw focus events.