free-blueprints
Kostenlose KI-Agenten-Blaupausen (MCP Server)
Vorgefertigte KI-Agenten-Blaupausen für gängige Geschäftsprozesse. Keine Anmeldung, kein API-Schlüssel, kein Token.
Jeder MCP-kompatible Codierungsagent kann diese Blaupausen sofort entdecken und nutzen.
Verfügbare Blaupausen
Blaupause | Agents | Pattern | Beschreibung |
RFx Procurement Automation | 5 | Manager-Workers | Automatisieren Sie die RFx-Erfassung, Anforderungsanalyse, Antwortzusammenstellung und Compliance-Validierung |
Employee Onboarding | 5 | Manager-Workers | Automatisieren Sie Dokumentenverarbeitung, IT-Bereitstellung, Schulungszusammenstellung und Fortschrittsverfolgung |
Related MCP server: Agent Workflow MCP Server
Verwendung
Claude Code / Cursor (stdio)
npm install -g @agent-blueprint/free-blueprintsFügen Sie Folgendes zur .mcp.json Ihres Projekts hinzu:
{
"mcpServers": {
"free-blueprints": {
"command": "free-blueprints-mcp"
}
}
}Bitten Sie dann Ihren Agenten: „Listen Sie verfügbare Blaupausen auf und stellen Sie die RFx-Beschaffungs-Blaupause bereit."
Remote (Streamable HTTP)
Für Managed Agents, AI Control Tower oder jeden HTTP-MCP-Client:
https://free-blueprints-mcp.agentblueprint.workers.dev/mcpWerkzeuge
list_blueprints
Gibt den Katalog der verfügbaren kostenlosen Blaupausen zurück.
get_blueprint
Gibt eine vollständige Blaupause anhand der ID als JSON-Manifest mit allen Dateien zurück, die bereit sind, auf die Festplatte geschrieben zu werden.
Parameter:
blueprintId(string, erforderlich) — Blaupausen-ID auslist_blueprints
Was Sie erhalten
Jede Blaupause enthält:
SKILL.md — Übersicht mit Frontmatter-Metadaten
GETTING-STARTED.md — Schritt-für-Schritt-Implementierungsanleitung
AGENTS.md — Universelle Agenten-Synchronisierungsregeln
implementation-state.yaml — Vorlage zur Fortschrittsverfolgung
Referenzdokumente — Agentenspezifikationen, Architekturentscheidungen, Leitplanken, Bewertungskriterien, Plattformkonnektivität, Geschäftskontext
Möchten Sie eine individuelle Blaupause?
Diese kostenlosen Blaupausen decken allgemeine Geschäftsprozesse ab. Für Blaupausen, die auf Ihr Unternehmen zugeschnitten sind (Ihre Systeme, Ihre Daten, Ihre Organisationsstruktur, Ihre Finanzen), besuchen Sie agentblueprint.ai.
Lizenz
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