Productivity
relmcrm.com
Manages contacts, companies, and deals with CRUD operations and search.
ENDPOINT 1
https://api.relmcrm.com/mcp
MCP server metadata
- Name
- relm
- Version
- 0.13.0
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_schemaReturn 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-onlyrelm_searchCross-entity search over contacts, companies and deals by name/email/title.
Potential side effectsrelm_log_activityLog an activity (note/call/email/meeting/task) on a contact and/or deal.
Potential side effectsrelm_create_fieldRegister a new custom field on an object (contact/company/deal/activity).
Inferred read-onlyrelm_batchRun up to 100 record writes in ONE call (contact/company/deal/activity) - the fast path for imports/migrations.
Inferred read-onlyrelm_automations_capabilitiesDiscover the automation building blocks: valid trigger_events, condition ops, action types, channels/providers, and the shapes of automations/sequences/connections.
Inferred read-onlyrelm_list_connectionsList connected messaging channels (never returns the secret key).
Inferred read-onlyrelm_create_automationCreate a single-step rule: when <trigger_event> [if <conditions>] then <actions>.
Potential side effectsrelm_preview_sequenceDry-run a sequence: how many contacts would enroll now + the send schedule.
Potential side effectsrelm_enrollManually enroll a contact into a sequence (idempotent per contact+sequence).
Inferred read-onlyrelm_get_automationRead one automation by id, with its trigger, conditions and actions.
Inferred read-onlyrelm_get_pipelineRead one pipeline by key or pl_ id, with its ordered stages and their semantic types (open/won/lost).
Inferred read-onlyrelm_get_usageRead this workspace's current billing period: requests used, plan, monthly limit, and any metered overage.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.