Exposes two production-ready multi-agent blueprints via MCP: one for RFx procurement automation (intake through compliance validation) and another for employee onboarding. Each blueprint includes agent specifications, implementation guides, sync rules, and progress tracking templates delivered as structured JSON you can write straight to disk. Works over stdio for local Claude Desktop or Cursor setups, or via streamable HTTP for remote agent platforms. No authentication required. Built for teams that want to skip the architecture phase and deploy manager-worker agent patterns immediately. If you need blueprints customized to your internal systems and org structure, they offer a paid service, but these two cover the generic happy path.
Pre-built AI agent blueprints for common business processes. No signup, no API key, no token.
Any MCP-compatible coding agent can discover and consume these blueprints immediately.
| Blueprint | Agents | Pattern | Description |
|---|---|---|---|
| RFx Procurement Automation | 5 | Manager-Workers | Automate RFx intake, requirements analysis, response composition, and compliance validation |
| Employee Onboarding | 5 | Manager-Workers | Automate document processing, IT provisioning, training assembly, and progress tracking |
npm install -g @agent-blueprint/free-blueprints
Add to your project's .mcp.json:
{
"mcpServers": {
"free-blueprints": {
"command": "free-blueprints-mcp"
}
}
}
Then ask your agent: "List available blueprints and deploy the RFx procurement one."
For Managed Agents, AI Control Tower, or any HTTP MCP client:
https://free-blueprints-mcp.agentblueprint.workers.dev/mcp
list_blueprintsReturns the catalog of available free blueprints.
get_blueprintReturns a full blueprint by ID as a JSON manifest with all files ready to write to disk.
Parameters:
blueprintId (string, required) — Blueprint ID from list_blueprintsEach blueprint includes:
These free blueprints cover generic business processes. For blueprints tailored to your company (your systems, your data, your org structure, your financials), visit agentblueprint.ai.
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent