Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

AiDOOS Virtual Delivery Center

com.aidoos/virtual-delivery-center

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

Uptime
100.0%
1 direct probes · 30d
Response
1273ms
last probe
Tools
5
callable
Resources
2
readable
Prompts
0
available

Tools · 5

create_delivery_plan

Create a structured delivery plan for an initiative the user describes. Given a plain-language description of something to build, implement, modernize, migrate, or scale, this returns a plan with team…

refine_delivery_plan

Revise an existing delivery plan based on the user's requested changes. Given a plan_id and instructions such as adjusting the timeline, adding or removing scope, or changing the team composition, thi…

estimate_delivery_cost

Estimate the size and cost of a specific list of work items. Given short descriptions of deliverables, this returns each item sized in Delivery Units, a total, an indicative cost, and a recommended pl…

get_delivery_plan

Retrieve a previously created delivery plan by its plan_id. Returns the plan's current status and contents. Use this tool when the user wants to revisit or summarize a plan created earlier in the conv…

recommend_next_step

Summarize how to proceed with a delivery plan. Given a plan_id, this returns the plan size, an indicative cost, the available plan tiers, and referral links to the AiDOOS website where the user can re…

Resources · 2

vdc_plan_card

Inline card rendering a Virtual Delivery Center plan — pods, roles, AI agents, modules, Delivery Units, and recommended plan size. Referenced by create_delivery_plan and refine_delivery_plan tool resp…

ui://widget/vdc_plan_card.html
cost_estimate_card

Inline card rendering a per-item Delivery Unit estimate. Referenced by estimate_delivery_cost tool responses.

ui://widget/cost_estimate_card.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "aidoos_virtual_delivery_center": {
      "url": "https://aidoos.com/mcp",
      "transport": "streamable-http"
    }
  }
}