# Talenthr — MCP server on mcp.ai > Connect your Talenthr account and use 1 tools for human resources straight from your AI agent. Connect with your own API key. TalentHR is an intuitive, all-in-one HR tool designed to streamline HR operations for businesses. By: mcp.ai · official Page: https://mcp.ai/talenthr ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_talenthr?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/talenthr/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/talenthr/ 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/talenthr/skill.md Postman collection (v2.1): https://mcp.ai/talenthr/postman.json ## Tools - talenthr_assign_permission(role_id: string, permissions: object[]) — Tool to assign permissions to a specific role. Use when you need to grant or revoke permissions for a role after validating both role and permission IDs. ## Example prompts - "What can I do in Talenthr?" - "Show me a summary of my Talenthr account" ## Links Docs: https://mcp.ai/docs/mcps/talenthr Website: https://mcp.ai/mcps/talenthr