Connect agents via MCP
Link MCP-compatible AI assistants to CitoHR so they can help with leave, people data, and other day-to-day HR work.
Overview
CitoHR exposes a Model Context Protocol (MCP) endpoint. Compatible AI assistants can connect to that URL and use CitoHR tools securely — useful for UK SMEs that want help with routine HR questions and tasks without building a custom integration.
Assistants people commonly use with MCP include Claude, ChatGPT, and Microsoft Copilot. Any product that supports remote MCP servers over HTTPS can use the same endpoint.
Production MCP endpoint:
https://app.citohr.com/api/mcp How to connect
Exact steps vary by assistant, but the flow is the same:
- Open the assistant’s settings for connectors, tools, or MCP servers.
- Add a new MCP server named
citohr(or similar). - Set the server URL to the production endpoint above.
- Save, then complete any sign-in or authorisation prompts so the assistant can access your CitoHR organisation.
- Confirm the CitoHR connection shows as available before you start asking HR questions.
Example server configuration
Many MCP clients accept a JSON server entry like this:
{
"mcpServers": {
"citohr": {
"url": "https://app.citohr.com/api/mcp"
}
}
} Authentication
When you connect an assistant, follow any sign-in or authorisation prompts it shows so it can access your CitoHR organisation with the correct permissions.
For custom HTTP integrations that call the REST API directly (outside MCP), use the documented token flow in the API authentication guide.
Permissions
Next steps
- Review other connectors on the Integrations page (including Slack).
- Browse the API reference if you need programmatic access beyond MCP.
- See the public connectors overview for what is available today.
