npm @agent-blueprint/free-blueprintsstreamable-httpupdated 5mo ago
Pre-built AI agent blueprints for common business processes. No signup, no API key, no token.
free blueprints 能做什么?
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 |
Usage
Claude Code / Cursor (stdio)
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."
Remote (Streamable HTTP)
For Managed Agents, AI Control Tower, or any HTTP MCP client:
https://free-blueprints-mcp.agentblueprint.workers.dev/mcp
Tools
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
安装
把 free blueprints 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"free-blueprints": {
"type": "http",
"url": "https://free-blueprints-mcp.agentblueprint.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add free-blueprints -- npx -y @agent-blueprint/free-blueprintscodex mcp add free-blueprints -- npx -y @agent-blueprint/free-blueprintsamp mcp add free-blueprints -- npx -y @agent-blueprint/free-blueprints{
"mcpServers": {
"free-blueprints": {
"command": "npx",
"args": [
"-y",
"@agent-blueprint/free-blueprints"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"free-blueprints": {
"command": "npx",
"args": [
"-y",
"@agent-blueprint/free-blueprints"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"free-blueprints": {
"command": "npx",
"args": [
"-y",
"@agent-blueprint/free-blueprints"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"free-blueprints": {
"command": "npx",
"args": [
"-y",
"@agent-blueprint/free-blueprints"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"free-blueprints": {
"command": "npx",
"args": [
"-y",
"@agent-blueprint/free-blueprints"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"free-blueprints": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@agent-blueprint/free-blueprints"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"free-blueprints": {
"command": {
"path": "npx",
"args": [
"-y",
"@agent-blueprint/free-blueprints"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @agent-blueprint/free-blueprintsRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护13/25
- 可信度9/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 143 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年4月9日 |