{"openapi":"3.1.0","info":{"title":"Trello MCP Server","description":"Trello MCP 서버로 보드, 리스트, 카드를 AI 도구에서 관리할 수 있습니다. 자연어로 카드를 생성·이동하고 라벨을 지정하며 체크리스트를 관리하여 칸반 스타일의 프로젝트 관리를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-trello","x-fusepie-category":"data","x-fusepie-provider":"Atlassian"},"servers":[{"url":"npx -y @modelcontextprotocol/server-trello","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_trello","summary":"Trello MCP Server","description":"Trello MCP 서버로 보드, 리스트, 카드를 AI 도구에서 관리할 수 있습니다. 자연어로 카드를 생성·이동하고 라벨을 지정하며 체크리스트를 관리하여 칸반 스타일의 프로젝트 관리를 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-trello":{"command":"npx","args":["-y","@fusepie/mcp-mcp-trello"],"env":{"API_KEY":""}}}}}