Everything here was measured by our prober or read from a registry. Nothing is self-reported.
30-day availability1/1 checks ok
30 days agotoday
Endpoints
https://api.relmcrm.com/mcpmcp streamable http · checked on a schedule
Registry facts
Not distributed through a package registry we index.
when
check
result
http
latency
detail
59 min ago
mcp initialize
ok
200
137 ms
server relm 0.17.1 · protocol 2025-06-18 · 41 tools
Tools observed via MCP handshake
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). ALWAYS
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/company_id; activit
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 contact needs at least
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.
relm_log_activity — Log an activity (note/call/email/meeting/task) on a contact and/or deal. Convenience wrapper over create activity.
relm_list_pipelines — List pipelines with their ordered stages.
relm_create_pipeline — Create a pipeline. Optionally provide stages [{key,label}] (defaults to lead/qualified/proposal/won/lost) and is_default.
relm_manage_stage — Add, rename/retype, delete, or reorder stages in a pipeline. action=add: `key` (+optional label, ordinal, type). action=rename: `key` (existing) + any of new_ke
relm_create_type — Register a new object type in the schema (registry). Idempotent on key; returns the full type set.
relm_create_field — Register a new custom field on an object (contact/company/deal/activity). data_type: text|number|boolean|date|select|multiselect|currency|reference|email|url. M
Declared by sources
What the publisher says
Attributed to the source that supplied each field. Treated as claims, not facts.
No long description beyond the summary.
kind ← Official MCP Registry
name ← Official MCP Registry
summary ← Official MCP Registry
version ← Official MCP Registry
description ← Official MCP Registry
homepageUrl ← Official MCP Registry
publisherName ← Official MCP Registry
Derived by Wellknown
Capabilities
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
4 h ago · declared · summary → "API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server."
4 h ago · declared · description → "API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server."
4 h ago · declared · publisherName → "com.relmcrm"
4 h ago · declared · homepageUrl → "https://relmcrm.com/"
4 h ago · declared · version → "0.17.1"
4 h ago · declared · protocols → ["mcp"]
relm_create_enum_value — Add a value to an enum group (e.g. group 'contact.type' value 'partner'). Idempotent; returns the full value set. Use this when relm_create rejects an unknown t
relm_batch — Run up to 100 record writes in ONE call (contact/company/deal/activity) - the fast path for imports/migrations. operations: [{object, method:create|update|delet
relm_automations_capabilities — Discover the automation building blocks: valid trigger_events, condition ops, action types, channels/providers, and the shapes of automations/sequences/connecti
relm_connect_channel — Connect a BYO messaging channel so automations can send. channel='email', provider='resend', api_key=<your Resend key>, from='Team <hi@you.com>' (must be a veri
relm_list_connections — List connected messaging channels (never returns the secret key).
relm_create_automation — Create a single-step rule: when <trigger_event> [if <conditions>] then <actions>. conditions=[{field,op,value}] (ANDed), actions=[{type,...}]. Example: trigger_
relm_list_automations — List reactive rules (automations).
relm_create_template — Create a reusable email template. name, html (full HTML, {{field}} placeholders ok), optional subject + text (plaintext alt; auto-derived if omitted). Reference
relm_list_templates — List reusable email templates.
relm_create_sequence — Create a multi-step drip sequence. trigger={event,filter:[{field,op,value}]} auto-enrolls the matching entity's contact; exit_when=[{field,op,value}] stops it (
relm_list_sequences — List drip sequences with their steps and enrollment counts.
relm_preview_sequence — Dry-run a sequence: how many contacts would enroll now + the send schedule. No side effects.
relm_enroll — Manually enroll a contact into a sequence (idempotent per contact+sequence). Optional source={object,id} records what drove the enrollment (e.g. a deal).
relm_create_webhook — Subscribe an https endpoint to CRM events. events=['*'] for all, or a subset of ['contact.created','contact.updated','deal.created','deal.updated','deal.stage_c
relm_list_webhooks — List webhook subscriptions in this workspace/mode.
relm_delete_webhook — Delete a webhook subscription by id.
relm_get_automation — Read one automation by id, with its trigger, conditions and actions.
relm_get_sequence — Read one drip sequence by id. view=sequence (default) returns it with its steps; view=enrollments lists who is enrolled and their state.
relm_get_pipeline — Read one pipeline by key or pl_ id, with its ordered stages and their semantic types (open/won/lost).
relm_get_webhook — Read one webhook by id. view=webhook (default) returns the subscription; view=deliveries returns recent delivery attempts (status, retries, dead-letter) to debu
relm_manage_automation — Change an existing automation by id. action=disable stops it firing (use this to turn off a misbehaving rule); action=enable resumes it; action=delete removes i
relm_manage_sequence — Change an existing drip sequence by id. action=disable stops further sends (use this to halt a bad sequence); action=enable resumes; action=delete removes it. T
relm_manage_pipeline — Change an existing pipeline by key or pl_ id. action=rename changes its display `name` and/or its key (pass `new_key`) - deals link by internal id, so they foll
relm_manage_webhook — Pause or resume delivery for an existing webhook by id. action=enable/disable. To read one or inspect its delivery attempts, use relm_get_webhook. To remove it,
relm_delete_connection — Delete a connected messaging channel by id (e.g. to remove a rotated/wrong Resend key).
relm_get_usage — Read this workspace's current billing period: requests used, plan, monthly limit, and any metered overage. Call this to see how close you are to the quota befor
relm_set_spend_cap — Set (or clear) the hard monthly overage spend cap in USD. overage_cap_usd: a number caps paid overage (requests 429 with spend_cap_reached past it), 0 = never a