New Odoo MCP agent — 3 steps

Enter a name and what this agent should do. This page builds one copy-paste prompt for your Builder chat in Cursor (with the CFO-Agent repo open). That’s how we keep real engineering inside Cursor — not your browser — so secrets stay off the web page.

Why not one browser button that deploys?

Deploying to Cloudflare needs your account login and wrangler secret put for Odoo and MCP keys. Putting that in a public dashboard would be unsafe. This wizard is the safe shortcut: you → paste prompt → Builder runs the repo’s onboarding skill → you deploy from terminal when ready.

Step 1 — Describe the agent

Shown in chat and future org chart rows.

Lowercase letters, numbers, hyphens only — becomes {slug}-mcp/. Editable after you type the display name.

Used only inside the generated prompt so Builder opens the right folder. Change if your CFO-Agent clone lives elsewhere.

Paste from Chief of Staff or write bullets. Builder will map this to real Odoo tools per .agents/skills/onboarding/SKILL.md.

Step 3 — After code exists

  1. Builder runs npx tsc --noEmit in the new folder and fixes errors.
  2. You (or Builder with your OK) run npx wrangler deploy in {slug}-mcp/ and set secrets per skill Step 7.
  3. Chief of Staff: add the agent row to BLACKBOARD.md 🤖 AI Org Chart and hand off the hire prompt.
  4. Optional: add MCP URL to Cursor like CRM setup guide.