← Registry

Productivity

relmcrm.com

Manages contacts, companies, and deals with CRUD operations and search.

1 endpoint41 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.relmcrm.com/mcp

No auth detected

MCP server metadata

Name
relm
Version
0.13.0
Capabilities
tools
Server instructions

Relm - the CRM your agent owns. Call relm_describe_schema first to learn what objects, types and fields exist. On any 'unknown_value' error, read valid_options and either use a listed value or create it (relm_create_enum_value / relm_create_field / relm_create_type).

Known tools 41

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 types, etc).

Inferred read-only
relm_search

Cross-entity search over contacts, companies and deals by name/email/title.

Potential side effects
relm_list

List records of an object with keyset pagination.

Inferred read-only
relm_get

Fetch one record by id.

Inferred read-only
relm_create

Create a record.

Potential side effects
relm_update

Patch a record.

Inferred read-only
relm_delete

Soft-delete a record (recoverable via relm_restore).

Potential side effects
relm_restore

Restore a soft-deleted record.

Inferred read-only
relm_log_activity

Log an activity (note/call/email/meeting/task) on a contact and/or deal.

Potential side effects
relm_list_pipelines

List pipelines with their ordered stages.

Inferred read-only
relm_create_pipeline

Create a pipeline.

Potential side effects
relm_manage_stage

Add, rename/retype, delete, or reorder stages in a pipeline.

Potential side effects
relm_create_type

Register a new object type in the schema (registry).

Inferred read-only
relm_create_field

Register a new custom field on an object (contact/company/deal/activity).

Inferred read-only
relm_create_enum_value

Add a value to an enum group (e.

Inferred read-only
relm_batch

Run up to 100 record writes in ONE call (contact/company/deal/activity) - the fast path for imports/migrations.

Inferred read-only
relm_automations_capabilities

Discover the automation building blocks: valid trigger_events, condition ops, action types, channels/providers, and the shapes of automations/sequences/connections.

Inferred read-only
relm_connect_channel

Connect a BYO messaging channel so automations can send.

Potential side effects
relm_list_connections

List connected messaging channels (never returns the secret key).

Inferred read-only
relm_create_automation

Create a single-step rule: when <trigger_event> [if <conditions>] then <actions>.

Potential side effects
relm_list_automations

List reactive rules (automations).

Inferred read-only
relm_create_template

Create a reusable email template.

Potential side effects
relm_list_templates

List reusable email templates.

Potential side effects
relm_create_sequence

Create a multi-step drip sequence.

Potential side effects
relm_list_sequences

List drip sequences with their steps and enrollment counts.

Inferred read-only
relm_preview_sequence

Dry-run a sequence: how many contacts would enroll now + the send schedule.

Potential side effects
relm_enroll

Manually enroll a contact into a sequence (idempotent per contact+sequence).

Inferred read-only
relm_create_webhook

Subscribe an https endpoint to CRM events.

Inferred read-only
relm_list_webhooks

List webhook subscriptions in this workspace/mode.

Inferred read-only
relm_delete_webhook

Delete a webhook subscription by id.

Potential side effects
relm_get_automation

Read one automation by id, with its trigger, conditions and actions.

Inferred read-only
relm_get_sequence

Read one drip sequence by id.

Inferred read-only
relm_get_pipeline

Read one pipeline by key or pl_ id, with its ordered stages and their semantic types (open/won/lost).

Inferred read-only
relm_get_webhook

Read one webhook by id.

Inferred read-only
relm_manage_automation

Change an existing automation by id.

Inferred read-only
relm_manage_sequence

Change an existing drip sequence by id.

Inferred read-only
relm_manage_pipeline

Change an existing pipeline by key or pl_ id.

Inferred read-only
relm_manage_webhook

Pause or resume delivery for an existing webhook by id.

Inferred read-only
relm_delete_connection

Delete a connected messaging channel by id (e.

Potential side effects
relm_get_usage

Read this workspace's current billing period: requests used, plan, monthly limit, and any metered overage.

Inferred read-only
relm_set_spend_cap

Set (or clear) the hard monthly overage spend cap in USD.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.relm]
url = "https://api.relmcrm.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "relm": {
      "type": "http",
      "url": "https://api.relmcrm.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: relm
Remote MCP URL: https://api.relmcrm.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "relm": {
      "url": "https://api.relmcrm.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "relm": {
      "type": "http",
      "url": "https://api.relmcrm.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "relm",
  "transport": "streamable-http",
  "url": "https://api.relmcrm.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.