{
  "schema_version": "2026-07",
  "name": "Augustus",
  "title": "Augustus — the AI operating layer for your business",
  "description": "Augustus audits a repetitive business process, builds an AI system for it, tests it on your own real data, and runs it with a human approving what matters. MCP-native: driven from your coding agent, no dashboard.",
  "vendor": "Augustus",
  "homepage": "https://augustus.so",
  "documentation": "https://github.com/augustus-so/protocol",
  "endpoint": "https://app.augustus.so/api/mcp",
  "transport": "http",
  "authentication": {
    "types": ["oauth2", "api_key"],
    "oauth2": {
      "authorization_endpoint": "https://app.augustus.so/api/oauth/mcp/authorize",
      "token_endpoint": "https://app.augustus.so/api/oauth/mcp/token",
      "registration_endpoint": "https://app.augustus.so/api/oauth/mcp/register"
    },
    "api_key": {
      "issue_endpoint": "https://app.augustus.so/api/instant-key",
      "header": "Authorization",
      "format": "Bearer <key>"
    }
  },
  "install": {
    "claude_code": "claude mcp add --transport http augustus https://app.augustus.so/api/mcp"
  },
  "pricing": "Free to sign up, audit, build, and test. $199/month per seat once a system goes live. No usage fees.",
  "instructions": "Follow the Augustus protocol in order: foundation, audit, ground, build, test, go live, operate. Each brief tool returns its own methodology; do not skip the gates.",
  "capabilities": {
    "note": "Full tool schemas are served live from the MCP endpoint via tools/list. Grouped for discovery below.",
    "tool_groups": {
      "foundation": ["set_business_profile", "add_business_context", "ingest_knowledge", "get_business_profile", "forget_knowledge"],
      "audit": ["create_system", "audit_brief", "submit_audit", "get_audit", "save_intake", "suggest_next_systems"],
      "build_and_test": ["build_brief", "submit_build", "test_system", "grade_run", "system_status"],
      "go_live": ["go_live", "get_trigger", "connect_trigger"],
      "operate": ["list_runs", "list_systems", "list_approvals", "approve_action", "reject_action", "list_escalations", "decide_escalation", "pause_systems", "resume_systems", "set_notifications"],
      "connections_and_account": ["connect_link", "connect_ai_key", "set_env", "list_env", "create_account", "list_connections", "billing_status", "add_teammate", "remove_teammate", "list_team", "export_data", "close_workspace"]
    }
  },
  "resources": {
    "llms_txt": "https://augustus.so/llms.txt",
    "skills_index": "https://augustus.so/skills"
  }
}
