TaskerArmy Agent

What is TaskerArmy Agent?

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные

Что умеет

  • Get Pending Optimization Tasks: Returns the tenant's open Shopify theme optimization tasks — changes the TaskerArmy agent has proposed that are still awaiting review, QA, or approval before going live

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

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 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.

Список инструментов сервера (1)

Технические названия из tools/list. Нужны только разработчикам.

get_pending_optimization_tasksReturns the tenant's open Shopify theme optimization tasks — changes the TaskerArmy agent has proposed that are still awaiting review, QA, or approval before going live. Takes no parameters.
TaskerArmy Agent: подключить к Claude, ChatGPT, Cursor · Connectors.fun