Explore, generate, and download Agent Blueprint artifacts through MCP tools or the agentblueprint CLI.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
create_business_profileCreate or upsert a structured business profile for an existing organization
generate_use_casesGenerate normalized use cases from the current business profile and readiness assessment
generate_blueprintStart blueprint generation for a chosen use case and return an `auditId
trigger_full_pipelineStart the full pipeline for an existing business profile and return a `jobId
get_generation_statusPoll either blueprint generation or full-pipeline generation status
list_blueprintsList all blueprints (summaries)
The agent-blueprint/mcp-server MCP server exposes Agent Blueprint workflows to MCP-compatible clients. It can create or update a structured profile for an existing organization, derive normalized use cases, start blueprint generation, and launch the full generation pipeline. It also provides read access to blueprint and organization artifacts, including business cases, implementation plans, use-case analyses, implementation specifications, and business profiles.
The server is intended for workflows that begin with an existing organization and an available API token. It does not create organizations, perform OAuth setup, or extract free-form source material into a business profile.
Generation is asynchronous. generate_blueprint returns an audit identifier, while trigger_full_pipeline returns a job identifier. Use get_generation_status to poll either process until it completes, then use the resulting blueprint identifier with download_blueprint.
The agent-blueprint/mcp-server MCP server returns concise artifact summaries for context-sensitive operations. A downloaded blueprint contains an Agent Skills directory with a SKILL.md file and reference documents covering business context, agent specifications, financial details, implementation planning, architecture decisions, and governance. The download also includes a shell script for checking structure completeness.
The output is described as vendor-agnostic and can be used with platforms such as ServiceNow, Salesforce, or OpenClaw. The generated Agent Skills directory is intended for coding agents that can read files from the local filesystem.
The repository documents installation with the agentblueprint npm package. The MCP configuration runs npx with @agentblueprint/mcp-server; the binary detects MCP mode when standard input is piped. It can also be started explicitly with agentblueprint serve.
Authentication uses an Agent Blueprint API token. The server checks AGENT_BLUEPRINT_API_KEY, while the CLI can also use a token flag or credentials saved by agentblueprint login. The API base URL defaults to https://app.agentblueprint.ai and can be overridden with AGENT_BLUEPRINT_API_URL.
The agent-blueprint/mcp-server MCP server includes tools for:
It also publishes resources for a blueprint list, individual blueprint details, and implementation specifications.
Summary tools are designed to keep responses concise. Full agent specifications, financial projections, user stories, and related implementation details are available through the downloaded Agent Skills directory rather than the summary responses.
The documented headless flow assumes an existing personal access token and organization. Organization creation, OAuth bootstrap, and free-form context extraction are outside the current scope. The API token should be supplied through the environment, the CLI login flow, or a command-line token option as appropriate.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agent-blueprint-mcp-server)<a href="https://allmcps.com/mcp/agent-blueprint-mcp-server"><img src="https://allmcps.com/api/badge/agent-blueprint-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>