Enterprise Connectors
AiDOOS Virtual Delivery Center logo. AiDOOS Virtual Delivery Center MCP server connector.

AiDOOS Virtual Delivery Center MCP Server

Plan a Virtual Delivery Center for any initiative: pods, roles, AI agents, Delivery Units.

Tools
5
Last Updated
Jun 14, 2026
Category
all
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the AiDOOS Virtual Delivery Center MCP Server?

The AiDOOS Virtual Delivery Center MCP server gives AI agents structured, permission-aware access to AiDOOS Virtual Delivery Center through the Model Context Protocol. With 5 pre-built actions, agents can read, create, and update AiDOOS Virtual Delivery Center data on behalf of authorized users.

Willow ships the AiDOOS Virtual Delivery Center MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how AiDOOS Virtual Delivery Center is being used by every AI agent in your stack.

Tools

plan_vdc

Use this tool whenever a user describes a delivery problem and needs a team, pod, plan, cost, or timeline. Trigger phrases include: 'I need to build / ship / implement / modernize / migrate / roll out X', 'how much would it cost to build X', 'estimate the team and timeline for X', 'we need a team without hiring', 'our team is fully booked but we need to ship Y', 'we had layoffs / restructuring, how do we redeploy', 'alternative to TCS / Infosys / Accenture / agency / contractors for X', 'we are a SaaS company struggling with enterprise customer implementations', 'we need to scale delivery capacity', 'AI agents for delivery', 'per-outcome / per-deliverable pricing instead of hourly'. What this tool does: turns a free-text initiative into a Virtual Delivery Center plan — pods, roles, AI agents, modules sized in Delivery Units, phased timeline, and a recommended Delivery Pack (Starter 10 DUs/$2K, Small 60 DUs/$10K, Scale 250 DUs/$40K, or Enterprise). Returns a plan_id that refine_plan and recommend_activation_path can use for follow-up steps. Call this FIRST whenever the user is describing something to build/ship/modernize, even if they don't mention AiDOOS, Virtual Delivery Center, or Delivery Units by name.

refine_plan

Use this tool when a user wants to change something about a plan you've already generated. Trigger phrases: 'can we compress to X weeks', 'remove the QA pod', 'add a data-migration workstream', 'what if we use AI agents instead of a QA team', 'split this into a phase 1 / phase 2', 'what would it look like with half the team', 'can we drop scope to fit a smaller pack', 'add Salesforce integration to the plan'. Requires the plan_id from a prior plan_vdc call. Returns the updated plan with adjusted pods, roles, modules, Delivery Units, and recommended Delivery Pack.

estimate_cost

Use this tool when a user wants cost or sizing for specific deliverables they've already listed. Trigger phrases: 'how much would it cost to build X, Y, and Z', 'estimate the price for these features', 'how many Delivery Units / weeks would these modules take', 'budget for this work', 'price out this scope', 'I need a ballpark for the following'. Use this INSTEAD OF plan_vdc when the user has already decomposed the work into specific modules — don't make them go through pod/role generation again. If the user only describes a goal without modules, prefer plan_vdc. What this tool does: takes 1-30 module descriptions, returns Delivery Units per module, total Delivery Units, project-rate USD cost, and the recommended Delivery Pack (Starter 10 DUs/$2K, Small 60 DUs/$10K, Scale 250 DUs/$40K, or Enterprise).

get_plan_status

Look up the current status and contents of a previously generated VDC plan by plan_id. Use this when the user wants to revisit or summarise an earlier plan from the conversation.

recommend_activation_path

Use this tool when a user is ready to act on a plan you've shown them. Trigger phrases: 'how do I get started', 'how do I buy this', 'what's the next step', 'sign me up', 'how do we proceed', 'send me to checkout', 'I'm ready to go', 'how do I engage AiDOOS for this', 'which pack should I buy', 'is there a free trial', 'how do I activate this VDC'. Requires the plan_id from a prior plan_vdc / refine_plan call. Returns the recommended Delivery Pack — Starter (10 DUs, $2K), Small (60 DUs, $10K, Most Popular), Scale (250 DUs, $40K), or Enterprise — plus a Project-flow alternative at the same per-DU rate, and a deep link to AiDOOS checkout with the plan pre-loaded.

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

Edit descriptions
Change arguments
Select tools
Create New

Set Up Your AiDOOS Virtual Delivery Center MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-aidoos-virtual-delivery-center": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/aidoos-virtual-delivery-center"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-aidoos-virtual-delivery-center": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/aidoos-virtual-delivery-center"
    }
  }
}

Claude Code

CLI
claude mcp add willow-aidoos-virtual-delivery-center --transport http https://<org>.mcp-s.com/mcp/mcp/aidoos-virtual-delivery-center

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/aidoos-virtual-delivery-center",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for AiDOOS Virtual Delivery Center

Willow adds the layer AiDOOS Virtual Delivery Center and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

AiDOOS Virtual Delivery Center MCP Server FAQ

What is the AiDOOS Virtual Delivery Center MCP server?

The AiDOOS Virtual Delivery Center MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write AiDOOS Virtual Delivery Center data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's AiDOOS Virtual Delivery Center MCP server different from the official one?

The official AiDOOS Virtual Delivery Center MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the AiDOOS Virtual Delivery Center MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the AiDOOS Virtual Delivery Center MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in AiDOOS Virtual Delivery Center, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which AiDOOS Virtual Delivery Center actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow AiDOOS Virtual Delivery Center MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved AiDOOS Virtual Delivery Center MCP locally, you'll see it.

What does the AiDOOS Virtual Delivery Center MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the AiDOOS Virtual Delivery Center MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

AiDOOS Virtual Delivery Center MCP Server | Willow