Unified MCP server for the Pimp stack.
GET /healthz — liveness probeGET /readyz — readiness probe (DB)GET /info — public service info + tool countPOST /tools/list — list tools (Bearer auth)POST /tools/call — execute a tool (Bearer auth)GET /tools/schema/:name — tool schema (Bearer auth)GET /admin/whoami — current user info (boss-only)GET /admin/recent?limit=50&since_minutes=60 — recent tool calls (boss-only)Roles: boss / manager / marketing / vendor / readonly