🗂️ Trello MCP HTTP API

This endpoint hosts the REST interface for the Trello MCP Server. Use it to list boards, inspect cards, and create new Trello tasks programmatically.

Quick Start

All routes expect HTTPS requests authenticated with the backend Trello credentials:

Example

curl https://trello.noteware.dev/boards | jq '.[].name'

Resources