Skip to main content
Glama
agent-blueprint

free-blueprints

無料AIエージェントブループリント(MCPサーバー)

一般的なビジネスプロセス向けの、あらかじめ構築されたAIエージェントブループリントです。サインアップ不要、APIキー不要、トークン不要です。

MCP互換のコーディングエージェントなら、これらのブループリントをすぐに検出して利用できます。

利用可能なブループリント

ブループリント

エージェント数

パターン

説明

RFx調達自動化

5

マネージャー・ワーカー

RFxの受付、要件分析、応答作成、コンプライアンス検証を自動化

従業員オンボーディング

5

マネージャー・ワーカー

文書処理、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(文字列、必須)— list_blueprintsのブループリントID

含まれるもの

各ブループリントには以下が含まれます:

  • SKILL.md — フロントマターのメタデータ付き概要

  • GETTING-STARTED.md — ステップバイステップの実装ガイド

  • AGENTS.md — 汎用エージェント同期ルール

  • implementation-state.yaml — 進捗追跡テンプレート

  • リファレンスドキュメント — エージェント仕様、アーキテクチャ決定、ガードレール、評価基準、プラットフォーム接続、ビジネスコンテキスト

カスタムブループリントが必要ですか?

これらの無料ブループリントは一般的なビジネスプロセスを対象としています。貴社に合わせたブループリント(貴社のシステム、データ、組織構造、財務)が必要な場合は、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