Free AI agent blueprints for procurement and onboarding. No signup, no API key.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"free-blueprints": {
"command": "free-blueprints-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Pre-built AI agent blueprints for common business processes. No signup, no API key, no token.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@agent-blueprint/free-blueprints' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @agent-blueprint/free-blueprints against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.agent-blueprint/free-blueprints and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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