Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Obriym CRM

REMOTE · OBRIYM-CRM.COM · SCANNED SEP 20

Operate Obriym CRM from your AI assistant: leads, deals, orders, catalog, stock, marketplaces.

Available components

0 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 8498 tokens (~163/item across 52 items; 52 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 81% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 53 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Obriym CRM MCP server?

Obriym CRM is a hosted endpoint at https://obriym-crm.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · obriym-crm.com

# add to Claude Code
claude mcp add --transport http com-obriym-crm-mcp 'https://obriym-crm.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-obriym-crm-mcp": {
      "url": "https://obriym-crm.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-obriym-crm-mcp": {
      "type": "http",
      "url": "https://obriym-crm.com/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-obriym-crm-mcp]
url = "https://obriym-crm.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-obriym-crm-mcp": {
      "type": "remote",
      "url": "https://obriym-crm.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-obriym-crm-mcp --url 'https://obriym-crm.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-obriym-crm-mcp:
    url: "https://obriym-crm.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-obriym-crm-mcp": {
      "Transport": "http",
      "Url": "https://obriym-crm.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-obriym-crm-mcp -t streamable-http -u 'https://obriym-crm.com/api/mcp'
// mcp.json
{
  "mcpServers": {
    "com-obriym-crm-mcp": {
      "type": "http",
      "url": "https://obriym-crm.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Server version: 1.8.2 → 1.8.3 functional
    • “create_product” added an optional parameter “costCurrency” cosmetic
    • “get_report” reworded the description of “report” cosmetic
  • 17 Sept 26 0
    • Tool “search_products” rewrote its description, which is the text the model reads security
    • Server version: 1.8.1 → 1.8.2 functional
    • “search_products” added an optional parameter “productGroupId” cosmetic
  • 16 Sept 26 0
    • Tool “search_products” rewrote its description, which is the text the model reads security
    • “create_product” added an optional parameter “videos” cosmetic
    • “search_products” added an optional parameter “collection” cosmetic
    • “search_products” added an optional parameter “color” cosmetic
    • “search_products” added an optional parameter “size” cosmetic
    • “search_products” reworded the description of “sort” cosmetic
  • 15 Sept 26 0
    • Tool “adjust_stock” rewrote its description, which is the text the model reads security
    • Server version: 1.8.0 → 1.8.1 functional
    • Server version: 1.7.0 → 1.8.0 functional
    • “create_order” added an optional parameter “discountAmount” cosmetic
    • “create_order” added an optional parameter “promoCode” cosmetic
  • 14 Sept 26 0
    • Tool “check_channel_readiness” rewrote its description, which is the text the model reads security
    • Server version: 1.6.1 → 1.7.0 functional
  • 12 Sept 26 +2
    • Authorization: fail → pass security
  • 11 Sept 26 −2
    • Authorization: pass → fail security
    • Server version: 1.6.0 → 1.6.1 functional
  • 31 Aug 26 0
    • Server version: 1.5.0 → 1.6.0 functional
    • “create_product” added an optional parameter “ageGroup” cosmetic
    • “create_product” added an optional parameter “color” cosmetic
    • “create_product” added an optional parameter “condition” cosmetic
    • “create_product” added an optional parameter “gender” cosmetic
    • “create_product” added an optional parameter “material” cosmetic
    • “create_product” added an optional parameter “pattern” cosmetic
    • “create_product” added an optional parameter “productGroupId” cosmetic
    • “create_product” added an optional parameter “size” cosmetic
    • “create_product” added an optional parameter “sizeSystem” cosmetic
    • “create_product” added an optional parameter “sizeType” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://obriym-crm.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.obriym-crm.com CN=YR2,O=Let's Encrypt,C=US 5 Sept 2026 4 Dec 2026 RSA 2048 SHA256-RSA 6df74199d1e390b214f2d893603d635f185
SANs: *.obriym-crm.com, obriym-crm.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of obriym-crm.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
obriym-crm.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer error="invalid_token", error_description="Authentication required for this tool", resource_metadata="https://obriym-crm.com/.well-known/oauth-protected-resource"

Bearer error="invalid_token", error_description="Authentication required for this tool", resource_metadata="https://obriym-crm.com/.well-known/oauth-protected-resource"
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), browsing-topics=()

Protected resource metadata

Document https://obriym-crm.com/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://obriym-crm.com/api/mcp
Authorisation server https://obriym-crm.com/api/auth

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://obriym-crm.com/api/mcp Verified 200
http (plaintext) http://obriym-crm.com/api/mcp HTTPS enforced 308 https://obriym-crm.com/api/mcp
MCP tools · 52 exposed · ~8,264 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
update_order_status ~111

Move an order to a new status by externalId. Only valid transitions from the current status are allowed. Use list_orders to find the externalId and get_order to see the current status. The result echoes the operating workspace.

NameTypeReqDescription
externalIdstringyesThe order externalId returned by list_orders or create_order.
statusstringyesThe new order status. Only valid transitions from the current status are accepted. Allowed values: pending, confirmed, processing, shipped, delivered, cancelled, refunded.

No output schema declared.

No examples provided.

update_product ~138

Update fields on an existing catalog product by id — including status, to publish a draft or archive a product. Provide a patch with at least one field; use get_product first to see the current values. A changed stock number is applied as a relative movement and recorded in the product stock history; prefer adjust_stock when the intent is a correction with a reason. A change to price, stock, tracking or status is pushed to every connected sales channel. The result echoes the operating workspace.

NameTypeReqDescription
idstringyesThe product id returned by search_products.
patchobjectyesThe product fields to update; include at least one changed field.

No output schema declared.

No examples provided.

Common questions

What is the Obriym CRM MCP server?

Obriym CRM is an MCP server listed in the public MCP registry as com.obriym-crm/mcp. Operate Obriym CRM from your AI assistant: leads, deals, orders, catalog, stock, marketplaces. This page covers its hosted endpoint (https://obriym-crm.com/api/mcp).

Is the Obriym CRM MCP server safe to use?

Obriym CRM scores 94 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Obriym CRM MCP server expose?

Obriym CRM exposes 52 tools: search_leads, get_lead, search_deals, get_deal, list_orders, and 47 more. Their descriptions and schemas cost roughly 8,264 tokens of context every time the server is loaded.

Does the Obriym CRM MCP server require authentication?

Yes. Obriym CRM asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the Obriym CRM MCP server still maintained?

Obriym CRM is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.