Skip to main content
Glama
agent-blueprint

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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    E-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.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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