AstroFabric
AstroFabric MCP Server
AstroFabric はエージェント型 AI プラットフォームです。自律エージェントが、グロース、収益、デジタルオペレーションを横断する仕事を、目標から成果まで遂行します。この MCP サーバーは、プラットフォーム全体をエディタの背後に配置します。平易な言葉で自由度の高い目標を与えると、そのミッションを計画し実行します。マーケット・競合インテリジェンス、サイト・技術監査、ライブな購入シグナルに基づく検証済み見込み客リスト、アウトバウンド、コンテンツ・デマンドプラン、画像から動画・デザイン済みページまで完成したクリエイティブ、そして100以上の接続済みアプリへの配信まで、その裏付けとなるエビデンスとともに完成した結果を返します。
このリポジトリは、ホスト型 AstroFabric MCP エンドポイントのコネクタ(APIキーを指定したリモート URL を追加するだけで利用を開始できます)であり、同時に、ローカルプロセスを好むクライアント向けの実行可能な stdio サーバーでもあります。ローカルで実行する を参照してください。
ウェブサイト: https://www.astrofabric.ai
エンドポイント:
https://www.astrofabric.ai/api/mcp(Streamable HTTP)ドキュメント: https://www.astrofabric.ai/docs
前提条件
有料プランの AstroFabric ワークスペース - https://www.astrofabric.ai からサインアップしてください。
API キー:AstroFabric コンソールで API keys → Create key を開き、
ek_live_...トークンをコピーします(表示されるのは一度だけです)。
Related MCP server: Agentic Control Framework (ACF)
セットアップ
どのクライアントも同じエンドポイント(https://www.astrofabric.ai/api/mcp)とキーを使用します。自分の環境を選んでください。
claude mcp add --transport http astrofabric https://www.astrofabric.ai/api/mcp --header "Authorization: Bearer ek_live_YOUR_KEY_HERE"素の URL でカスタムコネクタを追加し、表示されたらサインインします。サーバーが AstroFabric のサインインを案内し、クライアントにスコープ付きキーを渡します。このキーはコンソールから失効させられます:
https://www.astrofabric.ai/api/mcp.cursor/mcp.json(プロジェクト)または ~/.cursor/mcp.json(グローバル)に追加します:
{
"mcpServers": {
"astrofabric": {
"url": "https://www.astrofabric.ai/api/mcp",
"headers": { "Authorization": "Bearer ek_live_YOUR_KEY_HERE" }
}
}
}cline_mcp_settings.json に追加します(Cline → MCP Servers → Configure、または Remote Servers → URL から追加):
{
"mcpServers": {
"astrofabric": {
"type": "streamableHttp",
"url": "https://www.astrofabric.ai/api/mcp",
"headers": {
"Authorization": "Bearer ek_live_YOUR_KEY_HERE"
},
"disabled": false,
"autoApprove": []
}
}
}.vscode/mcp.json に追加します:
{
"servers": {
"astrofabric": {
"type": "http",
"url": "https://www.astrofabric.ai/api/mcp",
"headers": { "Authorization": "Bearer ek_live_YOUR_KEY_HERE" }
}
}
}~/.codex/config.toml に追加します:
[mcp_servers.astrofabric]
url = "https://www.astrofabric.ai/api/mcp"
http_headers = { "Authorization" = "Bearer ek_live_YOUR_KEY_HERE" }~/.gemini/settings.json の mcpServers に追加します:
{
"astrofabric": {
"httpUrl": "https://www.astrofabric.ai/api/mcp",
"headers": { "Authorization": "Bearer ek_live_YOUR_KEY_HERE" }
}
}~/.codeium/windsurf/mcp_config.json に追加します:
{
"mcpServers": {
"astrofabric": {
"serverUrl": "https://www.astrofabric.ai/api/mcp",
"headers": { "Authorization": "Bearer ek_live_YOUR_KEY_HERE" }
}
}
}ショートカット:CLI をインストールしておけば、astrofabric connect <client> は、あなたのキーがあらかじめ入ったクライアント設定を出力します。
クライアントがヘッダーを送信できない場合は、代わりにキーを URL に埋め込むこともできます:https://www.astrofabric.ai/api/mcp?key=ek_live_YOUR_KEY_HERE - その URL 全体を秘密情報として扱ってください。
2つのツールサーフェス
デフォルト(上記の URL):1つのツール
mission_agent- 自律型ミッションランナーです。エディタで使うのに最適:ツールリストに1つ追加するだけで、背後にプラットフォーム全体がつながります。フルカタログ:URL に
?tools=allを追加すると、個別のデータ・実行ツールすべて(SEO・キーワードインテリジェンス、広告ライブラリ、購買意図検索、メール発見・検証、クリエイティブ生成など)に加えて、ワークスペースが接続しているすべての MCP サーバーも公開されます。
使い方
手順ではなく成果を依頼してください:
「倉庫ロボティクスへの購買意図を示している会社を 40 社リストアップし、メールを検証して、各社への最初のファーストタッチを作成してください。」
「competitor.com を - 広告、キーワード、採用、ポジショニングを考慮して - 分析して、地rkatと同じ計画をするための3つのプレイを教えてください。」
結果は [thread:<id>] 行で始まります。フォローアップ時は、その id を thread_id として渡してください(「それらのメールを検証して」「LinkedIn Ads 用にフォーマットして」など)。するとエージェントは、これまでに依頼・提供された内容をすべても記憶して続行します。確認の質問を返してきた場合は、同様に返信してください。
ローカルで実行する(stdio)
このリポジトリは、実行可能な stdio MCP サーバーでもあります。同じ mission_agent ツールを使って、あなたのキーで AstroFabric プラットフォームを通じてミッションを実行します。リモート URL よりもローカルプロセスを好むクライアントの場合:
{
"mcpServers": {
"astrofabric": {
"command": "npx",
"args": ["-y", "github:sam1siam/astrofabric-mcp"],
"env": { "ASTROFABRIC_API_KEY": "ek_live_YOUR_KEY_HERE" }
}
}
}また Docker を使う場合:docker build -t astrofabric-mcp . && docker run -i --rm -e ASTRO_ABRIC_API_KEY=ek_live_YOUR_KEY_HERE の代わりに、docker run -i --rm -e ASTROFABRIC_API_KEY=ek_live_... astrofabric-mcp
ターミナル派はCLI
同じプラットフォームは、依存関係なしの CLI(astrofabric on npm](https://www.npmjs.com/package/astrofabric))としても配布されています:
npm install -g astrofabric
astrofabric login --key ek_live_...
astrofabric run "Audit example.com and list the top 5 fixes"コーディングエージェント(Claude Code、Codex、Gemini CLI)では、セットアップは1つのプロンプトですべて完了できます:「Astro-CD」をインストールして、astrofabric docs を実行して使い方を学んでください。。また、astrofabric connect cursor(または claude-code、codex、gemini、vscode、windsurf)は、そのまま貼り付けられる MCP 設定をクライアントごとに出力します。
注記
ミッションの実行には、ワークスペースのクレジットが請求されます。コンソールの Usage ページには、すべての実行が表示されます。
接続済みのシステムへの書き込みは、ワークスペースの承認設定に従います。自律的な書き込みは、人間による承認キューでは制限できます。
OAuth 2.1(動的クライアント登録 + PKCE)も標準のディスカバリでサポートされています。キーではなくサインインを好むクライアント向けです。
ライセンス
このコネクタリポジトリの内容は MIT ライセンスです。AstroFabric プラットフォームは商用サービスです。
Maintenance
Tools
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnterprise-grade MCP server with multi-agent system for business AI transformation across finance, healthcare, retail, and other domains. Provides specialized AI agents for data analysis, API execution, business validation, and report generation with real-time monitoring and observability.
- AlicenseDqualityCmaintenanceAI-native orchestration layer with 80+ tools for task management, code editing, browser automation, terminal control, and persistent memory across CLI, local MCP, and cloud deployments.691131ISC
- AlicenseAqualityAmaintenanceAI Agent Mission Control — 200+ MCP tools across 31 domains. Manage agents, experiments, workflows, crews, skills, tools, credentials, approvals, signals, budgets, marketplace, knowledge bases, chatbots, and more. Self-hosted, open-source (AGPL-3.0). Supports stdio + Streamable HTTP/SSE with OAuth 2.0 auth.3460AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with operational customer context, including typed revenue objects, persistent state, scoped tools, and human-in-the-loop handoffs through MCP, REST, and CLI.3612Apache 2.0
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
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/sam1siam/astrofabric-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server