# Workiom — MCP server on mcp.ai > Connect your Workiom account and use 3 tools for productivity straight from your AI agent. Connect with your own API key. Workiom allows businesses to create custom workflows, integrate apps, and automate processes, reducing manual overhead and streamlining operations. By: mcp.ai · official Page: https://mcp.ai/workiom ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_workiom?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/workiom/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/workiom/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/workiom/skill.md Postman collection (v2.1): https://mcp.ai/workiom/postman.json ## Tools - workiom_create_record(list_id: string, record_data: object) — Creates a new record in a specified Workiom list. This tool creates a record with basic field types like text, numbers, dates, and static list items. The record data should be provided as a JSON objec - workiom_get_all_lists(app_id: string) — Get all lists from a Workiom app. This action fetches all lists within a specific Workiom app. Lists are containers for records (similar to database tables) and are the fundamental data structure in W - workiom_get_records(filters?: object[], list_id: string, sorting?: string, skip_count?: integer, max_result_count?: integer) — Retrieves records from a specified Workiom list. Use this action to fetch data from a Workiom list. The list_id is required and can be obtained from the WORKIOM_GET_ALL_LISTS action. Each record conta ## Example prompts - "What can I do in Workiom?" - "Show me a summary of my Workiom account" ## Links Docs: https://mcp.ai/docs/mcps/workiom Website: https://mcp.ai/mcps/workiom