mcpserver.lol
registry/agent-blueprint-mcp-server
Connection check local install

agent-blueprint-mcp-server

Explore and download AI agent blueprints as Agent Skills directories for coding agents

Tools 23
GitHub stars 3
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

23 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

create_business_profile from source
Create or upsert a structured business profile for an existing organization. Use this first in the headless workflow: existing PAT + existing org -> create_business_profile -> gene…
download_blueprint from source
Download a blueprint as an Agent Skills directory. Returns a JSON manifest with all files (SKILL.md, reference docs, scripts) that can be written to disk for any coding agent to co…
generate_blueprint from source
Start blueprint generation for a chosen use case. This returns an auditId immediately; poll with get_generation_status until the blueprint is ready, then call download_blueprint.
generate_use_cases from source
Generate AI use cases from the current business profile and readiness assessment for an existing organization. Returns normalized use case data with IDs you can pass to generate_bl…
get_blueprint from source
Get a blueprint summary by ID. Returns title, executive summary, agentic pattern, platform, agent names/roles, and phase overview. For full details, use download_blueprint.
get_business_case from source
Get a business case summary for a blueprint. Returns executive summary, headline ROI numbers, pilot economics, and recommendation. For full financial analysis, use download_bluepri…
get_business_profile from source
Get the business profile for the organization. Returns company details, industry, strategic initiatives, technology profile, and AI readiness score.
get_generation_status from source
Poll either blueprint generation or full-pipeline generation status. Pass exactly one of auditId or jobId. When the run finishes with a blueprintId, call download_blueprint.
get_implementation_plan from source
Get an implementation plan summary for a blueprint. Returns project overview, epic names with phases and story counts, and timeline. For full stories and dependencies, use download…
get_implementation_spec from source
Get the compiled implementation spec for a blueprint. Returns metadata about the spec package including agent count, platform, and what artifacts are included.
get_progress from source
Get implementation progress and performance metrics for a blueprint. Returns predicted targets, latest actual measurements with deviation analysis, and implementation state (if syn…
get_recommendations from source
Get strategic recommendations for a blueprint based on implementation state, performance metrics, and AI landscape changes. Returns prioritized, actionable recommendations. Require…
get_use_case from source
Get the use case analysis linked to a blueprint. Returns business challenge, success metrics, ROI estimate, and strategic alignment.
list_blueprints from source
List all blueprints for the organization. Returns summaries with id, title, platform, agent count, and lifecycle status.
recalculate_financials from source
Recalculate business case financials from current blueprint and profile data. Use this after updating the blueprint to refresh ROI projections, labor savings, and payback period. C…
report_metric from source
Report actual performance metrics for a blueprint. The system auto-resolves predicted targets from the blueprint and returns deviation analysis. Supports multiple metrics in one ca…
sync_implementation_state from source
Sync implementation state back to Agent Blueprint. Reports which agents have been implemented, their status, platform artifacts, and any deviations from the spec. Each sync creates…
trigger_full_pipeline from source
Start the full pipeline for an existing business profile. This runs use cases through implementation plan generation asynchronously and returns a jobId; poll with get_generation_st…
update_blueprint from source
Update blueprint sections with actual implementation data. Sends full top-level sections that are shallow-merged into the existing blueprint. Creates a version snapshot before muta…
update_business_case from source
Update business case sections. Shallow-merges provided sections into the existing business case data. Propagates staleness to implementation plan. After updating, consider calling…
update_business_profile from source
Update business profile fields. Updates company details, technology profile, strategic initiatives, etc. Propagates staleness to use cases. Also syncs company name to the organizat…
update_implementation_plan from source
Update implementation plan sections. Shallow-merges provided sections into the existing plan. This is a terminal artifact with no downstream staleness propagation.
update_use_case from source
Update use case fields for a blueprint. Updates the use case linked to the specified blueprint. Propagates staleness to the blueprint.