# Trello MCP server

Agent View of the PolicyLayer registry record for Trello: identity, probed posture, risk grade, and all 16 tools classified. HTML page: https://policylayer.com/tools/artemnikov-trello-mcp

## Facts

- Server id: `artemnikov/trello-mcp`
- Homepage: https://github.com/Artemnikov/Trello-mcp
- Registry record: grade B, identity unverified
- Lifecycle: active
- Rate-limited: no
- Tools: 16
- Tool categories present: Read, Write
- Tags: artemnikov trello mcp
- Record last modified: 2026-07-03T08:49:26.654Z

## Tools (16)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `get_card` | Read | Low | https://policylayer.com/tools/artemnikov-trello-mcp/get-card.md |
| `list_board_members` | Read | Low | https://policylayer.com/tools/artemnikov-trello-mcp/list-board-members.md |
| `list_boards` | Read | Low | https://policylayer.com/tools/artemnikov-trello-mcp/list-boards.md |
| `list_cards` | Read | Low | https://policylayer.com/tools/artemnikov-trello-mcp/list-cards.md |
| `list_labels` | Read | Low | https://policylayer.com/tools/artemnikov-trello-mcp/list-labels.md |
| `list_lists` | Read | Low | https://policylayer.com/tools/artemnikov-trello-mcp/list-lists.md |
| `add_checklist` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/add-checklist.md |
| `add_checklist_item` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/add-checklist-item.md |
| `add_comment` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/add-comment.md |
| `add_label` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/add-label.md |
| `archive_card` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/archive-card.md |
| `assign_member` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/assign-member.md |
| `create_card` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/create-card.md |
| `move_card` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/move-card.md |
| `set_check_item` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/set-check-item.md |
| `update_card` | Write | Medium | https://policylayer.com/tools/artemnikov-trello-mcp/update-card.md |

## Tool descriptions

- `get_card` — Get a single card with checklists, labels, and members.
- `list_board_members` — List members of a board.
- `list_boards` — List Trello boards the authenticated user can access.
- `list_cards` — List cards. Pass list_id for one column, or board_id (or default board) for all cards on a board.
- `list_labels` — List labels defined on a board.
- `list_lists` — List the lists (columns) on a board. Uses TRELLO_DEFAULT_BOARD if board_id omitted.
- `add_checklist` — Create a checklist on a card and optionally seed it with items.
- `add_checklist_item` — Add an item to an existing checklist.
- `add_comment` — Add a comment to a card.
- `add_label` — Attach an existing label to a card.
- `archive_card` — Archive (close) a card. Trello has no hard delete via this server.
- `assign_member` — Assign a board member to a card.
- `create_card` — Create a card in a list. pos: 'top'|'bottom'|number. due: ISO8601 datetime.
- `move_card` — Move a card to a different list. pos: 'top'|'bottom'|number.
- `set_check_item` — Mark a checklist item complete or incomplete.
- `update_card` — Update a card's name, description, due date, or closed (archived) state.

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=artemnikov-trello-mcp · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/artemnikov-trello-mcp
