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
- Everything Claude Browser gives you, plus:
- A library of slash commands and skills shipped via the open-source
Business Operating System repo
— e.g.
/sweep-my-day,/follow-up-radar,/log-this-call. - Skills are plain Markdown + Python. You can read them, edit them, fork them. No vendor lock-in.
- Industry starter templates (mortgage broker, trades, insurance, allied health, etc.).
How to set it up
- Install Claude Code (free; works on macOS, Linux, Windows).
- Open https://app.trustpager.com/auto/ai-access in your TrustPager workspace.
- 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. - Paste the command into your terminal and run it. Claude Code now has every TrustPager tool.
- 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. - In any Claude Code session, type
/sweep-my-dayor 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
- MCP transport: HTTP streamable. Workspace-scoped URL pattern
https://mcp.trustpager.com/<workspace-slug>/mcp. - Auth: the
claude mcp addcommand passes atp_live_*API key for the underlying REST calls (created on the AI Access page). - BOS is open-source and stdlib-only. No
pip install. Every skill ships with a Python data-fetcher that pre-digests API responses so Claude's context stays small. Read the code at github.com/TrustPager/Business_Operating_System.
Next
- Claude Browser — the no-install browser path
- Quickstart — make your first REST call in under a minute
- API Reference — every endpoint, parameter, and required scope