ContinueOps Public MCP
CP
ContinueOps Public MCP
/generate_bcp_plan_structure

Generate a Business Continuity Plan structure

Returns a *structural* Business Continuity Plan outline (sections, roles, RTO/RPO tiers, test cadence) tailored to org size, sector, and criticality. Structural

liveverifiedunknown~5s typical
mcpprobedcontinueopspublicmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-continueops-continueops-public /generate_bcp_plan_structure for me.

Input

FieldTypeDescription
org_size*string (startup | sme | mid_market | enterprise)
sector*stringIndustry sector.
criticality_tiers*arrayWhich criticality tiers the plan needs to cover.
regulatedbooleanIs the organisation in a regulated sector (financial, healthcare, critical infrastructure) default false

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-continueops-continueops-public","endpoint":"/generate_bcp_plan_structure","input":{"org_size":"startup","sector":"...","criticality_tiers":[],"regulated":false}}'
cli
npx cracked-ai run -p mcp-com-continueops-continueops-public -e /generate_bcp_plan_structure -i '{"org_size":"startup","sector":"...","criticality_tiers":[],"regulated":false}'
mcp
run_tool({ provider: "mcp-com-continueops-continueops-public", endpoint: "/generate_bcp_plan_structure", input: {"org_size":"startup","sector":"...","criticality_tiers":[],"regulated":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.