free-blueprints
免费 AI Agent 蓝图(MCP 服务器)
为常见业务流程预构建的 AI Agent 蓝图。无需注册、无需 API 密钥、无需令牌。
任何兼容 MCP 的编码 Agent 都可以立即发现并使用这些蓝图。
可用蓝图
蓝图 | Agent 数量 | 模式 | 描述 |
RFx Procurement Automation | 5 | Manager-Workers | 自动化 RFx 接收、需求分析、响应撰写和合规性验证 |
Employee Onboarding | 5 | Manager-Workers | 自动化文档处理、IT 资源调配、培训组装和进度跟踪 |
Related MCP server: Agent Workflow MCP Server
使用方法
Claude Code / Cursor (stdio)
npm install -g @agent-blueprint/free-blueprints添加到您项目的 .mcp.json:
{
"mcpServers": {
"free-blueprints": {
"command": "free-blueprints-mcp"
}
}
}然后询问您的 Agent:"列出可用蓝图并部署 RFx 采购蓝图。"
远程(Streamable HTTP)
适用于托管 Agent、AI Control Tower 或任何 HTTP MCP 客户端:
https://free-blueprints-mcp.agentblueprint.workers.dev/mcp工具
list_blueprints
返回可用免费蓝图的目录。
get_blueprint
按 ID 返回完整蓝图,以 JSON 清单形式提供所有可直接写入磁盘的文件。
参数:
blueprintId(字符串,必填)— 来自list_blueprints的蓝图 ID
您将获得
每个蓝图包括:
SKILL.md — 包含 frontmatter 元数据的概述
GETTING-STARTED.md — 分步实施指南
AGENTS.md — 通用 Agent 同步规则
implementation-state.yaml — 进度跟踪模板
参考文档 — Agent 规范、架构决策、护栏、评估标准、平台连接、业务上下文
需要自定义蓝图?
这些免费蓝图涵盖通用业务流程。如需针对您公司定制的蓝图(您的系统、您的数据、您的组织架构、您的财务数据),请访问 agentblueprint.ai。
许可证
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