free-blueprints
무료 AI 에이전트 블루프린트 (MCP Server)
일반적인 비즈니스 프로세스를 위한 사전 구축된 AI 에이전트 블루프린트입니다. 가입, API 키, 토큰이 필요 없습니다.
MCP 호환 코딩 에이전트라면 누구나 이 블루프린트를 즉시 검색하고 사용할 수 있습니다.
사용 가능한 블루프린트
블루프린트 | 에이전트 | 패턴 | 설명 |
RFx 조달 자동화 | 5 | Manager-Workers | RFx 접수, 요구사항 분석, 응답 작성, 규정 준수 검증 자동화 |
직원 온보딩 | 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"
}
}
}그런 다음 에이전트에게 "사용 가능한 블루프린트를 나열하고 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, 필수) —list_blueprints의 블루프린트 ID
제공 내용
각 블루프린트에는 다음이 포함됩니다:
SKILL.md — 프론트매터 메타데이터가 포함된 개요
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