free-blueprints
Free AI Agent Blueprints (MCP Server)
Готовые шаблоны AI-агентов для типовых бизнес-процессов. Без регистрации, без API-ключа, без токена.
Любой MCP-совместимый агент кодирования может обнаружить и использовать эти шаблоны немедленно.
Доступные шаблоны
Шаблон | Агенты | Паттерн | Описание |
RFx Procurement Automation | 5 | Manager-Workers | Автоматизация приёма RFx-запросов, анализа требований, составления ответов и проверки соответствия |
Employee Onboarding | 5 | Manager-Workers | Автоматизация обработки документов, ИТ-обеспечения, сборки обучающих материалов и отслеживания прогресса |
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"
}
}
}Затем попросите вашего агента: «Перечисли доступные шаблоны и разверни шаблон RFx-закупок».
Удалённый доступ (Streamable HTTP)
Для Managed Agents, AI Control Tower или любого HTTP MCP-клиента:
https://free-blueprints-mcp.agentblueprint.workers.dev/mcpИнструменты
list_blueprints
Возвращает каталог доступных бесплатных шаблонов.
get_blueprint
Возвращает полный шаблон по ID в виде JSON-манифеста со всеми файлами, готовыми для записи на диск.
Параметры:
blueprintId(string, required) — ID шаблона изlist_blueprints
Что вы получаете
Каждый шаблон включает:
SKILL.md — Обзор с метаданными frontmatter
GETTING-STARTED.md — Пошаговое руководство по внедрению
AGENTS.md — Универсальные правила синхронизации агентов
implementation-state.yaml — Шаблон отслеживания прогресса
Справочные документы — Спецификации агентов, архитектурные решения, ограничения, критерии оценки, подключение платформ, бизнес-контекст
Нужен индивидуальный шаблон?
Эти бесплатные шаблоны охватывают типовые бизнес-процессы. Для шаблонов, адаптированных под вашу компанию (ваши системы, ваши данные, вашу организационную структуру, ваши финансы), посетите 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