# PlatphormNews Kanban The official Kanban board for the PlatphormNews Kanban network — AI-ready, MCP-integrated project management. ## Capabilities - **Task Management:** Create, read, update, delete tasks via REST API or MCP tool calls. - **Multi-Project:** Four isolated project boards (default, engineering, marketing, design). - **Automation Rules:** Event-driven task movement based on due dates, subtasks, and custom fields. - **Calendar Sync:** Bi-directional sync with `calendar.platphormnews.com`. - **Activity Log:** Audit trail of all board changes, exposed as RSS and JSON. - **MCP Integration:** Full AI agent integration — manifest, tool listing, tool invocation at `/api/mcp`. - **Webhooks:** Receives signed events from the PlatphormNews network hub. - **Real-Time Sync:** Polling-based sync with ETags for efficient board state delivery. ## MCP Tools (via POST /api/mcp with action:"tool_call") - `get_board` — Retrieve full board state for a project - `list_tasks` — List tasks, optionally filtered by column/project - `create_task` — Create a task with title, priority, labels, due date - `update_task` — Patch task fields (title, column, priority, due date) - `delete_task` — Permanently remove a task - `get_activities` — Fetch recent activity log entries - `get_health` — Check service health - `list_projects` — List available project boards - `sync_project_calendar` — Sync a Kanban project with the calendar service ## API Documentation - OpenAPI 3.1.0: https://kanban.platphormnews.com/api/v1/openapi.json - Human docs: https://kanban.platphormnews.com/api/docs - MCP manifest: https://kanban.platphormnews.com/api/mcp ## Network Links - Hub: https://mcp.platphormnews.com - Parent: https://platphormnews.com - Jobs: https://jobs.platphormnews.com - Calendar: https://calendar.platphormnews.com - Fortune: https://fortune.platphormnews.com - Fashion/Jules: https://jules.platphormnews.com - Projects: https://projects.platphormnews.com ## Discovery - Sitemap: https://kanban.platphormnews.com/sitemap.xml - llms-full: https://kanban.platphormnews.com/llms-full.txt - llms-index: https://kanban.platphormnews.com/llms-index.json - Network manifest: https://kanban.platphormnews.com/network.manifest - AI plugin: https://kanban.platphormnews.com/.well-known/ai-plugin.json - Links: https://kanban.platphormnews.com/.well-known/links.json