# Connecteam — MCP server on mcp.ai > Connect your Connecteam account and use 16 tools for human resources straight from your AI agent. Connect with your own API key. Connecteam is a comprehensive workforce management platform designed to streamline operations, enhance communication, and improve HR processes for deskless teams. By: mcp.ai · official Page: https://mcp.ai/connecteam ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_connecteam?ms=1787293560000 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/connecteam/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/connecteam/ 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/connecteam/skill.md Postman collection (v2.1): https://mcp.ai/connecteam/postman.json ## Tools - connecteam_archive_users(userIds: integer[]) — Tool to archive one or more users by their unique IDs. Use when you need to deactivate users without deleting their records. - connecteam_create_users(users: object[]) — Tool to create multiple users in Connecteam. Use when you need to add several staff or admin accounts at once. - connecteam_generate_upload_url(fileName: string, featureType: string, fileTypeHint?: string) — Tool to generate a pre-signed URL for uploading a file. Use when you need a secure, time-limited URL prior to file upload. - connecteam_get_chat(limit?: integer, offset?: integer) — Tool to retrieve chat conversations. Use when you need to list all team chats/channels after confirming your Communications hub is on Expert plan. - connecteam_get_custom_field_categories(limit?: integer, names?: string[], categoryIds?: integer[]) — Tool to retrieve all custom field categories. Use when you need to list or filter custom field categories in your Connecteam account. - connecteam_get_custom_fields(sort?: string, limit?: integer, order?: string, offset?: integer, categoryIds?: integer[], customFieldIds?: integer[], customFieldNames?: string[], customFieldTypes?: string[]) — Tool to retrieve all custom fields associated with the account. Use when you need to filter, sort, or page through custom fields after authentication. - connecteam_get_forms() — Tool to retrieve all form definitions from Connecteam. Use when you need to list all existing forms after enabling the Forms API. - connecteam_get_jobs(sort?: string, limit?: integer, order?: string, jobIds?: string[], offset?: integer, jobCodes?: string[], jobNames?: string[], instanceIds?: string[], includeDeleted?: boolean) — Tool to retrieve a list of job objects relevant to a specific instance ID. Use after confirming scheduler or time clock instance ID when you need to filter and page through jobs. - connecteam_get_performance_indicators(limit?: integer, offset?: integer) — Tool to retrieve the list of performance metric indicators. Use when you need to list available performance indicators for data analysis. Examples: "List performance metrics". - connecteam_get_policy_types() — Tool to retrieve available time-off policy types. Use before filtering or creating time-off requests by policyTypeId. - connecteam_get_publishers(limit?: integer, offset?: integer) — Tool to retrieve a list of all custom publishers. Use when you need to list custom publishers after confirming API access. - connecteam_get_schedulers() — Tool to retrieve a list of job schedulers associated with the account. Use after authentication when you need to enumerate all schedulers. - connecteam_get_smart_groups() — Tool to retrieve all smart groups associated with the account. Use when you need to list all smart groups after authenticating with a valid API key. - connecteam_get_task_boards() — Tool to retrieve all task boards. Use after authenticating with a valid API key to list available task boards. - connecteam_get_users(sort?: string, limit?: integer, order?: string, offset?: integer, userIds?: integer[], createdAt?: integer, fullNames?: string[], modifiedAt?: integer, userStatus?: string, phoneNumbers?: string[], emailAddresses?: string[]) — Tool to retrieve a list of all users associated with your account. Use when you need to fetch and filter user data. - connecteam_list_me() — Tool to retrieve account information including company name and company ID. Use when you need to get details about the authenticated account. ## Example prompts - "What can I do in Connecteam?" - "Show me a summary of my Connecteam account" ## Links Docs: https://mcp.ai/docs/mcps/connecteam Website: https://mcp.ai/mcps/connecteam