TrustPager Docs

← Using AI

Claude Code + Business Operating System

Run TrustPager from Claude Code (the CLI) in your terminal, with a library of repeatable routines on top of MCP via the open-source Business Operating System. Same 670+ MCP tools as Claude Browser, plus slash commands and skills you can read, edit, and fork.

Best for

Business owners, ops folks, and developers who want repeatable routines — "every morning, sweep my day", "every Friday, fire follow-up reminders on silent opportunities", "after this call, log it and update the deal". Free for personal use with your own API key.

What you get

How to set it up

  1. Install Claude Code (free; works on macOS, Linux, Windows).
  2. Open https://app.trustpager.com/auto/ai-access in your TrustPager workspace.
  3. Copy the full claude mcp add ... command shown there. It includes your workspace-scoped URL (https://mcp.trustpager.com/<workspace-slug>/mcp) and your API key.
  4. Paste the command into your terminal and run it. Claude Code now has every TrustPager tool.
  5. Clone the BOS repo and run its installer:
    git clone https://github.com/TrustPager/Business_Operating_System.git
    cd Business_Operating_System
    ./scripts/install.sh        # or scripts\install.ps1 on Windows
    The installer drops the BOS skills into your Claude Code config and (optionally) walks you through picking an industry template.
  6. In any Claude Code session, type /sweep-my-day or any other shipped slash command.

Just want to chat, no install?

If you don't need automations and would rather not touch a terminal, use Claude Browser — connect the MCP server in claude.ai and start chatting. Same workspace and data; you can graduate to Claude Code later.

Under the hood

Next