Crelate MCP server

Crelate is the AI Recruiting Platform that turns the relationships and data you already own into your next hire.

This page covers what the MCP server can access, who controls it, and how to switch it off.

The Crelate MCP server lets an AI assistant work with your Crelate data on behalf of one of your users. That assistant can be Claude, ChatGPT, Microsoft 365 Copilot, Gemini Enterprise, or a development tool like Cursor or VS Code. It is a connector rather than a second copy of your data. Every request it handles becomes an ordinary Crelate API call, made as that user.

The short version

122tools available
117read-only
5can change data
0can delete data

What an assistant can do

The tool list is generated directly from Crelate's public API, so it cannot quietly drift away from what that API already allows. The counts on this page are read from the running server rather than written by hand.

Reading

Searching and retrieving contacts, jobs, companies, activities, notes, placements, applications, tags, users, and the picklists and workflow settings that give those records meaning. This is the bulk of what an assistant does: answering questions about your data.

Writing

5 of the 122 tools can change anything:

None of them deletes a record or empties a field.

No tool sends email on a user's behalf, and none changes your Crelate configuration.

Who controls access

Three separate approvals stand between an AI product and your data. All three have to happen, and any one of them can be withheld.

GateWho decidesWhat it controls
Which AI products may ask at all Crelate Only AI platforms on an allowlist Crelate maintains can begin a connection. An arbitrary application cannot point itself at this server and start prompting your users to sign in.
Which assistant a user connects The individual user The user signs in with their normal Crelate account and sees a screen naming the exact product asking for access before anything is granted. Approving one assistant does not approve the next one.
What that assistant may do The individual user Permission is granted in named slices (read one record, read in bulk, change one record, change in bulk, delete) and the user chooses which to grant. An assistant approved only to read cannot write, whatever it asks for later.

Underneath all three, the user's own Crelate permissions still apply to every individual request. Granting an assistant broad permission never widens what the person behind it could already do.

Microsoft 365 Copilot and Gemini Enterprise

These two platforms cannot identify themselves the way Claude and ChatGPT do, so they work differently. An administrator creates one connector for the organization from the AI Platform Connectors settings page, then hands the credentials to whoever builds the Copilot or Gemini agent. That is the one place an administrator, rather than an end user, holds the key. Each person using it still signs in as themselves, and is still bound by their own permissions.

Turning access off

Revocation is close to immediate, though not instantaneous. A revoked connection can keep working for up to roughly a minute before the change reaches every part of the network. Plan around that minute for a time-critical offboarding.

How your data is protected

ConcernHow it is handled
In transitEvery connection is HTTPS, in both directions. Unencrypted connections are not accepted at all.
At restCredentials are stored encrypted (AES-256-GCM) and decrypted only for the moment a request needs them. The encryption key lives in a managed secrets store, never in configuration or source code.
Your recordsThis server keeps no copy of your Crelate data. It passes each request through to the Crelate API and returns the answer. Nothing is retained afterward.
Sign-inStandard OAuth 2.1 with PKCE on every attempt, so an intercepted sign-in cannot be completed by anyone else.
LoggingOperational logs record which tool ran, whether it succeeded, how long it took, and internal user and organization identifiers. They never contain a credential, and never contain your candidate, client, or job data.
Abuse controlRequests are rate limited per user and per tool (120 calls a minute), so a misbehaving assistant cannot hammer your data or your API quota.
AdministrationThe endpoints that create and revoke access are reachable only by Crelate's own systems, behind two independent checks. They are not exposed to the public internet.

Worth knowing before you roll this out

Connecting

The server address is https://mcp.crelate.com/mcp. A user adds that as a remote MCP connector in their assistant, signs in with their Crelate account, and approves the access described above. There is no key to copy, and no configuration file to distribute.

For anything this page does not answer, such as a security questionnaire, a data processing agreement, or a rollout plan for a large team, talk to your Crelate account manager or email support@crelate.com. If a walkthrough would be more useful than a page, book a demo.