API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server. Connect the official Relm CRM MCP server to Claude, ChatGPT, or Cursor through gate — one gateway URL, no config files, security-checked.
Free to start · No credit card · No hosting needed
Real prompts you can type the moment it's connected — no setup, no docs to read.
“Use “relm_describe_schema”: Return the live schema: every object, its fields (built-in + custom), and all enum groups with their current values (contact types, activity.”
“Use “relm_search”: Cross-entity search over contacts, companies and deals by name/email/title.”
“Use “relm_list”: List records of an object with keyset pagination. Optional filters vary by object (e.g. contact: email/company_id/type; deal: pipeline/stage.”
“Use “relm_get”: Fetch one record by id.”
Every server in the gate directory has to pass the same four checks before your AI can touch it. Here's how Relm CRM holds up.
Operated by Relm CRM (relmcrm.com) at its documented MCP endpoint — not a third-party mirror or community re-host.
This server only exposes public data — no account and no credentials are involved when you connect.
gate checks every tool for prompt injection, hidden instructions, data-exfiltration hints, and over-broad permissions before the server is available through your gateway.
If Relm CRM adds or changes tools later, gate re-scans and alerts you — before your AI acts on the change.
Add one gateway URL to Claude, ChatGPT, or any MCP client. One-time setup, about two minutes.
Choose Relm CRM in the gate directory. No sign-in needed.
Relm CRM's tools are live in every AI client you've connected — with rules and logging built in.
Free to start · No credit card · No hosting needed
Fetched live from the official endpoint and re-checked daily by gate — not marketing copy.
relm_describe_schema — Return the live schema: every object, its fields (built-in + custom), and all enum groups with their current values (contact types, activity
relm_search — Cross-entity search over contacts, companies and deals by name/email/title.
relm_list — List records of an object with keyset pagination. Optional filters vary by object (e.g. contact: email/company_id/type; deal: pipeline/stage
relm_get — Fetch one record by id.
relm_create — Create a record. `data` is the object's fields (see relm_describe_schema). Custom fields must be registered first (relm_create_field). A con
relm_update — Patch a record. Pass if_match (the record's current version) for optimistic concurrency; a 412 means re-fetch and retry.
relm_delete — Soft-delete a record (recoverable via relm_restore). Never hard-destroys data.
relm_restore — Restore a soft-deleted record.
+ 33 more tools once connected
https://api.relmcrm.com/mcpYes — Relm CRM operates its own remote MCP server at api.relmcrm.com. gate connects you to that official endpoint and adds security scanning, per-tool access rules, and an activity log on top.
Add gate's gateway URL to your AI client once, then pick Relm CRM in the directory. No account or sign-in is needed. From then on, Relm CRM's tools are available in every client you've connected to gate.
No. Relm CRM runs the server, and gate is fully managed. You just connect one URL — there's nothing to install, deploy, or maintain.
It's the vendor's official endpoint, and gate scans its tools for prompt injection and hidden instructions before it goes live, re-checks it whenever it changes, and lets you allow, block, or require approval for every single tool.
Yes — you can get started with gate for free and connect Relm CRM in minutes. No credit card required.
Every server below works through the same gateway URL — connect once, add tools anytime.
Set up Relm CRM in: Claude · Claude Code · ChatGPT · Cursor · VS Code