trello-mcp (telnturtle/trello-mcp) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 25 tools. No publisher has claimed this listing.
Local stdio-based Trello MCP server that enables interacting with Trello boards, lists, and cards via MCP.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
telnturtle
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
trello_health로컬 MCP 설정과 Trello API 연결 상태를 확인합니다.
trello_list_boards접근 가능한 Trello 보드 목록을 조회합니다.
trello_list_workspaces접근 가능한 Trello 워크스페이스 목록을 조회합니다.
trello_list_workspace_boards워크스페이스의 보드 목록을 조회합니다. allowlist가 있으면 필터링합니다.
trello_list_lists특정 보드의 리스트 목록을 조회합니다.
trello_search_cardsTrello 카드를 검색합니다. 설명(desc)과 댓글은 반환하지 않습니다.
trello_get_card카드 상세를 조회합니다. desc/comment는 명시적 옵션이 true일 때만 포함됩니다.
trello_list_board_members보드 멤버 목록을 조회합니다. assignee 할당 시 memberId 확인용.
trello_list_board_labels보드의 라벨 목록을 조회합니다.
trello_list_cards_by_list리스트의 카드 목록을 조회합니다. desc/comment는 포함하지 않습니다.
trello_list_card_comments카드 댓글 목록을 조회합니다.
trello_create_card새 카드를 생성합니다. confirm이 true일 때만 실제 생성됩니다.
trello_attach_url_to_card카드에 URL 첨부파일을 추가합니다. confirm이 true일 때만 실제 추가됩니다.
trello_add_comment카드에 댓글을 추가합니다. confirm이 true일 때만 실제 추가됩니다.
trello_update_comment카드 댓글을 수정합니다. confirm이 true일 때만 실제 수정됩니다.
trello_delete_comment카드 댓글을 삭제합니다. confirm이 true일 때만 실제 삭제됩니다.
trello_assign_member카드에 담당자(assignee)를 할당합니다. confirm이 true일 때만 실제 할당됩니다.
trello_remove_member카드 담당자를 제거합니다. confirm이 true일 때만 실제 제거됩니다.
trello_move_card카드를 다른 리스트로 이동합니다. confirm이 true일 때만 실제 이동됩니다.
trello_update_card카드 제목·설명·마감일을 수정합니다. confirm이 true일 때만 실제 수정됩니다.
trello_create_label보드에 라벨을 생성합니다. confirm이 true일 때만 실제 생성됩니다.
trello_update_label라벨 이름·색상을 수정합니다. confirm이 true일 때만 실제 수정됩니다.
trello_delete_label라벨을 삭제합니다. confirm이 true일 때만 실제 삭제됩니다.
trello_set_card_labels카드 라벨 목록을 교체합니다. confirm이 true일 때만 실제 수정됩니다.
trello_archive_card카드를 아카이브합니다. confirm이 true일 때만 실제 아카이브됩니다.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
TRELLO_ALLOWED_BOARD_IDS(선택, 쉼표 구분 allowlist)TRELLO_API_KEY${} 형태 env 확장 지원 → 셸에 export 후 사용 권장TRELLO_READ_ONLY(선택, true면 쓰기 도구 비활성화)TRELLO_TEST_BOARD_ID선택: (보드 지정 테스트)TRELLO_TEST_LIST_ID_CREATETRELLO_TEST_LIST_ID_DONETRELLO_TEST_LIST_ID_MOVETRELLO_TEST_MEMBER_IDSTRELLO_TOKEN"": "your_token"Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
25/25 tools missing one or more hints — trello_health (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); trello_list_boards (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); trello_list_workspaces (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +22 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
22/25 tool handlers declare input schemas (88%)
Declare an inputSchema with zod/joi/yup on every tool definition.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/telnturtle/trello-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check