MCP.so
ログイン

TaskerArmy Agent認証済み注目

@TaskerArmy

TaskerArmy Agent について

Ask Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

接続情報

https://app.taskerarmy.com/mcp

セットアップ

claude mcp add taskerarmy-agent --transport http https://app.taskerarmy.com/mcp --header "Authorization: Bearer YOUR_TOKEN_HERE"

ツール

ツールは検出されませんでした

上のボタンでサーバーのエンドポイントに接続し、ツール一覧を取得できます。

概要

What is TaskerArmy Agent?

TaskerArmy Agent is a Shopify optimization platform: describe a theme change in plain English, and an AI agent reads your theme files, plans the work, writes the code, runs automated QA, and deploys to a staging copy of your theme — your live store is never touched until you approve.

What this MCP server does

This remote MCP server lets you connect Claude or ChatGPT directly to your TaskerArmy account and ask things like:

"What optimization tasks are pending on my store?"

It exposes one tool, get_pending_optimization_tasks, which returns your open changesets — theme changes the agent has proposed that are still awaiting QA, review, or deployment — with their title, priority, status, and creation date.

Requirements

  • A TaskerArmy Agent account with at least one connected Shopify store (sign up)
  • A personal access token, generated from Team → Connect to Claude / ChatGPT in your dashboard

Connecting

  1. Log in to your TaskerArmy dashboard and go to Team.
  2. In the Connect to Claude / ChatGPT section, click Generate token and copy it — it's shown only once.
  3. Add the server in your MCP client using the endpoint below and an Authorization: Bearer <token> header.

Endpoint: https://app.taskerarmy.com/mcp

```json { "mcpServers": { "taskerarmy-agent": { "type": "http", "url": "https://app.taskerarmy.com/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN_HERE" } } } } ```

Security

Every request is authenticated and scoped to your own account — the tool only ever reads data belonging to the tenant that owns the token. Generating a new token immediately revokes the previous one.


Built by Shugert, a Shopify Partner agency.

よくある質問

TaskerArmy Agent のリモート MCP サーバーとは何ですか?

TaskerArmy Agent のリモート MCP サーバーは、https://app.taskerarmy.com/mcp にホストされた Model Context Protocol エンドポイントです。AI アシスタントはローカルに何もインストール・実行することなく接続できます。

TaskerArmy Agent の MCP サーバーにはどう接続しますか?

エンドポイント https://app.taskerarmy.com/mcp を Claude Code、Cursor、VS Code など任意の MCP 対応クライアントに追加してください。このページのセットアップ手順で各クライアントを一度に設定できます。

TaskerArmy Agent の MCP サーバーは認証が必要ですか?

はい。TaskerArmy Agent は OAuth を使用します。初回接続時に MCP クライアントがブラウザを開いてサインイン・認可を行い、以降はその認証情報を再利用します。

TaskerArmy Agent の MCP サーバーはどのトランスポートを使用しますか?

TaskerArmy Agent は Streamable HTTP エンドポイントを公開しており、これはリモート MCP サーバーで広く使われ、主要な MCP クライアントがサポートするトランスポートです。

コメント