# xTiles MCP Skill

Create and manage structured visual pages, projects, tiles, tasks and workflows in xTiles via MCP.

## Connect
- Transport: MCP Streamable HTTP
- Endpoint: https://mcp.xtiles.app/mcp

## Authenticate
- Protected Resource Metadata: https://mcp.xtiles.app/.well-known/oauth-protected-resource
- Authorization Server Metadata: https://mcp.xtiles.app/.well-known/oauth-authorization-server
- Flow: authorization_code + PKCE (S256); Dynamic Client Registration supported.
- Legacy: xTiles Personal Access Tokens (`xt_…`) are also accepted as bearer tokens.

## Tools
- projects — create and manage projects
- pages — create and manage structured visual pages
- links — resolve an xTiles link to the content it points at
- tiles — add and edit content tiles on a page
- layout — arrange the visual layout of a page
- tile-style — set tile colors on a page
- tasks — create and manage tasks
- collections — group and organize items
- planner — planning / calendar views
- calendar-events — read events from connected Google/Outlook calendars
- workflows — run multi-step content workflows
- notifications — notify the user when agent work is complete
- users — current user context
- docs — get xTiles guides & documentation

Call `tools/list` on the endpoint for exact tool names, parameters and JSON schemas.
