All integrations

Trello

Boards, lists, and cards for project management.

OAuth 9 tools

Overview

Connect Trello to give AI clients access to your boards, lists, and cards for project management.

Prerequisites

  • A Trello account with boards you want AI to access
  • A stackgate.ai account

Getting credentials

  1. Sign in to stackgate.ai.
  2. Go to Integrations and open Trello.
  3. Click Activate, then Connect Trello.
  4. Approve the OAuth prompt — stackgate.ai stores your Trello token securely.

No manual API keys are required.

Using with AI clients

  • Dedicated endpoint: POST /mcp/trello with a Sanctum bearer token
  • Private gateway: one config for all integrations — use trello__* namespaced tools

See Documentation for HTTP authentication and private gateway setup.

Troubleshooting

  • 422 integration not configured — complete the OAuth connect flow in My Integrations.
  • Token expired — disconnect and reconnect Trello from the integration page.

Available tools

  • list-boards-tool

    List Trello boards accessible to the connected account, filterable by open or closed status.

  • list-lists-tool

    List all lists on a Trello board.

  • list-cards-tool

    List cards on a Trello board or list. Provide either board_id or list_id.

  • get-card-tool

    Get full details for a Trello card.

  • create-card-tool

    Create a new card on a Trello list.

  • update-card-tool

    Update a Trello card name and/or description.

  • move-card-tool

    Move a Trello card to another list.

  • archive-card-tool

    Archive (close) a Trello card.

  • add-card-comment-tool

    Add a comment to a Trello card.

MCP endpoint: https://stackgate.ai/mcp/trello (HTTP) or via the private gateway.