{
  "markdown": "# Free AI Agent Blueprints (MCP Server)\n\nPre-built AI agent blueprints for common business processes. No signup, no API key, no token.\n\nAny MCP-compatible coding agent can discover and consume these blueprints immediately.\n\n## Available Blueprints\n\n| Blueprint | Agents | Pattern | Description |\n|-----------|--------|---------|-------------|\n| RFx Procurement Automation | 5 | Manager-Workers | Automate RFx intake, requirements analysis, response composition, and compliance validation |\n| Employee Onboarding | 5 | Manager-Workers | Automate document processing, IT provisioning, training assembly, and progress tracking |\n\n## Usage\n\n### Claude Code / Cursor (stdio)\n\n```bash\nnpm install -g @agent-blueprint/free-blueprints\n```\n\nAdd to your project's `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"free-blueprints\": {\n      \"command\": \"free-blueprints-mcp\"\n    }\n  }\n}\n```\n\nThen ask your agent: \"List available blueprints and deploy the RFx procurement one.\"\n\n### Remote (Streamable HTTP)\n\nFor Managed Agents, AI Control Tower, or any HTTP MCP client:\n\n```\nhttps://free-blueprints-mcp.agentblueprint.workers.dev/mcp\n```\n\n## Tools\n\n### `list_blueprints`\n\nReturns the catalog of available free blueprints.\n\n### `get_blueprint`\n\nReturns a full blueprint by ID as a JSON manifest with all files ready to write to disk.\n\n**Parameters:**\n- `blueprintId` (string, required) — Blueprint ID from `list_blueprints`\n\n## What you get\n\nEach blueprint includes:\n- **SKILL.md** — Overview with frontmatter metadata\n- **GETTING-STARTED.md** — Step-by-step implementation guide\n- **AGENTS.md** — Universal agent sync rules\n- **implementation-state.yaml** — Progress tracking template\n- **Reference docs** — Agent specs, architecture decisions, guardrails, evaluation criteria, platform connectivity, business context\n\n## Want a custom blueprint?\n\nThese free blueprints cover generic business processes. For blueprints tailored to your company (your systems, your data, your org structure, your financials), visit [agentblueprint.ai](https://app.agentblueprint.ai).\n\n## License\n\nMIT\n",
  "bytes": 2068,
  "sha": "9bff1b5df6642ee8d19de99748799fe5e37b9a8eafa7f0c52bc542a891642b94",
  "repo_slug": "agent-blueprint/free-blueprints",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_agent_blueprint_free_blueprint_2deca01f/readme"
}