Free AI agent blueprints for procurement and onboarding. No signup, no API key.
{
"mcpServers": {
"io-github-agent-blueprint-free-blueprints": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Free AI agent blueprints for procurement and onboarding. No signup, no API key.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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