AiDOOS Virtual Delivery Center
com.aidoos/virtual-delivery-centerPlan a Virtual Delivery Center for any initiative: pods, roles, AI agents, Delivery Units.
Tools · 5
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…
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 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…
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…
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
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
Inline card rendering a per-item Delivery Unit estimate. Referenced by estimate_delivery_cost tool responses.
ui://widget/cost_estimate_card.html
Similar MCP servers embedding-nearest
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"
}
}
}