Barry exposes everything it knows over MCP and a REST API. Connect an AI tool in one command, or wire your own systems into the map.
Barry observes how your organisation works and builds a living process map — the company brain. Two ways in:
MCP — the fastest path. Point any MCP-capable client (Claude, ChatGPT, Cursor, VS Code) at your Barry server and query the brain conversationally.
REST API — for your own dashboards, pipelines, and integrations. Same data, plain JSON.
Your organisation gets a dedicated MCP server:
Add it to Claude in one command:
Settings → Connectors → Add connector → paste https://dev.staffmetrics.ai/mcp and authorise with your workspace SSO.
API keys are issued per workspace in the admin console (Settings → Developers). Send the key as a bearer token:
Keys are scoped: read:map, read:insights, write:automations. MCP sessions inherit the scopes of the authorising user.
| Method | Path | Returns |
|---|---|---|
| GET | /api/v1/processes | All mapped processes, ranked by automation readiness |
| GET | /api/v1/processes/:id/map | Node/edge graph of one process (React Flow-compatible JSON) |
| GET | /api/v1/insights | Team-level friction, hours, and trend data |
| GET | /api/v1/me/day | The caller's own private day view |
| POST | /api/v1/automations/proposals | Propose an automation from a mapped process |
Connected clients see six tools:
barry.search_processes — find processes by name, team, or systembarry.get_map — fetch the node/edge graph for a processbarry.time_report — where hours go, team-level or (for the caller) personalbarry.automation_candidates — ranked list with estimated hours returnedbarry.propose_automation — draft an automation spec for reviewbarry.ask — free-form questions against the brainBarry's raw unit is an event — hashed at the source, non-human-readable, no content or pixels:
Raw events are not queryable through the API — only their aggregates are. See how privacy works.
600 requests / min per workspace on REST; MCP sessions are unmetered on the Self service plan (fair use). 429 responses carry a Retry-After header.
Questions? Book Demo — bring your security team.