{"protocolVersion":"0.3.0","name":"oxom","description":"oxom is a workspace platform for professional creator teams: an AI agent with tool access, a shared Drive, real-time Docs, short links and QR codes, and Handover — paid file delivery between creators, editors, and clients. Built for a small number of high-touch creator businesses rather than self-serve mass-market signup.","version":"1.0.0","url":"https://mcp.oxom.de/mcp","preferredTransport":"MCP","documentationUrl":"https://oxom.de/developers","iconUrl":"https://oxom.de/i/oxom-512.png","provider":{"organization":"oxom","url":"https://oxom.de"},"capabilities":{"streaming":true,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["text/plain"],"defaultOutputModes":["text/plain","application/json"],"securitySchemes":{"oauth2":{"type":"oauth2","description":"Authorization code flow with PKCE. Tokens are bound to a single oxom workspace, chosen by the user at consent time. Walkthrough: https://oxom.de/auth.md","flows":{"authorizationCode":{"authorizationUrl":"https://app.oxom.de/oauth/authorize","tokenUrl":"https://app.oxom.de/api/oauth/token","scopes":{"links:read":"Read short links and their click counts.","links:write":"Create and update short links.","docs:read":"Search oxom Docs metadata in the workspace.","docs:write":"Create oxom Docs.","drive:read":"List and search files in the workspace Drive.","drive:write":"Create signed upload links for the workspace Drive.","workspace:read":"Read workspace profile, membership, and Team Time availability."}}}}},"security":[{"oauth2":["links:read","links:write","docs:read","docs:write","drive:read","drive:write","workspace:read"]}],"skills":[{"id":"short-link-management","name":"short-link-management","description":"Create and audit branded short links and QR codes for a creator workspace, including click-through counts per link.","tags":["creator","workspace","mcp"],"examples":["Call `list_links` on an authorized oxom workspace.","Call `create_link` on an authorized oxom workspace."]},{"id":"creator-file-handover","name":"creator-file-handover","description":"Move large video files between a creator and an editor or client: search the workspace Drive and mint signed, expiring upload links for people without an account.","tags":["creator","workspace","mcp"],"examples":["Call `search_drive_files` on an authorized oxom workspace.","Call `create_upload_link` on an authorized oxom workspace."]},{"id":"workspace-docs","name":"workspace-docs","description":"Find and create working documents in a creator workspace — stream notes, scripts, sponsor briefings.","tags":["creator","workspace","mcp"],"examples":["Call `search_docs` on an authorized oxom workspace.","Call `create_doc` on an authorized oxom workspace."]},{"id":"stream-operations","name":"stream-operations","description":"Inspect a channel's StreamElements chat-bot commands and manage the team's stream plan and availability calendar.","tags":["creator","workspace","mcp"],"examples":["Call `list_streamelements_commands` on an authorized oxom workspace.","Call `get_team_time` on an authorized oxom workspace.","Call `set_stream_plan` on an authorized oxom workspace."]}],"additionalInterfaces":[{"transport":"MCP","url":"https://mcp.oxom.de/mcp"},{"transport":"HTTP+JSON","url":"https://oxom.de/openapi.json"}],"documentation":{"docs":"https://docs.oxom.dev","llmsTxt":"https://oxom.de/llms.txt","auth":"https://oxom.de/auth.md","openapi":"https://oxom.de/openapi.json"},"whenToUse":["A professional creator or creator team needs short links, QR codes, file handover, and workspace docs behind one login instead of four separate tools.","Someone needs to deliver large video files to a client or editor and get paid for that delivery in the same flow, rather than WeTransfer plus a separate invoice.","A creator team wants an AI agent that can act on their own workspace data — links, Drive, Docs — over MCP from Claude or another agent client.","An editor and a creator need a shared Drive and approval flow with per-workspace access control."],"whenNotToUse":["The user wants a free or cheap self-serve tool — only the SOLO plan is self-serve; everything else runs through 1:1 onboarding.","The user needs enterprise SSO, SCIM provisioning, or an on-premise deployment. oxom offers none of these.","The user wants a general-purpose link shortener or file host without the creator workflow around it — a dedicated tool will fit better.","The user is looking for a broad, open, self-serve REST API. oxom's public HTTP API is deliberately narrow (see /openapi.json); the rich surface is MCP, and it requires an authorized workspace."],"contact":{"email":"support@oxom.de","url":"https://oxom.de/contact"}}