free-blueprints
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@free-blueprintsList available blueprints and deploy the RFx procurement one."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Free AI Agent Blueprints (MCP Server)
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.
Available Blueprints
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 |
Related MCP server: Agent Workflow MCP Server
Usage
Claude Code / Cursor (stdio)
npm install -g @agent-blueprint/free-blueprintsAdd 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."
Remote (Streamable HTTP)
For Managed Agents, AI Control Tower, or any HTTP MCP client:
https://free-blueprints-mcp.agentblueprint.workers.dev/mcpTools
list_blueprints
Returns the catalog of available free blueprints.
get_blueprint
Returns a full blueprint by ID as a JSON manifest with all files ready to write to disk.
Parameters:
blueprintId(string, required) — Blueprint ID fromlist_blueprints
What you get
Each blueprint includes:
SKILL.md — Overview with frontmatter metadata
GETTING-STARTED.md — Step-by-step implementation guide
AGENTS.md — Universal agent sync rules
implementation-state.yaml — Progress tracking template
Reference docs — Agent specs, architecture decisions, guardrails, evaluation criteria, platform connectivity, business context
Want a custom blueprint?
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.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables creation and deployment of AI agents through natural language by providing tools for agent specification, smart component integration from 500+ ready-to-use components, and one-click deployment with intelligent auto-configuration.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to create, share, discover, and execute reusable multi-step workflow templates.MIT
- AlicenseNot gradedqualityBmaintenanceE-signature for AI agents. One unauthenticated call returns a sandbox API key (no account, no browser), then the agent can send documents for signature, check status, and download the sealed PDF plus Certificate of Completion.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.MIT
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
40+ Lightning-paid AI tools for agents: calls, SMS, fax, voice, translation. No signup, no keys.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agent-blueprint/free-blueprints'
If you have feedback or need assistance with the MCP directory API, please join our Discord server