← relmcrm.com

INDIVIDUAL MCP TOOL

relm_restore

Restore a soft-deleted record.

relmcrm.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

relmcrm.com

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.

Related tools

  • 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).
  • relm_search — Cross-entity search over contacts, companies and deals by name/email/title.
  • relm_list — List records of an object with keyset pagination.
  • relm_get — Fetch one record by id.
  • relm_create — Create a record.
  • relm_update — Patch a record.
  • relm_delete — Soft-delete a record (recoverable via relm_restore).
  • relm_log_activity — Log an activity (note/call/email/meeting/task) on a contact and/or deal.